Class FormsResource.BatchUpdateRequest
Change the form with a batch of updates.
Inheritance
FormsResource.BatchUpdateRequest
  Inherited Members
Namespace: Google.Apis.Forms.v1
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class FormsResource.BatchUpdateRequest : FormsBaseServiceRequest<BatchUpdateFormResponse>, IClientServiceRequest<BatchUpdateFormResponse>, IClientServiceRequestConstructors
BatchUpdateRequest(IClientService, BatchUpdateFormRequest, string)
Constructs a new BatchUpdate request.
Declaration
public BatchUpdateRequest(IClientService service, BatchUpdateFormRequest body, string formId)Parameters
| Type | Name | Description | 
|---|---|---|
| IClientService | service | |
| BatchUpdateFormRequest | body | |
| string | formId | 
Properties
FormId
Required. The form ID.
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 BatchUpdate parameter list.
Declaration
protected override void InitParameters()