Spatio.Model.DmAttachRequest (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.DmAttachRequest{
  accountId: String.t() | nil,
  filename: String.t() | nil,
  height: integer() | nil,
  kind: String.t(),
  mimeType: String.t() | nil,
  sizeBytes: integer() | nil,
  thumbnailUrl: Uri | nil,
  url: Uri,
  width: integer() | nil
}

Functions

decode(value)