class Google::Apis::Adexchangebuyer2V2beta1::AddDealAssociationRequest
A request for associating a deal and a creative.
Attributes
association[RW]
The association between a creative and a deal. Corresponds to the JSON property `association` @return [Google::Apis::Adexchangebuyer2V2beta1::CreativeDealAssociation]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 167 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 172 def update!(**args) @association = args[:association] if args.key?(:association) end