Class: Google::Cloud::AdvisoryNotifications::V1::UpdateSettingsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/advisorynotifications/v1/service.rb

Overview

Request of UpdateSettings endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#settings::Google::Cloud::AdvisoryNotifications::V1::Settings

Returns Required. New settings.

Returns:



259
260
261
262
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 259

class UpdateSettingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end