class Google::Apis::DlpV2::GooglePrivacyDlpV2StoredType
A reference to a StoredInfoType to use with scanning.
Attributes
create_time[RW]
Timestamp indicating when the version of the `StoredInfoType` used for inspection was created. Output-only field, populated by the system. Corresponds to the JSON property `createTime` @return [String]
name[RW]
Resource name of the requested `StoredInfoType`, for example `organizations/ 433245324/storedInfoTypes/432452342` or `projects/project-id/storedInfoTypes/ 432452342`. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 5772 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 5777 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @name = args[:name] if args.key?(:name) end