Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 341 Bytes

File metadata and controls

18 lines (12 loc) · 341 Bytes

Zernio::ValidatePostLengthRequest

Properties

Name Type Description Notes
text String The post text to check

Example

require 'zernio-sdk'

instance = Zernio::ValidatePostLengthRequest.new(
  text: Check out https://zernio.com for scheduling posts!
)