Class EnterprisesSendTestPushNotificationResponse
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class EnterprisesSendTestPushNotificationResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MessageId
The message ID of the test push notification that was sent.
Declaration
[JsonProperty("messageId")]
public virtual string MessageId { get; set; }
Property Value
Type | Description |
---|---|
string |
TopicName
The name of the Cloud Pub/Sub topic to which notifications for this enterprise's enrolled account will be sent.
Declaration
[JsonProperty("topicName")]
public virtual string TopicName { get; set; }
Property Value
Type | Description |
---|---|
string |