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