| Name | Type | Description | Notes |
|---|---|---|---|
| comment_id | String | [optional] | |
| is_reply | Boolean | [optional] | |
| cid | String | Bluesky CID | [optional] |
require 'zernio-sdk'
instance = Zernio::ReplyToInboxPost200ResponseData.new(
comment_id: null,
is_reply: null,
cid: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| comment_id | String | [optional] | |
| is_reply | Boolean | [optional] | |
| cid | String | Bluesky CID | [optional] |
require 'zernio-sdk'
instance = Zernio::ReplyToInboxPost200ResponseData.new(
comment_id: null,
is_reply: null,
cid: null
)