Sha256: cf73e85e2b7ba00f3e743266ec565f6f5e6d5bf298debcb57e2e0cb29ced4160
Contents?: true
Size: 1.02 KB
Versions: 13
Compression:
Stored size: 1.02 KB
Contents
# Pulp2to3MigrationClient::Pulp2Content ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_href** | **String** | | [optional] **_created** | **DateTime** | Timestamp of creation. | [optional] **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::Pulp2Content.new(_href: null, _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
13 entries across 13 versions & 1 rubygems