Class: Google::Apis::DoubleclickbidmanagerV1_1::FilterPair

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/doubleclickbidmanager_v1_1/classes.rb,
generated/google/apis/doubleclickbidmanager_v1_1/representations.rb,
generated/google/apis/doubleclickbidmanager_v1_1/representations.rb

Overview

Filter used to match traffic data in your report.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FilterPair

Returns a new instance of FilterPair.



264
265
266
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 264

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#typeString

Filter type. Corresponds to the JSON property type

Returns:

  • (String)


257
258
259
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 257

def type
  @type
end

#valueString

Filter value. Corresponds to the JSON property value

Returns:

  • (String)


262
263
264
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 262

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



269
270
271
272
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 269

def update!(**args)
  @type = args[:type] if args.key?(:type)
  @value = args[:value] if args.key?(:value)
end