google_api_analytics v0.5.0 GoogleApi.Analytics.V3.Model.GoalEventDetailsEventConditions View Source

Attributes

  • comparisonType (type: String.t, default: nil) - Type of comparison. Possible values are LESS_THAN, GREATER_THAN or EQUAL.
  • comparisonValue (type: String.t, default: nil) - Value used for this comparison.
  • expression (type: String.t, default: nil) - Expression used for this match.
  • matchType (type: String.t, default: nil) - Type of the match to be performed. Possible values are REGEXP, BEGINS_WITH, or EXACT.
  • type (type: String.t, default: nil) - Type of this event condition. Possible values are CATEGORY, ACTION, LABEL, or VALUE.

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.Analytics.V3.Model.GoalEventDetailsEventConditions{
  comparisonType: String.t(),
  comparisonValue: String.t(),
  expression: String.t(),
  matchType: String.t(),
  type: String.t()
}

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.