GoogleApi.CloudSearch.V1.Model.Value (google_api_cloud_search v0.8.1) 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
Specs
t() :: %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
Specs
Unwrap a decoded JSON object into its complex fields.