RpmModulemdResponse
Modulemd serializer.
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] | 
| name | str | Modulemd name. | |
| stream | str | Stream name. | |
| version | str | Modulemd version. | |
| static_context | bool | Modulemd static-context flag. | [optional] | 
| context | str | Modulemd context. | |
| arch | str | Modulemd architecture. | |
| artifacts | object | Modulemd artifacts. | |
| dependencies | object | Modulemd dependencies. | |
| packages | list[str] | Modulemd artifacts' packages. | [optional] | 
| profiles | object | Modulemd profiles. | |
| description | str | Description of module. |