PolarExpress.Schemas.FileDownload (polar_express v0.2.2)

Copy Markdown View Source

FileDownload

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.FileDownload{
  checksum_etag: term(),
  checksum_sha256_base64: term(),
  checksum_sha256_hex: term(),
  download: term(),
  id: term(),
  is_uploaded: term(),
  last_modified_at: term(),
  mime_type: term(),
  name: term(),
  organization_id: term(),
  path: term(),
  service: term(),
  size: term(),
  size_readable: term(),
  storage_version: term(),
  version: term()
}
  • checksum_etag - Nullable.
  • checksum_sha256_base64 - Nullable.
  • checksum_sha256_hex - Nullable.
  • download
  • id - The ID of the object. Format: uuid4.
  • is_uploaded
  • last_modified_at - Nullable.
  • mime_type
  • name
  • organization_id - Format: uuid4.
  • path
  • service
  • size
  • size_readable
  • storage_version - Nullable.
  • version - Nullable.

Functions

schema_name()