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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.