# PulpFileClient::FileContent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_created** | **DateTime** | Timestamp of creation. | [optional] **_href** | **String** | | [optional] **_artifact** | **String** | Artifact file representing the physical content | **_type** | **String** | | [optional] **md5** | **String** | The MD5 checksum if available. | [optional] **sha1** | **String** | The SHA-1 checksum if available. | [optional] **sha224** | **String** | The SHA-224 checksum if available. | [optional] **sha256** | **String** | The SHA-256 checksum if available. | [optional] **sha384** | **String** | The SHA-384 checksum if available. | [optional] **sha512** | **String** | The SHA-512 checksum if available. | [optional] **relative_path** | **String** | Relative location of the file within the repository. Example: `path/to/file.txt` | ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::FileContent.new(_created: null, _href: null, _artifact: null, _type: null, md5: null, sha1: null, sha224: null, sha256: null, sha384: null, sha512: null, relative_path: null) ```