Class: Google::Apis::AlertcenterV1beta1::AppMakerSqlSetupNotification
- Inherits:
-
Object
- Object
- Google::Apis::AlertcenterV1beta1::AppMakerSqlSetupNotification
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/alertcenter_v1beta1/classes.rb,
generated/google/apis/alertcenter_v1beta1/representations.rb,
generated/google/apis/alertcenter_v1beta1/representations.rb
Overview
Alerts from App Maker to notify admins to set up default SQL instance.
Instance Attribute Summary collapse
-
#request_info ⇒ Array<Google::Apis::AlertcenterV1beta1::RequestInfo>
List of applications with requests for default SQL set up.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppMakerSqlSetupNotification
constructor
A new instance of AppMakerSqlSetupNotification.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppMakerSqlSetupNotification
Returns a new instance of AppMakerSqlSetupNotification.
374 375 376 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 374 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request_info ⇒ Array<Google::Apis::AlertcenterV1beta1::RequestInfo>
List of applications with requests for default SQL set up.
Corresponds to the JSON property requestInfo
372 373 374 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 372 def request_info @request_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
379 380 381 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 379 def update!(**args) @request_info = args[:request_info] if args.key?(:request_info) end |