Sha256: 82d85035831de09c503676d6bceab5a448894a5390053cc95ee6daa686490ab5
Contents?: true
Size: 443 Bytes
Versions: 410
Compression:
Stored size: 443 Bytes
Contents
# PulpcoreClient::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 'PulpcoreClient' instance = PulpcoreClient::UploadChunk.new(file: null, sha256: null) ```
Version data entries
410 entries across 410 versions & 1 rubygems