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