Spatio.Model.UpdateEventRequest (spatio_sdk v0.0.2)

Sparse update. updates is a free-form map of fields to change; only keys present are applied. The server-side capability gate rejects fields that the underlying provider doesn't support.

Summary

Types

t()

@type t() :: %Spatio.Model.UpdateEventRequest{
  account_id: String.t(),
  send_updates: String.t() | nil,
  updates: %{optional(String.t()) => any()}
}

Functions

decode(value)