GoogleApi.CloudSearch.V1.Model.Value (google_api_cloud_search v0.14.0) 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() | nil,
dateValue: GoogleApi.CloudSearch.V1.Model.Date.t() | nil,
doubleValue: float() | nil,
integerValue: String.t() | nil,
stringValue: String.t() | nil,
timestampValue: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.