Show / Hide Table of Contents

Class EnterprisesSendTestPushNotificationResponse

Inheritance
object
EnterprisesSendTestPushNotificationResponse
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX