Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 413 Bytes

File metadata and controls

20 lines (14 loc) · 413 Bytes

Zernio::ReplyToInboxPost200Response

Properties

Name Type Description Notes
success Boolean [optional]
data ReplyToInboxPost200ResponseData [optional]

Example

require 'zernio-sdk'

instance = Zernio::ReplyToInboxPost200Response.new(
  success: null,
  data: null
)