# Pulp2to3MigrationClient::InlineResponse200 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<Pulp2to3MigrationMigrationPlanResponse>**](Pulp2to3MigrationMigrationPlanResponse.md) | | [optional] ## Code Sample ```ruby require 'Pulp2to3MigrationClient' instance = Pulp2to3MigrationClient::InlineResponse200.new(count: 123, _next: http://api.example.org/accounts/?offset=400&limit=100, previous: http://api.example.org/accounts/?offset=200&limit=100, results: null) ```