google_api_docs v0.5.0 GoogleApi.Docs.V1.Model.BatchUpdateDocumentResponse 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Docs.V1.Model.BatchUpdateDocumentResponse{ documentId: String.t(), replies: [GoogleApi.Docs.V1.Model.Response.t()], writeControl: GoogleApi.Docs.V1.Model.WriteControl.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.