Class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeSummary
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeSummary
- 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
-
#estimated_prevalence ⇒ Fixnum
Not populated for predicted infotypes.
-
#info_type ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType
Type of information detected by the API.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2InfoTypeSummary
constructor
A new instance of GooglePrivacyDlpV2InfoTypeSummary.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2InfoTypeSummary
Returns a new instance of GooglePrivacyDlpV2InfoTypeSummary.
3868 3869 3870 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 3868 def initialize(**args) update!(**args) end |
Instance Attribute Details
#estimated_prevalence ⇒ Fixnum
Not populated for predicted infotypes.
Corresponds to the JSON property estimatedPrevalence
3861 3862 3863 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 3861 def estimated_prevalence @estimated_prevalence end |
#info_type ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType
Type of information detected by the API.
Corresponds to the JSON property infoType
3866 3867 3868 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 3866 def info_type @info_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3873 3874 3875 3876 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 3873 def update!(**args) @estimated_prevalence = args[:estimated_prevalence] if args.key?(:estimated_prevalence) @info_type = args[:info_type] if args.key?(:info_type) end |