Sha256: 4995e70861047386d7e46e7e73512dc5efe88906dae645fe3fcc1787a67bac8b
Contents?: true
Size: 881 Bytes
Versions: 585
Compression:
Stored size: 881 Bytes
Contents
# Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2ContentResponseList ## 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::Paginatedpulp2to3MigrationPulp2ContentResponseList.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