Show / Hide Table of Contents

Class CreateWatchRequest

Create a new watch.

Inheritance
object
CreateWatchRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX