Class: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeStats

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dlp_v2/classes.rb,
generated/google/apis/dlp_v2/representations.rb,
generated/google/apis/dlp_v2/representations.rb

Overview

Statistics for a StoredInfoType.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2StoredInfoTypeStats

Returns a new instance of GooglePrivacyDlpV2StoredInfoTypeStats



5252
5253
5254
# File 'generated/google/apis/dlp_v2/classes.rb', line 5252

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#large_custom_dictionaryGoogle::Apis::DlpV2::GooglePrivacyDlpV2LargeCustomDictionaryStats

Summary statistics of a custom dictionary. Corresponds to the JSON property largeCustomDictionary



5250
5251
5252
# File 'generated/google/apis/dlp_v2/classes.rb', line 5250

def large_custom_dictionary
  @large_custom_dictionary
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5257
5258
5259
# File 'generated/google/apis/dlp_v2/classes.rb', line 5257

def update!(**args)
  @large_custom_dictionary = args[:large_custom_dictionary] if args.key?(:large_custom_dictionary)
end