Class: Google::Apis::AdsenseV2::ListAlertsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/adsense_v2/classes.rb,
lib/google/apis/adsense_v2/representations.rb,
lib/google/apis/adsense_v2/representations.rb

Overview

Response definition for the alerts list rpc.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListAlertsResponse

Returns a new instance of ListAlertsResponse.



609
610
611
# File 'lib/google/apis/adsense_v2/classes.rb', line 609

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#alertsArray<Google::Apis::AdsenseV2::Alert>

The alerts returned in this list response. Corresponds to the JSON property alerts

Returns:



607
608
609
# File 'lib/google/apis/adsense_v2/classes.rb', line 607

def alerts
  @alerts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



614
615
616
# File 'lib/google/apis/adsense_v2/classes.rb', line 614

def update!(**args)
  @alerts = args[:alerts] if args.key?(:alerts)
end