Class: Google::Apis::AdexchangebuyerV1_3::PretargetingConfigList
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AdexchangebuyerV1_3::PretargetingConfigList
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer_v1_3/classes.rb,
 generated/google/apis/adexchangebuyer_v1_3/representations.rb,
 generated/google/apis/adexchangebuyer_v1_3/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #items  ⇒ Array<Google::Apis::AdexchangebuyerV1_3::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
| 1335 1336 1337 | # File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1335 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#items ⇒ Array<Google::Apis::AdexchangebuyerV1_3::PretargetingConfig>
A list of pretargeting configs
Corresponds to the JSON property items
| 1328 1329 1330 | # File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1328 def items @items end | 
#kind ⇒ String
Resource type.
Corresponds to the JSON property kind
| 1333 1334 1335 | # File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1333 def kind @kind end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1340 1341 1342 1343 | # File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1340 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |