Google Cloud Contentwarehouse V1Property Args
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
Link copied to clipboard
constructor(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)
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
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.