Sha256: 040bf017f4ab710c9ba4dbc92fc7d15ce7ed69dc41ebb1134c8517608458eff7
Contents?: true
Size: 1.09 KB
Versions: 147
Compression:
Stored size: 1.09 KB
Contents
# Pulp2to3MigrationClient::Pulp2to3MigrationPulp2Content ## 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] ## Code Sample ```ruby require 'Pulp2to3MigrationClient' instance = Pulp2to3MigrationClient::Pulp2to3MigrationPulp2Content.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) ```
Version data entries
147 entries across 147 versions & 1 rubygems