google_api_tag_manager v0.12.0 GoogleApi.TagManager.V2.Model.Condition View Source

Represents a predicate.

Attributes

  • parameter (type: list(GoogleApi.TagManager.V2.Model.Parameter.t), default: nil) - A list of named parameters (key/value), depending on the condition's type. Notes:<ul> <li>For binary operators, include parameters named <code>arg0</code> and <code>arg1</code> for specifying the left and right operands, respectively.</li> <li>At this time, the left operand (<code>arg0</code>) must be a reference
    to a variable.</li>
    <li>For case-insensitive Regex matching, include a boolean parameter named
    <code>ignore_case</code> that is set to <code>true</code>.
    If not specified or set to any other value, the matching will be case
    sensitive.</li>
    <li>To negate an operator, include a boolean parameter named
    <code>negate</code> boolean parameter that is set to <code>true</code>.
    </li>
    </ul> @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update
  • type (type: String.t, default: nil) - The type of operator for this condition. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.TagManager.V2.Model.Condition{
  parameter: [GoogleApi.TagManager.V2.Model.Parameter.t()],
  type: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.