| Name | Type | Description | Notes |
|---|---|---|---|
| limit | Integer | Platform size limit in bytes | [optional] |
| limit_formatted | String | [optional] | |
| within_limit | Boolean | [optional] |
require 'zernio-sdk'
instance = Zernio::ValidateMedia200ResponsePlatformLimitsValue.new(
limit: null,
limit_formatted: null,
within_limit: null
)