Class: Google::Apis::AdexchangebuyerV1_4::PretargetingConfigList
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AdexchangebuyerV1_4::PretargetingConfigList
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer_v1_4/classes.rb,
 generated/google/apis/adexchangebuyer_v1_4/representations.rb,
 generated/google/apis/adexchangebuyer_v1_4/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #items  ⇒ Array<Google::Apis::AdexchangebuyerV1_4::PretargetingConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of pretargeting configs Corresponds to the JSON property items.
- 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Resource type. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ PretargetingConfigList 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of PretargetingConfigList. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PretargetingConfigList
Returns a new instance of PretargetingConfigList
| 2683 2684 2685 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2683 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#items ⇒ Array<Google::Apis::AdexchangebuyerV1_4::PretargetingConfig>
A list of pretargeting configs
Corresponds to the JSON property items
| 2676 2677 2678 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2676 def items @items end | 
#kind ⇒ String
Resource type.
Corresponds to the JSON property kind
| 2681 2682 2683 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2681 def kind @kind end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2688 2689 2690 2691 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2688 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |