Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 305 Bytes

TextMessage.md

File metadata and controls

20 lines (14 loc) · 305 Bytes

OpenapiClient::TextMessage

Properties

Name Type Description Notes
text String
to String

Example

require 'openapi_client'

instance = OpenapiClient::TextMessage.new(
  text: null,
  to: null
)