Sha256: 822192211bb3296768a9edff4fdd85b73c17068f3b8f8ee967192db036211404
Contents?: true
Size: 880 Bytes
Versions: 2
Compression:
Stored size: 880 Bytes
Contents
# PulpAnsibleClient::GalaxyCollectionVersionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **version** | **String** | | **href** | **Object** | | [optional] [readonly] **namespace** | **Object** | | [optional] [readonly] **collection** | **Object** | | [optional] [readonly] **artifact** | **Object** | | [optional] [readonly] **metadata** | [**CollectionMetadataResponse**](CollectionMetadataResponse.md) | | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::GalaxyCollectionVersionResponse.new(version: null, href: null, namespace: null, collection: null, artifact: null, metadata: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.3.0 | docs/GalaxyCollectionVersionResponse.md |
pulp_ansible_client-0.2.0 | docs/GalaxyCollectionVersionResponse.md |