PulpRpmClient::RpmModulemdDefaultsResponse
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] |
| _module |
String |
Modulemd name. |
|
| stream |
String |
Modulemd default stream. |
|
| profiles |
Object |
Default profiles for modulemd streams. |
|
| sha256 |
String |
The SHA-256 checksum if available. |
[optional] [readonly] |
Code Sample
require 'PulpRpmClient'
instance = PulpRpmClient::RpmModulemdDefaultsResponse.new(pulp_href: null,
pulp_created: null,
artifact: null,
_module: null,
stream: null,
profiles: null,
sha256: null)