GoogleApi.DFAReporting.V34.Model.CustomVariable (google_api_dfa_reporting v0.31.0)

View Source

Custom variable.

Attributes

  • index (type: String.t, default: nil) - The index of the custom variable.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#customVariable".
  • value (type: String.t, default: nil) - The value of the custom variable. The length of string must not exceed 50 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.CustomVariable{
  index: String.t() | nil,
  kind: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.