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