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