Class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeSummary

Inherits:
Object
  • Object
show all
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

The infoType details for this column.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2InfoTypeSummary

Returns a new instance of GooglePrivacyDlpV2InfoTypeSummary.



3644
3645
3646
# File 'lib/google/apis/dlp_v2/classes.rb', line 3644

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

Instance Attribute Details

#estimated_prevalenceFixnum

Not populated for predicted infotypes. Corresponds to the JSON property estimatedPrevalence

Returns:

  • (Fixnum)


3637
3638
3639
# File 'lib/google/apis/dlp_v2/classes.rb', line 3637

def estimated_prevalence
  @estimated_prevalence
end

#info_typeGoogle::Apis::DlpV2::GooglePrivacyDlpV2InfoType

Type of information detected by the API. Corresponds to the JSON property infoType



3642
3643
3644
# File 'lib/google/apis/dlp_v2/classes.rb', line 3642

def info_type
  @info_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3649
3650
3651
3652
# File 'lib/google/apis/dlp_v2/classes.rb', line 3649

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