Class: Google::Apis::AdexchangesellerV2_0::Alerts

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

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

#itemsArray<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

#kindString

Kind of list this is, in this case adexchangeseller#alerts. Corresponds to the JSON property kind

Returns:

  • (String)


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