Class FormsResource.WatchesResource.CreateRequest
Create a new watch. If a watch ID is provided, it must be unused. For each invoking project, the per form limit is one watch per Watch.EventType. A watch expires seven days after it is created (see Watch.expire_time).
Inheritance
FormsResource.WatchesResource.CreateRequest
  Inherited Members
Namespace: Google.Apis.Forms.v1
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class FormsResource.WatchesResource.CreateRequest : FormsBaseServiceRequest<Watch>, IClientServiceRequest<Watch>, IClientServiceRequestConstructors
CreateRequest(IClientService, CreateWatchRequest, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, CreateWatchRequest body, string formId)Parameters
| Type | Name | Description | 
|---|---|---|
| IClientService | service | |
| CreateWatchRequest | body | |
| string | formId | 
Properties
FormId
Required. ID of the Form to watch.
Declaration
[RequestParameter("formId", RequestParameterType.Path)]
public virtual string FormId { get; }Property Value
| Type | Description | 
|---|---|
| string | 
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()Returns
| Type | Description | 
|---|---|
| object | 
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()