Class BatchUpdateFormResponse
Response to a BatchUpdateFormRequest.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class BatchUpdateFormResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Form
Based on the bool request field include_form_in_response
, a form with all applied mutations/updates is
returned or not. This may be later than the revision ID created by these changes.
Declaration
[JsonProperty("form")]
public virtual Form Form { get; set; }
Property Value
Type | Description |
---|---|
Form |
Replies
The reply of the updates. This maps 1:1 with the update requests, although replies to some requests may be empty.
Declaration
[JsonProperty("replies")]
public virtual IList<Response> Replies { get; set; }
Property Value
Type | Description |
---|---|
IList<Response> |
WriteControl
The updated write control after applying the request.
Declaration
[JsonProperty("writeControl")]
public virtual WriteControl WriteControl { get; set; }
Property Value
Type | Description |
---|---|
WriteControl |