Spatio.Model.Attachment (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.Attachment{
  id: String.t() | nil,
  mime_type: String.t() | nil,
  size: integer() | nil,
  title: String.t(),
  url: Uri
}

Functions

decode(value)