Class WatchTarget
The target for notification delivery.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class WatchTarget : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Topic
A Pub/Sub topic. To receive notifications, the topic must grant publish privileges to the Forms service
account serviceAccount:forms-notifications@system.gserviceaccount.com. Only the project that owns a topic
may create a watch with it. Pub/Sub delivery guarantees should be considered.
Declaration
[JsonProperty("topic")]
public virtual CloudPubsubTopic Topic { get; set; }Property Value
| Type | Description | 
|---|---|
| CloudPubsubTopic |