Class: Google::Apis::DoubleclickbidmanagerV1::FilterPair

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/doubleclickbidmanager_v1/classes.rb,
generated/google/apis/doubleclickbidmanager_v1/representations.rb,
generated/google/apis/doubleclickbidmanager_v1/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.



190
191
192
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 190

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

Instance Attribute Details

#typeString

Filter type. Corresponds to the JSON property type

Returns:

  • (String)


183
184
185
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 183

def type
  @type
end

#valueString

Filter value. Corresponds to the JSON property value

Returns:

  • (String)


188
189
190
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 188

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



195
196
197
198
# File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 195

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