Sha256: cf37067cd6c0c8c398d8847211801388140abf34e486a40b7706c74059451466
Contents?: true
Size: 715 Bytes
Versions: 127
Compression:
Stored size: 715 Bytes
Contents
# PulpcoreClient::VersionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **component** | **String** | Name of a versioned component of Pulp | **version** | **String** | Version of the component (e.g. 3.0.0) | **package** | **String** | Python package name providing the component | **domain_compatible** | **Boolean** | Domain feature compatibility of component | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::VersionResponse.new(component: null, version: null, package: null, domain_compatible: null) ```
Version data entries
127 entries across 127 versions & 1 rubygems