Sha256: 19c728987c88c343f174db0c16fc8745fc6899f7db2da88eb29a9b8b851dd588
Contents?: true
Size: 765 Bytes
Versions: 11
Compression:
Stored size: 765 Bytes
Contents
# PulpAnsibleClient::PaginatedGalaxyRoleResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<GalaxyRoleResponse>**](GalaxyRoleResponse.md) | | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::PaginatedGalaxyRoleResponseList.new(count: 123, _next: http://api.example.org/accounts/?offset=400&limit=100, previous: http://api.example.org/accounts/?offset=200&limit=100, results: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems