Class GoogleCloudEssentialcontactsV1SendTestMessageRequest
Request message for the SendTestMessage method.
Implements
Inherited Members
Namespace: Google.Apis.Essentialcontacts.v1.Data
Assembly: Google.Apis.Essentialcontacts.v1.dll
Syntax
public class GoogleCloudEssentialcontactsV1SendTestMessageRequest : IDirectResponseSchema
Properties
Contacts
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}
Declaration
[JsonProperty("contacts")]
public virtual IList<string> Contacts { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NotificationCategory
Required. The notification category to send the test message for. All contacts must be subscribed to this category.
Declaration
[JsonProperty("notificationCategory")]
public virtual string NotificationCategory { get; set; }
Property Value
Type | Description |
---|---|
string |