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