google_api_analytics_reporting v0.0.1 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:
null. - dimensionName (String): Name of the dimension for which the filter is being applied. Defaults to:
null. - expressions (List[String]): The list of expressions, only the first element is used for all operators Defaults to:
null. - maxComparisonValue (String): Maximum comparison values for `BETWEEN` match type. Defaults to:
null. - minComparisonValue (String): Minimum comparison values for `BETWEEN` match type. Defaults to:
null. operator (String): The operator to use to match the dimension with the expressions. Defaults to:
null.- Enum - one of [OPERATOR_UNSPECIFIED, REGEXP, BEGINS_WITH, ENDS_WITH, PARTIAL, EXACT, IN_LIST, NUMERIC_LESS_THAN, NUMERIC_GREATER_THAN, NUMERIC_BETWEEN]