Spatio.Model.RecordType (spatio_sdk v0.0.2)

Org-scoped record-type definition. attribute_schema defines the per-record attributes; treated as opaque here.

Summary

Types

t()

@type t() :: %Spatio.Model.RecordType{
  attribute_schema: [%{optional(String.t()) => any()}] | nil,
  created_at: DateTime.t() | nil,
  icon: String.t() | nil,
  id: String.t(),
  name: String.t() | nil,
  name_plural: String.t() | nil,
  organization_id: String.t(),
  slug: String.t() | nil,
  updated_at: DateTime.t() | nil
}

Functions

decode(value)