google_api_analytics_reporting v0.3.0 GoogleApi.AnalyticsReporting.V4.Model.SegmentDimensionFilter View Source

Dimension filter specifies the filtering options on a dimension.

Attributes

  • caseSensitive (boolean()): Should the match be case sensitive, ignored for IN_LIST operator. Defaults to nil.
  • dimensionName (String.t): Name of the dimension for which the filter is being applied. Defaults to nil.
  • expressions (list(String.t)): The list of expressions, only the first element is used for all operators Defaults to nil.
  • maxComparisonValue (String.t): Maximum comparison values for BETWEEN match type. Defaults to nil.
  • minComparisonValue (String.t): Minimum comparison values for BETWEEN match type. Defaults to nil.
  • operator (String.t): The operator to use to match the dimension with the expressions. Defaults to nil.

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.AnalyticsReporting.V4.Model.SegmentDimensionFilter{
  caseSensitive: boolean(),
  dimensionName: String.t(),
  expressions: [String.t()],
  maxComparisonValue: String.t(),
  minComparisonValue: String.t(),
  operator: 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.