Sha256: b9ce7c01557a2023e34a48e20981d51e07c0310a24602b97fe59e2cc39bbff46
Contents?: true
Size: 620 Bytes
Versions: 34
Compression:
Stored size: 620 Bytes
Contents
# Pulp2to3MigrationClient::InlineResponse200 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<MigrationPlan>**](MigrationPlan.md) | | ## Code Sample ```ruby require 'Pulp2to3MigrationClient' instance = Pulp2to3MigrationClient::InlineResponse200.new(count: null, _next: null, previous: null, results: null) ```
Version data entries
34 entries across 34 versions & 1 rubygems