Sha256: 5054ffa7318f787ac6b2b1a75484b2c1250c32ef6ad888526777399d5ebc5aef

Contents?: true

Size: 833 Bytes

Versions: 12

Compression:

Stored size: 833 Bytes

Contents

# PulpcoreClient::UploadDetail

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**size** | **Integer** | The size of the upload in bytes. | 
**completed** | **DateTime** | Timestamp when upload is committed. | [optional] [readonly] 
**chunks** | [**Array<UploadChunk>**](UploadChunk.md) |  | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::UploadDetail.new(pulp_href: null,
                                 pulp_created: null,
                                 size: null,
                                 completed: null,
                                 chunks: null)
```


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pulpcore_client-3.5.0 docs/UploadDetail.md
pulpcore_client-3.3.1 docs/UploadDetail.md
pulpcore_client-3.3.0 docs/UploadDetail.md
pulpcore_client-3.2.1 docs/UploadDetail.md
pulpcore_client-3.2.0 docs/UploadDetail.md
pulpcore_client-3.1.1 docs/UploadDetail.md
pulpcore_client-3.1.0 docs/UploadDetail.md
pulpcore_client-3.0.1 docs/UploadDetail.md
pulpcore_client-3.0.0 docs/UploadDetail.md
pulpcore_client-3.0.0rc9 docs/UploadDetail.md
pulpcore_client-3.0.0rc8 docs/UploadDetail.md
pulpcore_client-3.0.0rc7 docs/UploadDetail.md