Class: Google::Apis::Adexchangebuyer2V2beta1::AddDealAssociationRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::Adexchangebuyer2V2beta1::AddDealAssociationRequest
 
- 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 associating 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)  ⇒ AddDealAssociationRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AddDealAssociationRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AddDealAssociationRequest
Returns a new instance of AddDealAssociationRequest
| 75 76 77 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 75 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
| 73 74 75 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 73 def association @association end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 80 81 82 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 80 def update!(**args) @association = args[:association] if args.key?(:association) end |