Sha256: 947308fb639405c736877f0c5ce580a8e5adb8f93c51da18207673fd584575df

Contents?: true

Size: 637 Bytes

Versions: 4

Compression:

Stored size: 637 Bytes

Contents

# PulpcoreClient::Upload

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_href** | **String** |  | [optional] 
**_created** | **DateTime** | Timestamp of creation. | [optional] 
**size** | **Integer** | The size of the upload in bytes. | 
**completed** | **DateTime** | Timestamp when upload is committed. | [optional] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::Upload.new(_href: null,
                                 _created: null,
                                 size: null,
                                 completed: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pulpcore_client-3.0.0rc6 docs/Upload.md
pulpcore_client-3.0.0rc5 docs/Upload.md
pulpcore_client-3.0.0rc4 docs/Upload.md
pulpcore_client-3.0.0rc3 docs/Upload.md