Spatio.Model.UpdateBlockRequest (spatio_sdk v0.0.2)

Partial update — only fields present in the body are touched.

Summary

Types

t()

@type t() :: %Spatio.Model.UpdateBlockRequest{
  archived: boolean() | nil,
  content: Spatio.Model.BlockContent.t() | nil,
  properties: %{optional(String.t()) => any()} | nil
}

Functions

decode(value)