GoogleCloudContentwarehouseV1TimestampValueArgs

data class GoogleCloudContentwarehouseV1TimestampValueArgs(val textValue: Output<String>? = null, val timestampValue: Output<String>? = null) : ConvertibleToJava<GoogleCloudContentwarehouseV1TimestampValueArgs>

Timestamp value type.

Constructors

constructor(textValue: Output<String>? = null, timestampValue: Output<String>? = null)

Properties

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

The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"

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

Timestamp value

Functions

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