Class WebhookSubscriptions
WebhookSubscriptions has details of webhook subscriptions.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class WebhookSubscriptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
WebhookData
Output only. Webhook data.
Declaration
[JsonProperty("webhookData")]
public virtual IList<WebhookData> WebhookData { get; set; }
Property Value
Type | Description |
---|---|
IList<WebhookData> |