Spatio.Model.UpdatePresentationRequest (spatio_sdk v0.0.2)

Partial update — every field optional.

Summary

Types

t()

@type t() :: %Spatio.Model.UpdatePresentationRequest{
  description: String.t() | nil,
  theme: String.t() | nil,
  title: String.t() | nil
}

Functions

decode(value)