Class: Google::Apis::DlpV2::GooglePrivacyDlpV2ListInfoTypesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dlp_v2/classes.rb,
generated/google/apis/dlp_v2/representations.rb,
generated/google/apis/dlp_v2/representations.rb

Overview

Response to the ListInfoTypes request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2ListInfoTypesResponse

Returns a new instance of GooglePrivacyDlpV2ListInfoTypesResponse.



4162
4163
4164
# File 'generated/google/apis/dlp_v2/classes.rb', line 4162

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

Instance Attribute Details

#info_typesArray<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeDescription>

Set of sensitive infoTypes. Corresponds to the JSON property infoTypes



4160
4161
4162
# File 'generated/google/apis/dlp_v2/classes.rb', line 4160

def info_types
  @info_types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4167
4168
4169
# File 'generated/google/apis/dlp_v2/classes.rb', line 4167

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