GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SystemTimestamps (google_api_data_catalog v0.32.2)

View Source

Timestamps associated with this resource in a particular system.

Attributes

  • createTime (type: DateTime.t, default: nil) - Creation timestamp of the resource within the given system.
  • expireTime (type: DateTime.t, default: nil) - Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
  • updateTime (type: DateTime.t, default: nil) - Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SystemTimestamps{
  createTime: DateTime.t() | nil,
  expireTime: DateTime.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.