class Google::Apis::Adexchangebuyer2V2beta1::RemoveDealAssociationRequest
A request for removing the association between 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 3639 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 3644 def update!(**args) @association = args[:association] if args.key?(:association) end