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

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

Functions

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

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.