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.



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

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:



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

def alerts
  @alerts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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