google_api_ad_mob v0.2.0 GoogleApi.AdMob.V1.Model.NetworkReportSpecDimensionFilter 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

Link to this type

t()

View Source
t() :: %GoogleApi.AdMob.V1.Model.NetworkReportSpecDimensionFilter{
  dimension: String.t(),
  matchesAny: GoogleApi.AdMob.V1.Model.StringList.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.