Sha256: cd94b3b174783c4a58c939d901dacf50bfcc7a38a9e462d3fcc52a2ff1513ece
Contents?: true
Size: 503 Bytes
Versions: 2
Compression:
Stored size: 503 Bytes
Contents
# PulpFileClient::StorageResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **total** | **Integer** | Total number of bytes | **used** | **Integer** | Number of bytes in use | **free** | **Integer** | Number of free bytes | ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::StorageResponse.new(total: null, used: null, free: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/StorageResponse.md |
pulp_file_client-3.49.14 | docs/StorageResponse.md |