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