google_api_slides v0.14.0 GoogleApi.Slides.V1.Model.UpdateSlidesPositionRequest 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.

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.UpdateSlidesPositionRequest{
  insertionIndex: integer(),
  slideObjectIds: [String.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.