google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredType View Source
A reference to a StoredInfoType to use with scanning.
Attributes
- createTime (DateTime.t): Timestamp indicating when the version of the `StoredInfoType` used for inspection was created. Output-only field, populated by the system. Defaults to:
null. - name (String.t): Resource name of the requested `StoredInfoType`, for example `organizations/433245324/storedInfoTypes/432452342` or `projects/project-id/storedInfoTypes/432452342`. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredType{
createTime: DateTime.t(),
name: any()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredType{
createTime: DateTime.t(),
name: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.