Class FormsResource.WatchesResource.ListRequest
Return a list of the watches owned by the invoking project. The maximum number of watches is two: For each invoker, the limit is one for each event type per form.
Inheritance
FormsResource.WatchesResource.ListRequest
  Inherited Members
Namespace: Google.Apis.Forms.v1
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class FormsResource.WatchesResource.ListRequest : FormsBaseServiceRequest<ListWatchesResponse>, IClientServiceRequest<ListWatchesResponse>, IClientServiceRequestConstructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string formId)Parameters
| Type | Name | Description | 
|---|---|---|
| IClientService | service | |
| string | formId | 
Properties
FormId
Required. ID of the Form whose watches to list.
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
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()