Sha256: 1040af8309b64349ecd3dd622a4a5947a48a862a6b9cd2bf22115a8ad73cf57b
Contents?: true
Size: 638 Bytes
Versions: 665
Compression:
Stored size: 638 Bytes
Contents
# Pulp2to3MigrationClient::Pulp2to3MigrationMigrationPlanResponse ## 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::Pulp2to3MigrationMigrationPlanResponse.new(pulp_href: null, pulp_created: null, plan: null) ```
Version data entries
665 entries across 665 versions & 1 rubygems