google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V33.Model.UserDefinedVariableConfiguration View Source

User Defined Variable configuration.

Attributes

  • dataType (type: String.t, default: nil) - Data type for the variable. This is a required field.
  • reportName (type: String.t, default: nil) - User-friendly name for the variable which will appear in reports. This is a required field, must be less than 64 characters long, and cannot contain the following characters: ""<>".
  • variableType (type: String.t, default: nil) - Variable name in the tag. This is a required field.

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.UserDefinedVariableConfiguration{
  dataType: String.t(),
  reportName: String.t(),
  variableType: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.