Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 486 Bytes

File metadata and controls

24 lines (18 loc) · 486 Bytes

Zernio::UnlikeInboxComment200Response

Properties

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

Example

require 'zernio-sdk'

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