Sha256: 3c46770a9ced9c005e640d6acd6e3b53259880e22430279077f12c46928002aa
Contents?: true
Size: 795 Bytes
Versions: 120
Compression:
Stored size: 795 Bytes
Contents
# PulpRpmClient::PaginatedrpmPackageGroupResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<RpmPackageGroupResponse>**](RpmPackageGroupResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::PaginatedrpmPackageGroupResponseList.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