Class PushNotificationConfig
Configuration for setting up push notifications for task updates.
Implements
Inherited Members
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 |