class Google::Apis::DoubleclickbidmanagerV1::FilterPair

Filter used to match traffic data in your report.

Attributes

type[RW]

Filter type. Corresponds to the JSON property `type` @return [String]

value[RW]

Filter value. Corresponds to the JSON property `value` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/doubleclickbidmanager_v1/classes.rb, line 103
def update!(**args)
  @type = args[:type] if args.key?(:type)
  @value = args[:value] if args.key?(:value)
end