class Google::Apis::DlpV2::GooglePrivacyDlpV2LargeCustomDictionaryStats
Summary statistics of a custom dictionary.
Attributes
approx_num_phrases[RW]
Approximate number of distinct phrases in the dictionary. Corresponds to the JSON property `approxNumPhrases` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 4057 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 4062 def update!(**args) @approx_num_phrases = args[:approx_num_phrases] if args.key?(:approx_num_phrases) end