class Google::Apis::AdmobV1::MediationReportSpecDimensionFilter

Describes which report rows to match based on their dimension values.

Attributes

dimension[RW]

Applies the filter criterion to the specified dimension. Corresponds to the JSON property `dimension` @return [String]

matches_any[RW]

List of string values. Corresponds to the JSON property `matchesAny` @return [Google::Apis::AdmobV1::StringList]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/admob_v1/classes.rb, line 618
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/admob_v1/classes.rb, line 623
def update!(**args)
  @dimension = args[:dimension] if args.key?(:dimension)
  @matches_any = args[:matches_any] if args.key?(:matches_any)
end