Class: Google::Apis::AdexchangesellerV2_0::Alerts
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AdexchangesellerV2_0::Alerts
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangeseller_v2_0/classes.rb,
 generated/google/apis/adexchangeseller_v2_0/representations.rb,
 generated/google/apis/adexchangeseller_v2_0/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #items  ⇒ Array<Google::Apis::AdexchangesellerV2_0::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
| 238 239 240 | # File 'generated/google/apis/adexchangeseller_v2_0/classes.rb', line 238 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#items ⇒ Array<Google::Apis::AdexchangesellerV2_0::Alert>
The alerts returned in this list response.
Corresponds to the JSON property items
| 231 232 233 | # File 'generated/google/apis/adexchangeseller_v2_0/classes.rb', line 231 def items @items end | 
#kind ⇒ String
Kind of list this is, in this case adexchangeseller#alerts.
Corresponds to the JSON property kind
| 236 237 238 | # File 'generated/google/apis/adexchangeseller_v2_0/classes.rb', line 236 def kind @kind end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 243 244 245 246 | # File 'generated/google/apis/adexchangeseller_v2_0/classes.rb', line 243 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |