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