Class CreateWatchRequest
Create a new watch.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class CreateWatchRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Watch
Required. The watch object. No ID should be set on this object; use watch_id
instead.
Declaration
[JsonProperty("watch")]
public virtual Watch Watch { get; set; }
Property Value
Type | Description |
---|---|
Watch |
WatchId
The ID to use for the watch. If specified, the ID must not already be in use. If not specified, an ID is generated. This value should be 4-63 characters, and valid characters are /a-z-/.
Declaration
[JsonProperty("watchId")]
public virtual string WatchId { get; set; }
Property Value
Type | Description |
---|---|
string |