interface IssueCommentListRequest {
    ids: number[];
}

Hierarchy (view full)

Properties

Properties

ids: number[]

The list of comment IDs. A maximum of 1000 IDs can be specified.