Sha256: e9fcf50e7b3b36cb16fd492b29969a7d55b0d2a2067e799d686df7081fd64937
Contents?: true
Size: 663 Bytes
Versions: 14
Compression:
Stored size: 663 Bytes
Contents
# PulpcoreClient::UploadChunk ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **file** | **String** | A chunk of the uploaded file. | [optional] [readonly] **sha256** | **String** | The SHA-256 checksum of the chunk if available. | [optional] **offset** | **Integer** | | [optional] [readonly] **size** | **Integer** | | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::UploadChunk.new(file: null, sha256: null, offset: null, size: null) ```
Version data entries
14 entries across 14 versions & 1 rubygems