Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 501 Bytes

File metadata and controls

22 lines (16 loc) · 501 Bytes

Zernio::ValidateMedia200ResponsePlatformLimitsValue

Properties

Name Type Description Notes
limit Integer Platform size limit in bytes [optional]
limit_formatted String [optional]
within_limit Boolean [optional]

Example

require 'zernio-sdk'

instance = Zernio::ValidateMedia200ResponsePlatformLimitsValue.new(
  limit: null,
  limit_formatted: null,
  within_limit: null
)