Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 535 Bytes

File metadata and controls

22 lines (16 loc) · 535 Bytes

Zernio::ValidatePostLength200ResponsePlatformsValue

Properties

Name Type Description Notes
count Integer Character count for this platform [optional]
limit Integer Maximum allowed characters [optional]
valid Boolean Whether the text is within the limit [optional]

Example

require 'zernio-sdk'

instance = Zernio::ValidatePostLength200ResponsePlatformsValue.new(
  count: null,
  limit: null,
  valid: null
)