google_api_analytics_reporting v0.8.0 GoogleApi.AnalyticsReporting.V4.Model.SegmentDimensionFilter View Source
Dimension filter specifies the filtering options on a dimension.
Attributes
caseSensitive
(type:boolean()
, default:nil
) - Should the match be case sensitive, ignored forIN_LIST
operator.dimensionName
(type:String.t
, default:nil
) - Name of the dimension for which the filter is being applied.expressions
(type:list(String.t)
, default:nil
) - The list of expressions, only the first element is used for all operatorsmaxComparisonValue
(type:String.t
, default:nil
) - Maximum comparison values forBETWEEN
match type.minComparisonValue
(type:String.t
, default:nil
) - Minimum comparison values forBETWEEN
match type.operator
(type:String.t
, default:nil
) - The operator to use to match the dimension with the expressions.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.