GoogleApi.AdMob.V1.Model.MediationReportSpecDimensionFilter (google_api_ad_mob v0.6.3) View Source
Describes which report rows to match based on their dimension values.
Attributes
-
dimension
(type:String.t
, default:nil
) - Applies the filter criterion to the specified dimension. -
matchesAny
(type:GoogleApi.AdMob.V1.Model.StringList.t
, default:nil
) - Matches a row if its value for the specified dimension is in one of the values specified in this condition.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AdMob.V1.Model.MediationReportSpecDimensionFilter{ dimension: String.t(), matchesAny: GoogleApi.AdMob.V1.Model.StringList.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.