Sha256: 3d6d81ff01b269a75c54ef96b6a880224c25ab6715fb615beec05434e2896587
Contents?: true
Size: 372 Bytes
Versions: 2
Compression:
Stored size: 372 Bytes
Contents
# PulpcoreClient::UploadChunkDetail ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **offset** | **Integer** | | **size** | **Integer** | | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::UploadChunkDetail.new(offset: null, size: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.0.0rc5 | docs/UploadChunkDetail.md |
pulpcore_client-3.0.0rc4 | docs/UploadChunkDetail.md |