RpmRepoMetadataFileResponse

RepoMetadataFile serializer.

Properties

Name Type Description Notes
pulp_href str [optional] [readonly]
pulp_created datetime Timestamp of creation. [optional] [readonly]
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]
artifact str Artifact file representing the physical content [optional]
relative_path str Relative path of the file.
data_type str Metadata type.
checksum_type str Checksum type for the file.
checksum str Checksum for the file.

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