Class: Google::Cloud::Monitoring::V3::SendNotificationChannelVerificationCodeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/notification_service.rb

Overview

The SendNotificationChannelVerificationCode request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The notification channel to which to send a verification code.

Returns:

  • (::String)

    Required. The notification channel to which to send a verification code.



210
211
212
213
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 210

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