View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_Value (google_api_search_ads360 v0.4.0)

A generic data container.

Attributes

  • booleanValue (type: boolean(), default: nil) - A boolean.
  • doubleValue (type: float(), default: nil) - A double.
  • floatValue (type: number(), default: nil) - A float.
  • int64Value (type: String.t, default: nil) - An int64.
  • stringValue (type: String.t, default: nil) - A string.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_Value{
  booleanValue: boolean() | nil,
  doubleValue: float() | nil,
  floatValue: number() | nil,
  int64Value: String.t() | nil,
  stringValue: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.