Class: Google::Apis::AlertcenterV1beta1::AppMakerSqlSetupNotification
- Inherits:
-
Object
- Object
- Google::Apis::AlertcenterV1beta1::AppMakerSqlSetupNotification
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/alertcenter_v1beta1/classes.rb,
lib/google/apis/alertcenter_v1beta1/representations.rb,
lib/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.
448 449 450 |
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 448 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
446 447 448 |
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 446 def request_info @request_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
453 454 455 |
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 453 def update!(**args) @request_info = args[:request_info] if args.key?(:request_info) end |