Sha256: 770ac4a6a6c545f3240609b8378524eea583f02f92af310afe85e8f565035236
Contents?: true
Size: 574 Bytes
Versions: 67
Compression:
Stored size: 574 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 | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::VersionResponse.new(component: null, version: null, package: null) ```
Version data entries
67 entries across 67 versions & 1 rubygems