class Google::Apis::Adexchangebuyer2V2beta1::AuctionContext
Output only. The auction type the restriction applies to.
Attributes
auction_types[RW]
The auction types this restriction applies to. Corresponds to the JSON property `auctionTypes` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 224 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 229 def update!(**args) @auction_types = args[:auction_types] if args.key?(:auction_types) end