GoogleApi.Slides.V1.Model.BatchUpdatePresentationResponse (google_api_slides v0.24.0)
View SourceResponse message from a batch update.
Attributes
-
presentationId
(type:String.t
, default:nil
) - The presentation the updates were applied to. -
replies
(type:list(GoogleApi.Slides.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.Slides.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.Slides.V1.Model.BatchUpdatePresentationResponse{ presentationId: String.t() | nil, replies: [GoogleApi.Slides.V1.Model.Response.t()] | nil, writeControl: GoogleApi.Slides.V1.Model.WriteControl.t() | nil }