Class: Google::Apis::DlpV2::GooglePrivacyDlpV2OtherInfoTypeSummary

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

Infotype details for other infoTypes found within a column.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2OtherInfoTypeSummary

Returns a new instance of GooglePrivacyDlpV2OtherInfoTypeSummary.



4663
4664
4665
# File 'lib/google/apis/dlp_v2/classes.rb', line 4663

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

Instance Attribute Details

#info_typeGoogle::Apis::DlpV2::GooglePrivacyDlpV2InfoType

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



4661
4662
4663
# File 'lib/google/apis/dlp_v2/classes.rb', line 4661

def info_type
  @info_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4668
4669
4670
# File 'lib/google/apis/dlp_v2/classes.rb', line 4668

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