外观
IssueCommentsListParamType
约 232 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / IssueCommentsListParamType
接口: IssueCommentsListParamType
定义于: types/platform/issue.ts:310
议题评论列表参数类型
继承
属性
issue_number
issue_number:
string
|number
定义于: types/platform/issue.ts:312
议题ID
owner
owner:
string
定义于: types/platform/base.ts:28
仓库的拥有者
继承自
RepoBaseParamType.owner
page?
optional
page:number
定义于: types/platform/issue.ts:334
页码
默认值
1
备注
取值范围:1-100
per_page?
optional
per_page:number
定义于: types/platform/issue.ts:327
每页结果数量
默认值
30
备注
取值范围:1-100
repo
repo:
string
定义于: types/platform/base.ts:32
仓库的名称
继承自
RepoBaseParamType.repo
since?
optional
since:string
定义于: types/platform/issue.ts:320
筛选此时间之后更新的评论 仅显示在指定时间之后更新的结果 格式为 ISO 8601: YYYY-MM-DDTHH:MM:SSZ
示例
"2023-01-01T00:00:00Z"