View Source GoogleApi.AdMob.V1.Model.MediationReportSpecDimensionFilter (google_api_ad_mob v0.10.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdMob.V1.Model.MediationReportSpecDimensionFilter{
  dimension: String.t() | nil,
  matchesAny: GoogleApi.AdMob.V1.Model.StringList.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.