GoogleCloudContentwarehouseV1PropertyArgs

data class GoogleCloudContentwarehouseV1PropertyArgs(val dateTimeValues: Output<GoogleCloudContentwarehouseV1DateTimeArrayArgs>? = null, val enumValues: Output<GoogleCloudContentwarehouseV1EnumArrayArgs>? = null, val floatValues: Output<GoogleCloudContentwarehouseV1FloatArrayArgs>? = null, val integerValues: Output<GoogleCloudContentwarehouseV1IntegerArrayArgs>? = null, val mapProperty: Output<GoogleCloudContentwarehouseV1MapPropertyArgs>? = null, val name: Output<String>, val propertyValues: Output<GoogleCloudContentwarehouseV1PropertyArrayArgs>? = null, val textValues: Output<GoogleCloudContentwarehouseV1TextArrayArgs>? = null, val timestampValues: Output<GoogleCloudContentwarehouseV1TimestampArrayArgs>? = null) : ConvertibleToJava<GoogleCloudContentwarehouseV1PropertyArgs>

Property of a document.

Constructors

fun GoogleCloudContentwarehouseV1PropertyArgs(dateTimeValues: Output<GoogleCloudContentwarehouseV1DateTimeArrayArgs>? = null, enumValues: Output<GoogleCloudContentwarehouseV1EnumArrayArgs>? = null, floatValues: Output<GoogleCloudContentwarehouseV1FloatArrayArgs>? = null, integerValues: Output<GoogleCloudContentwarehouseV1IntegerArrayArgs>? = null, mapProperty: Output<GoogleCloudContentwarehouseV1MapPropertyArgs>? = null, name: Output<String>, propertyValues: Output<GoogleCloudContentwarehouseV1PropertyArrayArgs>? = null, textValues: Output<GoogleCloudContentwarehouseV1TextArrayArgs>? = null, timestampValues: Output<GoogleCloudContentwarehouseV1TimestampArrayArgs>? = null)

Functions

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

Properties

Link copied to clipboard

Date time property values. It is not supported by CMEK compliant deployment.

Link copied to clipboard

Enum property values.

Link copied to clipboard

Float property values.

Link copied to clipboard

Integer property values.

Link copied to clipboard

Map property values.

Link copied to clipboard
val name: Output<String>

Must match the name of a PropertyDefinition in the DocumentSchema.

Link copied to clipboard

Nested structured data property values.

Link copied to clipboard

String/text property values.

Link copied to clipboard

Timestamp property values. It is not supported by CMEK compliant deployment.