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