Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 589 Bytes

File metadata and controls

20 lines (14 loc) · 589 Bytes

FastCommentsClient::ChangeCommentPinStatusResponse

Properties

Name Type Description Notes
comment_positions Hash<String, RecordStringBeforeStringOrNullAfterStringOrNullValue> Construct a type with a set of properties K of type T
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::ChangeCommentPinStatusResponse.new(
  comment_positions: null,
  status: null
)