GoogleApi.CloudSearch.V1.Model.NamedProperty (google_api_cloud_search v0.9.0) View Source
A typed name-value pair for structured data. The type of the value should be the same as the registered type for the name
property in the object definition of objectType
.
Attributes
-
booleanValue
(type:boolean()
, default:nil
) - -
dateValues
(type:GoogleApi.CloudSearch.V1.Model.DateValues.t
, default:nil
) - -
doubleValues
(type:GoogleApi.CloudSearch.V1.Model.DoubleValues.t
, default:nil
) - -
enumValues
(type:GoogleApi.CloudSearch.V1.Model.EnumValues.t
, default:nil
) - -
htmlValues
(type:GoogleApi.CloudSearch.V1.Model.HtmlValues.t
, default:nil
) - -
integerValues
(type:GoogleApi.CloudSearch.V1.Model.IntegerValues.t
, default:nil
) - -
name
(type:String.t
, default:nil
) - The name of the property. This name should correspond to the name of the property that was registered for object definition in the schema. The maximum allowable length for this property is 256 characters. -
objectValues
(type:GoogleApi.CloudSearch.V1.Model.ObjectValues.t
, default:nil
) - -
textValues
(type:GoogleApi.CloudSearch.V1.Model.TextValues.t
, default:nil
) - -
timestampValues
(type:GoogleApi.CloudSearch.V1.Model.TimestampValues.t
, default:nil
) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudSearch.V1.Model.NamedProperty{ booleanValue: boolean() | nil, dateValues: GoogleApi.CloudSearch.V1.Model.DateValues.t() | nil, doubleValues: GoogleApi.CloudSearch.V1.Model.DoubleValues.t() | nil, enumValues: GoogleApi.CloudSearch.V1.Model.EnumValues.t() | nil, htmlValues: GoogleApi.CloudSearch.V1.Model.HtmlValues.t() | nil, integerValues: GoogleApi.CloudSearch.V1.Model.IntegerValues.t() | nil, name: String.t() | nil, objectValues: GoogleApi.CloudSearch.V1.Model.ObjectValues.t() | nil, textValues: GoogleApi.CloudSearch.V1.Model.TextValues.t() | nil, timestampValues: GoogleApi.CloudSearch.V1.Model.TimestampValues.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.