Show / Hide Table of Contents

Class PushNotificationConfig

Configuration for setting up push notifications for task updates.

Inheritance
object
PushNotificationConfig
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.WorkspaceEvents.v1.Data
Assembly: Google.Apis.WorkspaceEvents.v1.dll
Syntax
public class PushNotificationConfig : IDirectResponseSchema

Properties

Authentication

Information about the authentication to sent with the notification

Declaration
[JsonProperty("authentication")]
public virtual AuthenticationInfo Authentication { get; set; }
Property Value
Type Description
AuthenticationInfo

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

A unique identifier (e.g. UUID) for this push notification.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Token

Token unique for this task/session

Declaration
[JsonProperty("token")]
public virtual string Token { get; set; }
Property Value
Type Description
string

Url

Url to send the notification too

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX