Class: Google::Apis::Adexchangebuyer2V2beta1::RemoveDealAssociationRequest
- Inherits:
-
Object
- Object
- Google::Apis::Adexchangebuyer2V2beta1::RemoveDealAssociationRequest
- 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
A request for removing the association between a deal and a creative.
Instance Attribute Summary collapse
-
#association ⇒ Google::Apis::Adexchangebuyer2V2beta1::CreativeDealAssociation
The association between a creative and a deal.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RemoveDealAssociationRequest
constructor
A new instance of RemoveDealAssociationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RemoveDealAssociationRequest
Returns a new instance of RemoveDealAssociationRequest.
3597 3598 3599 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3597 def initialize(**args) update!(**args) end |
Instance Attribute Details
#association ⇒ Google::Apis::Adexchangebuyer2V2beta1::CreativeDealAssociation
The association between a creative and a deal.
Corresponds to the JSON property association
3595 3596 3597 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3595 def association @association end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3602 3603 3604 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3602 def update!(**args) @association = args[:association] if args.key?(:association) end |