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