# PulpcoreClient::UploadChunkResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **offset** | **Integer** | | [optional] [readonly] **size** | **Integer** | | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::UploadChunkResponse.new(offset: null, size: null) ```