google_api_cloud_search v0.6.0 GoogleApi.CloudSearch.V1.Model.NamedProperty 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
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudSearch.V1.Model.NamedProperty{ booleanValue: boolean(), dateValues: GoogleApi.CloudSearch.V1.Model.DateValues.t(), doubleValues: GoogleApi.CloudSearch.V1.Model.DoubleValues.t(), enumValues: GoogleApi.CloudSearch.V1.Model.EnumValues.t(), htmlValues: GoogleApi.CloudSearch.V1.Model.HtmlValues.t(), integerValues: GoogleApi.CloudSearch.V1.Model.IntegerValues.t(), name: String.t(), objectValues: GoogleApi.CloudSearch.V1.Model.ObjectValues.t(), textValues: GoogleApi.CloudSearch.V1.Model.TextValues.t(), timestampValues: GoogleApi.CloudSearch.V1.Model.TimestampValues.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.