Show / Hide Table of Contents

Class GoogleCloudEssentialcontactsV1SendTestMessageRequest

Request message for the SendTestMessage method.

Inheritance
object
GoogleCloudEssentialcontactsV1SendTestMessageRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX