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