Sha256: f50f152b5570cdbf4b7796871aa7d188aa0cec5645a9921c29cbc7dd29333fc0
Contents?: true
Size: 1.29 KB
Versions: 50
Compression:
Stored size: 1.29 KB
Contents
# Pulp2to3MigrationClient::Pulp2to3MigrationPulp2ContentRead ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp2_id** | **String** | | **pulp2_content_type_id** | **String** | | **pulp2_last_updated** | **Integer** | | **pulp2_storage_path** | **String** | | **downloaded** | **Boolean** | | [optional] [default to false] **pulp3_content** | **String** | | [optional] **pulp3_repository_version** | **String** | Get pulp3_repository_version href from pulp2repo if available | [optional] [readonly] ## Code Sample ```ruby require 'Pulp2to3MigrationClient' instance = Pulp2to3MigrationClient::Pulp2to3MigrationPulp2ContentRead.new(pulp_href: null, pulp_created: null, pulp2_id: null, pulp2_content_type_id: null, pulp2_last_updated: null, pulp2_storage_path: null, downloaded: null, pulp3_content: null, pulp3_repository_version: null) ```
Version data entries
50 entries across 50 versions & 1 rubygems