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
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)