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