Sha256: ae5a34181903f19a61417db710ba2c4558e204b93814fcfc2144fe3e76a0b616

Contents?: true

Size: 1.06 KB

Versions: 21

Compression:

Stored size: 1.06 KB

Contents

# Pulp2to3MigrationClient::Pulp2Content

## 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::Pulp2Content.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

21 entries across 21 versions & 1 rubygems

Version Path
pulp_2to3_migration_client-0.0.1a1.dev01570732908 docs/Pulp2Content.md