Spatio.Model.AttachmentMeta (spatio_sdk v0.0.2)

Attachment metadata; binary fetched via the attachment endpoint.

Summary

Types

t()

@type t() :: %Spatio.Model.AttachmentMeta{
  contentType: String.t(),
  filename: String.t(),
  id: String.t(),
  size: integer()
}

Functions

decode(value)