View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredType (google_api_dlp v0.46.0)

A reference to a StoredInfoType to use with scanning.

Attributes

  • createTime (type: DateTime.t, default: nil) - Timestamp indicating when the version of the StoredInfoType used for inspection was created. Output-only field, populated by the system.
  • name (type: String.t, default: nil) - Resource name of the requested StoredInfoType, for example organizations/433245324/storedInfoTypes/432452342 or projects/project-id/storedInfoTypes/432452342.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredType{
  createTime: DateTime.t() | nil,
  name: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.