# `PolarExpress.Resources.Files`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/resources/files.ex#L2)

Files

Files API operations.

# `t`

```elixir
@type t() :: %PolarExpress.Resources.Files{
  checksum_etag: term(),
  checksum_sha256_base64: term(),
  checksum_sha256_hex: 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(),
  upload: term(),
  version: term()
}
```

* `checksum_etag`
* `checksum_sha256_base64`
* `checksum_sha256_hex`
* `id` - The ID of the object. Format: uuid4.
* `is_uploaded`
* `last_modified_at`
* `mime_type`
* `name`
* `organization_id` - Format: uuid4.
* `path`
* `service`
* `size`
* `size_readable`
* `storage_version`
* `upload`
* `version`

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
