Class: Google::Privacy::Dlp::V2::ValueFrequency
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::ValueFrequency
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
A value of a field, including its frequency.
Instance Attribute Summary collapse
- 
  
    
      #count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
How many times the value is contained in the field.
 - 
  
    
      #value  ⇒ Google::Privacy::Dlp::V2::Value 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A value contained in the field in question.
 
Instance Attribute Details
#count ⇒ Integer
Returns How many times the value is contained in the field.
      1052  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1052 class ValueFrequency; end  | 
  
#value ⇒ Google::Privacy::Dlp::V2::Value
Returns A value contained in the field in question.
      1052  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1052 class ValueFrequency; end  |