Class: Google::Cloud::Monitoring::V3::SendNotificationChannelVerificationCodeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::SendNotificationChannelVerificationCodeRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The notification channel to which to send a verification code.
212 213 214 215 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 212 class SendNotificationChannelVerificationCodeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |