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

View Source

Updates the position of slides in the presentation.

Attributes

  • insertionIndex (type: integer(), default: nil) - The index where the slides should be inserted, based on the slide arrangement before the move takes place. Must be between zero and the number of slides in the presentation, inclusive.
  • slideObjectIds (type: list(String.t), default: nil) - The IDs of the slides in the presentation that should be moved. The slides in this list must be in existing presentation order, without duplicates.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.UpdateSlidesPositionRequest{
  insertionIndex: integer() | nil,
  slideObjectIds: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.