Sha256: 9b9e85ba11b1009905a5b55911e8c37d5b90614f3e1be61a410ebcb7039fabef
Contents?: true
Size: 765 Bytes
Versions: 83
Compression:
Stored size: 765 Bytes
Contents
# PulpAnsibleClient::PaginatedGalaxyCollectionResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<GalaxyCollectionResponse>**](GalaxyCollectionResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::PaginatedGalaxyCollectionResponseList.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