FileDownload
Summary
Types
@type t() :: %PolarExpress.Schemas.FileDownload{ checksum_etag: String.t() | nil, checksum_sha256_base64: String.t() | nil, checksum_sha256_hex: String.t() | nil, download: PolarExpress.Schemas.S3DownloadURL.t() | nil, id: String.t() | nil, is_uploaded: boolean() | nil, last_modified_at: DateTime.t() | nil, mime_type: String.t() | nil, name: String.t() | nil, organization_id: String.t() | nil, path: String.t() | nil, service: PolarExpress.Schemas.FileServiceTypes.t() | nil, size: integer() | nil, size_readable: String.t() | nil, storage_version: String.t() | nil, version: String.t() | nil }
checksum_etag- Nullable.checksum_sha256_base64- Nullable.checksum_sha256_hex- Nullable.downloadid- The ID of the object. Format: uuid4.is_uploadedlast_modified_at- Nullable.mime_typenameorganization_id- Format: uuid4.pathservicesizesize_readablestorage_version- Nullable.version- Nullable.