Sha256: 24d8ec08112abeabdf87b27196a9171a08f9ab1cd1f86ab8518e4c325f06b0ac
Contents?: true
Size: 740 Bytes
Versions: 2
Compression:
Stored size: 740 Bytes
Contents
# PulpAnsibleClient::CollectionVersionListResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **version** | **String** | | [optional] [readonly] **href** | **String** | Get href. | [optional] [readonly] **created_at** | **DateTime** | | **updated_at** | **DateTime** | | **requires_ansible** | **String** | | [optional] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::CollectionVersionListResponse.new(version: null, href: null, created_at: null, updated_at: null, requires_ansible: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.16.2 | docs/CollectionVersionListResponse.md |
pulp_ansible_client-0.15.4 | docs/CollectionVersionListResponse.md |