GoogleApi.Slides.V1.Model.BatchUpdatePresentationRequest (google_api_slides v0.24.0)

View Source

Request message for PresentationsService.BatchUpdatePresentation.

Attributes

  • requests (type: list(GoogleApi.Slides.V1.Model.Request.t), default: nil) - A list of updates to apply to the presentation.
  • writeControl (type: GoogleApi.Slides.V1.Model.WriteControl.t, default: nil) - Provides control over how write requests are executed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.BatchUpdatePresentationRequest{
  requests: [GoogleApi.Slides.V1.Model.Request.t()] | nil,
  writeControl: GoogleApi.Slides.V1.Model.WriteControl.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.