Class: Google::Cloud::EssentialContacts::V1::SendTestMessageRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#contacts::Array<::String>

Returns Required. The list of names of the contacts to send a test message to. Format: organizations/{organization_id}/contacts/{contact_id}, folders/{folder_id}/contacts/{contact_id} or projects/{project_id}/contacts/{contact_id}.

Returns:

  • (::Array<::String>)

    Required. The list of names of the contacts to send a test message to. Format: organizations/{organization_id}/contacts/{contact_id}, folders/{folder_id}/contacts/{contact_id} or projects/{project_id}/contacts/{contact_id}



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

Returns Required. The notification category to send the test message for. All contacts must be subscribed to this category.

Returns:



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

Returns Required. The name of the resource to send the test message for. All contacts must either be set directly on this resource or inherited from another resource that is an ancestor of this one. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}.

Returns:

  • (::String)

    Required. The name of the resource to send the test message for. All contacts must either be set directly on this resource or inherited from another resource that is an ancestor of this one. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}



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