Sha256: c51379daae30d21f745fdbfd0206fffed2c93e71f9b76fd8a463999283291fd3
Contents?: true
Size: 895 Bytes
Versions: 24
Compression:
Stored size: 895 Bytes
Contents
# PulpAnsibleClient::CollectionVersionListResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **version** | **String** | | **href** | **String** | Get href. | [optional] [readonly] **created_at** | **DateTime** | | **updated_at** | **DateTime** | | **requires_ansible** | **String** | | [optional] **marks** | **Array<String>** | Get a list of mark values filtering only those in the current repo. | [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
24 entries across 24 versions & 1 rubygems