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>, IClientServiceRequest
Constructors
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Forms.v1.Data.BatchUpdateFormResponse>.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.BatchUpdateFormResponse>.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.BatchUpdateFormResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Forms.v1.Data.BatchUpdateFormResponse>.GetBody()
InitParameters()
Initializes BatchUpdate parameter list.
Declaration
protected override void InitParameters()