google_api_dfa_reporting v0.18.0 GoogleApi.DFAReporting.V33.Model.CustomFloodlightVariable View Source

A custom floodlight variable.

Attributes

  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#customFloodlightVariable".
  • type (type: String.t, default: nil) - The type of custom floodlight variable to supply a value for. These map to the "u[1-20]=" in the tags.
  • value (type: String.t, default: nil) - The value of the custom floodlight variable. The length of string must not exceed 50 characters.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V33.Model.CustomFloodlightVariable{
  kind: String.t(),
  type: String.t(),
  value: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.