class Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeStats

Statistics for a StoredInfoType.

Attributes

large_custom_dictionary[RW]

Summary statistics of a custom dictionary. Corresponds to the JSON property `largeCustomDictionary` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2LargeCustomDictionaryStats]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 5688
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dlp_v2/classes.rb, line 5693
def update!(**args)
  @large_custom_dictionary = args[:large_custom_dictionary] if args.key?(:large_custom_dictionary)
end