Class FormsResource.WatchesResource.DeleteRequest
Delete a watch.
Inheritance
FormsResource.WatchesResource.DeleteRequest
Inherited Members
Namespace: Google.Apis.Forms.v1
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class FormsResource.WatchesResource.DeleteRequest : FormsBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
DeleteRequest(IClientService, string, string)
Constructs a new Delete request.
Declaration
public DeleteRequest(IClientService service, string formId, string watchId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | formId | |
string | watchId |
Properties
FormId
Required. The ID of the Form.
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Forms.v1.Data.Empty>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Forms.v1.Data.Empty>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Forms.v1.Data.Empty>.RestPath
WatchId
Required. The ID of the Watch to delete.
Declaration
[RequestParameter("watchId", RequestParameterType.Path)]
public virtual string WatchId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Delete parameter list.
Declaration
protected override void InitParameters()