GoogleCloudDatacatalogV1SystemTimestampsArgs

data class GoogleCloudDatacatalogV1SystemTimestampsArgs(val createTime: Output<String>? = null, val updateTime: Output<String>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1SystemTimestampsArgs>

Timestamps associated with this resource in a particular system.

Constructors

constructor(createTime: Output<String>? = null, updateTime: Output<String>? = null)

Properties

Link copied to clipboard
val createTime: Output<String>? = null

Creation timestamp of the resource within the given system.

Link copied to clipboard
val updateTime: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDatacatalogV1SystemTimestampsArgs