Class BatchUpdateFormRequest
A batch of updates to perform on a form. All the specified updates are made or none of them are.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class BatchUpdateFormRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeFormInResponse
Whether to return an updated version of the model in the response.
Declaration
[JsonProperty("includeFormInResponse")]
public virtual bool? IncludeFormInResponse { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Requests
Required. The update requests of this batch.
Declaration
[JsonProperty("requests")]
public virtual IList<Request> Requests { get; set; }
Property Value
Type | Description |
---|---|
IList<Request> |
WriteControl
Provides control over how write requests are executed.
Declaration
[JsonProperty("writeControl")]
public virtual WriteControl WriteControl { get; set; }
Property Value
Type | Description |
---|---|
WriteControl |