GoogleApi.Docs.V1.Model.BatchUpdateDocumentResponse (google_api_docs v0.18.0)

View Source

Response message from a BatchUpdateDocument request.

Attributes

  • documentId (type: String.t, default: nil) - The ID of the document to which the updates were applied to.
  • replies (type: list(GoogleApi.Docs.V1.Model.Response.t), default: nil) - The reply of the updates. This maps 1:1 with the updates, although replies to some requests may be empty.
  • writeControl (type: GoogleApi.Docs.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

t()

@type t() :: %GoogleApi.Docs.V1.Model.BatchUpdateDocumentResponse{
  documentId: String.t() | nil,
  replies: [GoogleApi.Docs.V1.Model.Response.t()] | nil,
  writeControl: GoogleApi.Docs.V1.Model.WriteControl.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.