Sha256: 2c6cd271362d419c8ec2ba356809c21af4b113f5ff8de959c7ba23ac1245004f
Contents?: true
Size: 487 Bytes
Versions: 13
Compression:
Stored size: 487 Bytes
Contents
# PulpcoreClient::Storage ## 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 'PulpcoreClient' instance = PulpcoreClient::Storage.new(total: null, used: null, free: null) ```
Version data entries
13 entries across 13 versions & 1 rubygems