class Google::Apis::DlpV2::GooglePrivacyDlpV2ListInfoTypesResponse
Response to the ListInfoTypes request.
Attributes
info_types[RW]
Set of sensitive infoTypes. Corresponds to the JSON property `infoTypes` @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeDescription>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 4175 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 4180 def update!(**args) @info_types = args[:info_types] if args.key?(:info_types) end