Sha256: 9a4d1825c9c5637af5349f4cb22e45ca4918108f7f15431b0cd0504419fb4c71
Contents?: true
Size: 736 Bytes
Versions: 69
Compression:
Stored size: 736 Bytes
Contents
# PulpcoreClient::PaginatedGroupResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<GroupResponse>**](GroupResponse.md) | | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PaginatedGroupResponseList.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
69 entries across 69 versions & 1 rubygems