Spatio.Model.CreateChannelRequest (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.CreateChannelRequest{
  accountId: String.t() | nil,
  description: String.t() | nil,
  isPrivate: boolean() | nil,
  name: String.t()
}

Functions

decode(value)