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

Represents a predicate.

Attributes

  • parameter ([Parameter]): A list of named parameters (key/value), depending on the condition's type. Notes: - For binary operators, include parameters named arg0 and arg1 for specifying the left and right operands, respectively. - At this time, the left operand (arg0) must be a reference to a variable. - For case-insensitive Regex matching, include a boolean parameter named ignore_case that is set to true. If not specified or set to any other value, the matching will be case sensitive. - To negate an operator, include a boolean parameter named negate boolean parameter that is set to true. Defaults to: null.
  • type (String.t): The type of operator for this condition. Defaults to: null.

    • Enum - one of [conditionTypeUnspecified, contains, cssSelector, endsWith, equals, greater, greaterOrEquals, less, lessOrEquals, matchRegex, startsWith, urlMatches]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.TagManager.V2.Model.Condition{
  parameter: [GoogleApi.TagManager.V2.Model.Parameter.t()],
  type: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.