View Source GoogleApi.Forms.V1.Model.BatchUpdateFormRequest (google_api_forms v0.2.1)
A batch of updates to perform on a form. All the specified updates are made or none of them are.
Attributes
-
includeFormInResponse
(type:boolean()
, default:nil
) - Whether to return an updated version of the model in the response. -
requests
(type:list(GoogleApi.Forms.V1.Model.Request.t)
, default:nil
) - Required. The update requests of this batch. -
writeControl
(type:GoogleApi.Forms.V1.Model.WriteControl.t
, default:nil
) - Provides control over how write requests are executed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Forms.V1.Model.BatchUpdateFormRequest{ includeFormInResponse: boolean() | nil, requests: [GoogleApi.Forms.V1.Model.Request.t()] | nil, writeControl: GoogleApi.Forms.V1.Model.WriteControl.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.