View Source GoogleApi.EssentialContacts.V1.Model.GoogleCloudEssentialcontactsV1SendTestMessageRequest (google_api_essential_contacts v0.2.2)

Request message for the SendTestMessage method.

Attributes

  • contacts (type: list(String.t), default: nil) - 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}
  • notificationCategory (type: String.t, default: nil) - Required. The notification category to send the test message for. All contacts must be subscribed to this category.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.EssentialContacts.V1.Model.GoogleCloudEssentialcontactsV1SendTestMessageRequest{
    contacts: [String.t()] | nil,
    notificationCategory: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.