GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SystemTimestamps (google_api_data_catalog v0.25.0) 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SystemTimestamps{ createTime: DateTime.t() | nil, expireTime: DateTime.t() | nil, updateTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.