GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SystemTimestamps (google_api_data_catalog v0.32.2)

View Source

Timestamps about this resource according to a particular system.

Attributes

  • createTime (type: DateTime.t, default: nil) - The creation time of the resource within the given system.
  • expireTime (type: DateTime.t, default: nil) - Output only. The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
  • updateTime (type: DateTime.t, default: nil) - The last-modified time of the resource within the given system.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SystemTimestamps{
    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.