Sha256: 740fde514e16d2767b5160a5f40f48b9035bd38615086f0aa0bd15dc88368cad
Contents?: true
Size: 749 Bytes
Versions: 56
Compression:
Stored size: 749 Bytes
Contents
# PulpAnsibleClient::PaginatedCollectionVersionListResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **meta** | [**PaginatedCollectionResponseListMeta**](PaginatedCollectionResponseListMeta.md) | | [optional] **links** | [**PaginatedCollectionResponseListLinks**](PaginatedCollectionResponseListLinks.md) | | [optional] **data** | [**Array<CollectionVersionListResponse>**](CollectionVersionListResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::PaginatedCollectionVersionListResponseList.new(meta: null, links: null, data: null) ```
Version data entries
56 entries across 56 versions & 1 rubygems