View Source GoogleApi.Forms.V1.Model.BatchUpdateFormResponse (google_api_forms v0.2.1)

Response to a BatchUpdateFormRequest.

Attributes

  • form (type: GoogleApi.Forms.V1.Model.Form.t, default: nil) - 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.
  • 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.