Class: Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityResult
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityResult
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb 
Overview
Result of the l-diversity computation.
Instance Attribute Summary collapse
- 
  
    
      #sensitive_value_frequency_histogram_buckets  ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityHistogramBucket> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Histogram of l-diversity equivalence class sensitive value frequencies.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2LDiversityResult 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GooglePrivacyDlpV2LDiversityResult.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2LDiversityResult
Returns a new instance of GooglePrivacyDlpV2LDiversityResult.
      6494 6495 6496  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 6494 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#sensitive_value_frequency_histogram_buckets ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityHistogramBucket>
Histogram of l-diversity equivalence class sensitive value frequencies.
Corresponds to the JSON property sensitiveValueFrequencyHistogramBuckets
      6492 6493 6494  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 6492 def sensitive_value_frequency_histogram_buckets @sensitive_value_frequency_histogram_buckets end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      6499 6500 6501  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 6499 def update!(**args) @sensitive_value_frequency_histogram_buckets = args[:sensitive_value_frequency_histogram_buckets] if args.key?(:sensitive_value_frequency_histogram_buckets) end  |