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