Module: Google::Analytics::Admin::V1alpha::ExpandedDataSetFilter::StringFilter::MatchType

Defined in:
proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb

Overview

The match type for the string filter.

Constant Summary collapse

MATCH_TYPE_UNSPECIFIED =

Unspecified

0
EXACT =

Exact match of the string value.

1
CONTAINS =

Contains the string value.

2