View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Property (google_api_content_warehouse v0.6.1)
Property of a document.
Attributes
-
dateTimeValues(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DateTimeArray.t, default:nil) - Date time property values. It is not supported by CMEK compliant deployment. -
enumValues(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1EnumArray.t, default:nil) - Enum property values. -
floatValues(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1FloatArray.t, default:nil) - Float property values. -
integerValues(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1IntegerArray.t, default:nil) - Integer property values. -
mapProperty(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MapProperty.t, 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.t, default:nil) - Nested structured data property values. -
textValues(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TextArray.t, default:nil) - String/text property values. -
timestampValues(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimestampArray.t, default:nil) - Timestamp property values. It is not supported by CMEK compliant deployment.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }