# PulpRpmClient::InlineResponse20012 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<RpmRpmRemoteResponse>**](RpmRpmRemoteResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::InlineResponse20012.new(count: 123, _next: null, previous: null, results: null) ```