Sha256: 72059e30a834f1938c9561c014a20a72288bf1607c33c969f0fc35a29ba861a5
Contents?: true
Size: 917 Bytes
Versions: 11
Compression:
Stored size: 917 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] **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
11 entries across 11 versions & 1 rubygems