GoogleApi.Slides.V1.Model.BatchUpdatePresentationResponse (google_api_slides v0.19.0) View Source

Response 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.