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

View Source

A custom floodlight variable. This field may only be used when calling batchinsert; it is not supported by batchupdate.

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 100 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.CustomFloodlightVariable{
  kind: String.t() | nil,
  type: 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.