DisplayVariableToggle

Display variable toggle.

JSON representation
{
  "variable": string,
  "variableValues": [
    string
  ],
  "variableType": enum (ToggleVariableType)
}
Fields
variable

string

Output only. The name of the variable used to toggle the display of another variable.

variableValues[]

string

Output only. The value of the variable used to toggle the display of another variable.

variableType

enum (ToggleVariableType)

Output only. The type of the variable used to toggle the display of another variable.