Sha256: bcd2a52cfb7bb21ea70ec923189f03309f190356fe77a1d331c4fc31042cb66c

Contents?: true

Size: 550 Bytes

Versions: 4

Compression:

Stored size: 550 Bytes

Contents

# Pulp2to3MigrationClient::MigrationPlan

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_href** | **String** |  | [optional] 
**_created** | **DateTime** | Timestamp of creation. | [optional] 
**plan** | [**Object**](.md) | Migration Plan in JSON format | 

## Code Sample

```ruby
require 'Pulp2to3MigrationClient'

instance = Pulp2to3MigrationClient::MigrationPlan.new(_href: null,
                                 _created: null,
                                 plan: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pulp_2to3_migration_client-0.0.1a1.dev01570560174 docs/MigrationPlan.md
pulp_2to3_migration_client-0.0.1a1.dev01570473651 docs/MigrationPlan.md
pulp_2to3_migration_client-0.0.1a1.dev01570387074 docs/MigrationPlan.md
pulp_2to3_migration_client-0.0.1a1.dev01570300698 docs/MigrationPlan.md