# Pulp2to3MigrationClient::MigrationPlanRun ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **validate** | **Boolean** | If ``True``, migration cannot happen without successful validation of the Migration Plan | [optional] [default to false] **dry_run** | **Boolean** | If ``True``, performs validation of a Migration Plan only, no migration is run. | [optional] [default to false] ## Code Sample ```ruby require 'Pulp2to3MigrationClient' instance = Pulp2to3MigrationClient::MigrationPlanRun.new(validate: null, dry_run: null) ```