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