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