Voting helps other researchers find interesting modules.
Property of a document.
dateTimeValues
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DateTimeArray.t
nil
enumValues
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1EnumArray.t
floatValues
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1FloatArray.t
integerValues
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1IntegerArray.t
mapProperty
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MapProperty.t
name
String.t
propertyValues
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyArray.t
textValues
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TextArray.t
timestampValues
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimestampArray.t
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()