GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Property
Table of Contents ▼
Jump to a specific part of the page:
Description
Property of a document.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
dateTimeValues
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DateTimeArray
, default:nil
)
- Date time property values. It is not supported by CMEK compliant deployment. -
enumValues
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1EnumArray
, default:nil
)
- Enum property values. -
floatValues
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1FloatArray
, default:nil
)
- Float property values. -
integerValues
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1IntegerArray
, default:nil
)
- Integer property values. -
mapProperty
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MapProperty
, default:nil
)
- Map property values. -
name
(type:String.t
, default:nil
)
- Required. Must match the name of a PropertyDefinition in the DocumentSchema. -
propertyValues
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyArray
, default:nil
)
- Nested structured data property values. -
textValues
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TextArray
, default:nil
)
- String/text property values. -
timestampValues
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimestampArray
, default:nil
)
- Timestamp property values. It is not supported by CMEK compliant deployment.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Property{
dateTimeValues: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DateTimeArray.t() | nil,
enumValues: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1EnumArray.t() | nil,
floatValues: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1FloatArray.t() | nil,
integerValues: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1IntegerArray.t() | nil,
mapProperty: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MapProperty.t() | nil,
name: String.t() | nil,
propertyValues: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyArray.t() | nil,
textValues: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TextArray.t() | nil,
timestampValues: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimestampArray.t() | nil
}
dateTimeValues: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DateTimeArray.t() | nil,
enumValues: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1EnumArray.t() | nil,
floatValues: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1FloatArray.t() | nil,
integerValues: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1IntegerArray.t() | nil,
mapProperty: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MapProperty.t() | nil,
name: String.t() | nil,
propertyValues: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyArray.t() | nil,
textValues: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TextArray.t() | nil,
timestampValues: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimestampArray.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Property