Sha256: 16c5898a12541718420d8c2cb8b0952df36816df8553ea3407bc0c9ef82a2af8
Contents?: true
Size: 758 Bytes
Versions: 317
Compression:
Stored size: 758 Bytes
Contents
# PulpcoreClient::PaginatedGroupResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<GroupResponse>**](GroupResponse.md) | | [optional] ## 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
317 entries across 317 versions & 1 rubygems