Properties
| Name |
Type |
Description |
Notes |
| pulp_href |
String |
|
[optional] [readonly] |
| pulp_created |
DateTime |
Timestamp of creation. |
[optional] [readonly] |
| artifact |
String |
Artifact file representing the physical content |
[optional] |
| relative_path |
String |
Relative path of the file. |
|
| data_type |
String |
Metadata type. |
|
| checksum_type |
String |
Checksum type for the file. |
|
| checksum |
String |
Checksum for the file. |
|
| sha256 |
String |
The SHA-256 checksum if available. |
[optional] [readonly] |
Code Sample
require 'PulpRpmClient'
instance = PulpRpmClient::RpmRepoMetadataFileResponse.new(pulp_href: null,
pulp_created: null,
artifact: null,
relative_path: null,
data_type: null,
checksum_type: null,
checksum: null,
sha256: null)