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
permalink #name ⇒ ::String
Returns 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 |