Class: Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityResult
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityResult
 
 
- 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 k-anonymity computation.
Instance Attribute Summary collapse
- 
  
    
      #equivalence_class_histogram_buckets  ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityHistogramBucket> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Histogram of k-anonymity equivalence classes.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2KAnonymityResult 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GooglePrivacyDlpV2KAnonymityResult.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2KAnonymityResult
Returns a new instance of GooglePrivacyDlpV2KAnonymityResult.
      6138 6139 6140  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 6138 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#equivalence_class_histogram_buckets ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityHistogramBucket>
Histogram of k-anonymity equivalence classes.
Corresponds to the JSON property equivalenceClassHistogramBuckets
      6136 6137 6138  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 6136 def equivalence_class_histogram_buckets @equivalence_class_histogram_buckets end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      6143 6144 6145  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 6143 def update!(**args) @equivalence_class_histogram_buckets = args[:equivalence_class_histogram_buckets] if args.key?(:equivalence_class_histogram_buckets) end  |