Sha256: 43e596130b902adf7df819aa0831fbe0671f8491c08162e6a4ce2605c11a6646

Contents?: true

Size: 1.16 KB

Versions: 2

Compression:

Stored size: 1.16 KB

Contents

# PulpFileClient::UploadDetailResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] 
**size** | **Integer** | The size of the upload in bytes. | 
**completed** | **DateTime** | Timestamp when upload is committed. | [optional] [readonly] 
**chunks** | [**Array<UploadChunkResponse>**](UploadChunkResponse.md) |  | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::UploadDetailResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 size: null,
                                 completed: null,
                                 chunks: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/UploadDetailResponse.md
pulp_file_client-3.49.14 docs/UploadDetailResponse.md