View Source GoogleApi.Docs.V1.Model.BatchUpdateDocumentResponse (google_api_docs v0.16.0)
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
@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
Unwrap a decoded JSON object into its complex fields.