Sha256: 2c394b5dc6bfb0e3747de64e065ddb641b8ed790f002e85e4aee732e9daa020f
Contents?: true
Size: 420 Bytes
Versions: 2
Compression:
Stored size: 420 Bytes
Contents
# PulpFileClient::UploadChunkResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **offset** | **Integer** | | [optional] [readonly] **size** | **Integer** | | [optional] [readonly] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::UploadChunkResponse.new(offset: null, size: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/UploadChunkResponse.md |
pulp_file_client-3.49.14 | docs/UploadChunkResponse.md |