Class: Google::Cloud::EssentialContacts::V1::SendTestMessageRequest
- Inherits:
-
Object
- Object
- Google::Cloud::EssentialContacts::V1::SendTestMessageRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/essentialcontacts/v1/service.rb
Overview
Request message for the SendTestMessage method.
Instance Attribute Summary collapse
-
#contacts ⇒ ::Array<::String>
Required.
-
#notification_category ⇒ ::Google::Cloud::EssentialContacts::V1::NotificationCategory
Required.
-
#resource ⇒ ::String
Required.
Instance Attribute Details
#contacts ⇒ ::Array<::String>
212 213 214 215 |
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 212 class SendTestMessageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#notification_category ⇒ ::Google::Cloud::EssentialContacts::V1::NotificationCategory
212 213 214 215 |
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 212 class SendTestMessageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource ⇒ ::String
212 213 214 215 |
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 212 class SendTestMessageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |