VersionResponse
Serializer for the version information of Pulp components
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| component | str | Name of a versioned component of Pulp | |
| version | str | Version of the component (e.g. 3.0.0) | |
| package | str | Python package name providing the component | |
| module | str | Python module name of the component | |
| domain_compatible | bool | Domain feature compatibility of component |