google_api_cloud_search v0.2.0 GoogleApi.CloudSearch.V1.Model.Value View Source
Definition of a single value with generic type.
Attributes
booleanValue
(type:boolean()
, default:nil
) -dateValue
(type:GoogleApi.CloudSearch.V1.Model.Date.t
, default:nil
) -doubleValue
(type:float()
, default:nil
) -integerValue
(type:String.t
, default:nil
) -stringValue
(type:String.t
, default:nil
) -timestampValue
(type:DateTime.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.Value{ booleanValue: boolean(), dateValue: GoogleApi.CloudSearch.V1.Model.Date.t(), doubleValue: float(), integerValue: String.t(), stringValue: String.t(), timestampValue: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.