GoogleApi.Forms.V1.Model.BatchUpdateFormResponse (google_api_forms v0.5.0)
View SourceResponse to a BatchUpdateFormRequest.
Attributes
-
form(type:GoogleApi.Forms.V1.Model.Form.t, default:nil) - Based on the bool request fieldinclude_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. -
replies(type:list(GoogleApi.Forms.V1.Model.Response.t), default:nil) - The reply of the updates. This maps 1:1 with the update requests, although replies to some requests may be empty. -
writeControl(type:GoogleApi.Forms.V1.Model.WriteControl.t, default:nil) - The updated write control after applying the request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Forms.V1.Model.BatchUpdateFormResponse{ form: GoogleApi.Forms.V1.Model.Form.t() | nil, replies: [GoogleApi.Forms.V1.Model.Response.t()] | nil, writeControl: GoogleApi.Forms.V1.Model.WriteControl.t() | nil }