Sha256: bf3ad59b9b97a5f35e8b381ab2ba8975d0581a30140f8da3079295fff2f52f38
Contents?: true
Size: 885 Bytes
Versions: 585
Compression:
Stored size: 885 Bytes
Contents
# Pulp2to3MigrationClient::Paginatedpulp2to3MigrationMigrationPlanResponseList ## 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::Paginatedpulp2to3MigrationMigrationPlanResponseList.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) ```
Version data entries
585 entries across 585 versions & 1 rubygems