View Source GoogleApi.CloudSearch.V1.Model.Value (google_api_cloud_search v0.20.0)

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) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.