Class: Google::Apis::AdexchangesellerV1_1::Alerts
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AdexchangesellerV1_1::Alerts
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangeseller_v1_1/classes.rb,
 generated/google/apis/adexchangeseller_v1_1/representations.rb,
 generated/google/apis/adexchangeseller_v1_1/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #items  ⇒ Array<Google::Apis::AdexchangesellerV1_1::Alert> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The alerts returned in this list response. 
- 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Kind of list this is, in this case adexchangeseller#alerts. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Alerts 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Alerts. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Alerts
Returns a new instance of Alerts
| 288 289 290 | # File 'generated/google/apis/adexchangeseller_v1_1/classes.rb', line 288 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#items ⇒ Array<Google::Apis::AdexchangesellerV1_1::Alert>
The alerts returned in this list response.
Corresponds to the JSON property items
| 281 282 283 | # File 'generated/google/apis/adexchangeseller_v1_1/classes.rb', line 281 def items @items end | 
#kind ⇒ String
Kind of list this is, in this case adexchangeseller#alerts.
Corresponds to the JSON property kind
| 286 287 288 | # File 'generated/google/apis/adexchangeseller_v1_1/classes.rb', line 286 def kind @kind end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 293 294 295 296 | # File 'generated/google/apis/adexchangeseller_v1_1/classes.rb', line 293 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |