Sha256: 6d2d84afd51b098825c5116ffc5dba934f4d61abf3c202cf428e9a509daf4e00
Contents?: true
Size: 752 Bytes
Versions: 2
Compression:
Stored size: 752 Bytes
Contents
# PulpFileClient::PaginatedTaskGroupResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<TaskGroupResponse>**](TaskGroupResponse.md) | | ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::PaginatedTaskGroupResponseList.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/PaginatedTaskGroupResponseList.md |
pulp_file_client-3.49.14 | docs/PaginatedTaskGroupResponseList.md |