Sha256: cf3574f9ba2deecfe27b30645f08dd481205515917b17869bf111d70495b63e1

Contents?: true

Size: 443 Bytes

Versions: 2

Compression:

Stored size: 443 Bytes

Contents

# PulpFileClient::UploadChunk

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**file** | **File** | A chunk of the uploaded file. | 
**sha256** | **String** | The SHA-256 checksum of the chunk if available. | [optional] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::UploadChunk.new(file: null,
                                 sha256: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

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