Sha256: 74d7428e5e6ebd5f7a8ef0836cef496e82bfec94875d9410f1cf24b0a053ff2b
Contents?: true
Size: 817 Bytes
Versions: 7
Compression:
Stored size: 817 Bytes
Contents
# Pulp2to3MigrationClient::InlineResponse2001 ## 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::InlineResponse2001.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
7 entries across 7 versions & 1 rubygems