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