GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SystemTimestamps (google_api_data_catalog v0.25.0) 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SystemTimestamps{
    createTime: DateTime.t() | nil,
    expireTime: DateTime.t() | nil,
    updateTime: DateTime.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.