Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 423 Bytes

File metadata and controls

22 lines (16 loc) · 423 Bytes

Zernio::EditInboxComment200Response

Properties

Name Type Description Notes
status String [optional]
comment_id String [optional]
platform String [optional]

Example

require 'zernio-sdk'

instance = Zernio::EditInboxComment200Response.new(
  status: null,
  comment_id: null,
  platform: null
)