# Pulp2to3MigrationClient::Pulp2to3MigrationMigrationPlan ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **plan** | [**Object**](.md) | Migration Plan in JSON format | ## Code Sample ```ruby require 'Pulp2to3MigrationClient' instance = Pulp2to3MigrationClient::Pulp2to3MigrationMigrationPlan.new(pulp_href: null, pulp_created: null, plan: null) ```