Class: Google::Apis::Adexchangebuyer2V2beta1::AuctionContext

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

Overview

Output only. The auction type the restriction applies to.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ AuctionContext

Returns a new instance of AuctionContext.



230
231
232
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 230

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

Instance Attribute Details

#auction_typesArray<String>

The auction types this restriction applies to. Corresponds to the JSON property auctionTypes

Returns:

  • (Array<String>)


228
229
230
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 228

def auction_types
  @auction_types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



235
236
237
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 235

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