Polarex.FileDownload (Polarex v0.1.0)

View Source

Provides struct and type for a FileDownload

Summary

Types

t()

@type t() :: %Polarex.FileDownload{
  checksum_etag: String.t() | nil,
  checksum_sha2_56_base6_4: String.t() | nil,
  checksum_sha2_56_hex: String.t() | nil,
  download: Polarex.S3DownloadURL.t(),
  id: String.t(),
  is_uploaded: boolean(),
  last_modified_at: DateTime.t() | nil,
  mime_type: String.t(),
  name: String.t(),
  organization_id: String.t(),
  path: String.t(),
  service: String.t(),
  size: integer(),
  size_readable: String.t(),
  storage_version: String.t() | nil,
  version: String.t() | nil
}