View Source GoogleApi.DoubleClickSearch.V2.Model.CustomDimension (google_api_double_click_search v0.19.0)

A message containing the custom dimension.

Attributes

  • name (type: String.t, default: nil) - Custom dimension name.
  • value (type: String.t, default: nil) - Custom dimension value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DoubleClickSearch.V2.Model.CustomDimension{
  name: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.