Sha256: 1901dacaecce699c8d147862e7b6cef0ba56a8b48fcbb8a9b1d34e24399bf3e4
Contents?: true
Size: 793 Bytes
Versions: 83
Compression:
Stored size: 793 Bytes
Contents
# PulpAnsibleClient::PaginatedGalaxyCollectionVersionResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<GalaxyCollectionVersionResponse>**](GalaxyCollectionVersionResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::PaginatedGalaxyCollectionVersionResponseList.new(count: 123, _next: http://api.example.org/accounts/?page=4, previous: http://api.example.org/accounts/?page=2, results: null) ```
Version data entries
83 entries across 83 versions & 1 rubygems