Sha256: 6b3637d2de17b6a9a95e0ff5f2dc2068b609973472182e23ddd43fdfa81336e3
Contents?: true
Size: 691 Bytes
Versions: 73
Compression:
Stored size: 691 Bytes
Contents
# 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: null, previous: null, results: null) ```
Version data entries
73 entries across 73 versions & 1 rubygems