Sha256: 0b83a1699e996c0aab23d988e700058c45b022ffac112dc86602a554f7c47822

Contents?: true

Size: 823 Bytes

Versions: 7

Compression:

Stored size: 823 Bytes

Contents

# Pulp2to3MigrationClient::InlineResponse2002

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **Integer** |  | [optional] 
**_next** | **String** |  | [optional] 
**previous** | **String** |  | [optional] 
**results** | [**Array<Pulp2to3MigrationPulp2RepositoryResponse>**](Pulp2to3MigrationPulp2RepositoryResponse.md) |  | [optional] 

## Code Sample

```ruby
require 'Pulp2to3MigrationClient'

instance = Pulp2to3MigrationClient::InlineResponse2002.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

Version Path
pulp_2to3_migration_client-0.4.0.dev01601928612 docs/InlineResponse2002.md
pulp_2to3_migration_client-0.4.0.dev01601842159 docs/InlineResponse2002.md
pulp_2to3_migration_client-0.4.0.dev01601755716 docs/InlineResponse2002.md
pulp_2to3_migration_client-0.4.0.dev01601669590 docs/InlineResponse2002.md
pulp_2to3_migration_client-0.4.0.dev01601585131 docs/InlineResponse2002.md
pulp_2to3_migration_client-0.4.0.dev01601496458 docs/InlineResponse2002.md
pulp_2to3_migration_client-0.4.0.dev01601410016 docs/InlineResponse2002.md