Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 437 Bytes

File metadata and controls

22 lines (16 loc) · 437 Bytes

Zernio::ReplyToInboxPost200ResponseData

Properties

Name Type Description Notes
comment_id String [optional]
is_reply Boolean [optional]
cid String Bluesky CID [optional]

Example

require 'zernio-sdk'

instance = Zernio::ReplyToInboxPost200ResponseData.new(
  comment_id: null,
  is_reply: null,
  cid: null
)