Google Cloud Contentwarehouse V1Property Response
data class GoogleCloudContentwarehouseV1PropertyResponse(val dateTimeValues: GoogleCloudContentwarehouseV1DateTimeArrayResponse, val enumValues: GoogleCloudContentwarehouseV1EnumArrayResponse, val floatValues: GoogleCloudContentwarehouseV1FloatArrayResponse, val integerValues: GoogleCloudContentwarehouseV1IntegerArrayResponse, val mapProperty: GoogleCloudContentwarehouseV1MapPropertyResponse, val name: String, val propertyValues: GoogleCloudContentwarehouseV1PropertyArrayResponse, val textValues: GoogleCloudContentwarehouseV1TextArrayResponse, val timestampValues: GoogleCloudContentwarehouseV1TimestampArrayResponse)
Property of a document.
Constructors
Link copied to clipboard
fun GoogleCloudContentwarehouseV1PropertyResponse(dateTimeValues: GoogleCloudContentwarehouseV1DateTimeArrayResponse, enumValues: GoogleCloudContentwarehouseV1EnumArrayResponse, floatValues: GoogleCloudContentwarehouseV1FloatArrayResponse, integerValues: GoogleCloudContentwarehouseV1IntegerArrayResponse, mapProperty: GoogleCloudContentwarehouseV1MapPropertyResponse, name: String, propertyValues: GoogleCloudContentwarehouseV1PropertyArrayResponse, textValues: GoogleCloudContentwarehouseV1TextArrayResponse, timestampValues: GoogleCloudContentwarehouseV1TimestampArrayResponse)