# PulpAnsibleClient::PaginatedGalaxyCollectionVersionResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<GalaxyCollectionVersionResponse>**](GalaxyCollectionVersionResponse.md) | | ## 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) ```