GoogleCloudContentwarehouseV1DateTimeArrayArgs

data class GoogleCloudContentwarehouseV1DateTimeArrayArgs(val values: Output<List<GoogleTypeDateTimeArgs>>? = null) : ConvertibleToJava<GoogleCloudContentwarehouseV1DateTimeArrayArgs>

DateTime values.

Constructors

constructor(values: Output<List<GoogleTypeDateTimeArgs>>? = null)

Properties

Link copied to clipboard
val values: Output<List<GoogleTypeDateTimeArgs>>? = null

List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.

Functions

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