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