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