FileFileContentResponse

Serializer for File Content.

Properties

Name Type Description Notes
pulp_href str [optional] [readonly]
pulp_created datetime Timestamp of creation. [optional] [readonly]
pulp_last_updated datetime Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. [optional] [readonly]
artifact str Artifact file representing the physical content [optional]
relative_path str Path where the artifact is located relative to distributions base_path
md5 str The MD5 checksum if available. [optional] [readonly]
sha1 str The SHA-1 checksum if available. [optional] [readonly]
sha224 str The SHA-224 checksum if available. [optional] [readonly]
sha256 str The SHA-256 checksum if available. [optional] [readonly]
sha384 str The SHA-384 checksum if available. [optional] [readonly]
sha512 str The SHA-512 checksum if available. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to HOME]