Spatio.Model.CreateSlideRequest (spatio_sdk v0.0.2)
presentationId in the body is allowed but redundant when posting to /v1/slides/{id}/slides — the path id wins.
Summary
Types
@type t() :: %Spatio.Model.CreateSlideRequest{ backgroundColor: String.t() | nil, backgroundImageUrl: Uri | nil, layout: String.t() | nil, notes: String.t() | nil, position: integer() | nil, presentationId: String.t() | nil, textColor: String.t() | nil, title: String.t() | nil, transition: String.t() | nil }