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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.UserDefinedVariableConfiguration{
  dataType: String.t() | nil,
  reportName: String.t() | nil,
  variableType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.