GitHub
npm
Preparing search index...
The search index is not available
Bitbucket Data Center API Client
Bitbucket Data Center API Client
BitbucketPullRequestComment
Interface BitbucketPullRequestComment
A comment posted on a pull request.
interface
BitbucketPullRequestComment
{
author
:
BitbucketActivityUser
;
comments
:
BitbucketPullRequestComment
[]
;
createdDate
:
number
;
id
:
number
;
links
:
Record
<
string
,
unknown
>
;
tasks
:
unknown
[]
;
text
:
string
;
updatedDate
:
number
;
version
:
number
;
}
Index
Properties
author
comments
created
Date
id
links
tasks
text
updated
Date
version
Properties
author
author
:
BitbucketActivityUser
comments
comments
:
BitbucketPullRequestComment
[]
created
Date
createdDate
:
number
id
id
:
number
links
links
:
Record
<
string
,
unknown
>
tasks
tasks
:
unknown
[]
text
text
:
string
updated
Date
updatedDate
:
number
version
version
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
comments
created
Date
id
links
tasks
text
updated
Date
version
GitHub
npm
Bitbucket Data Center API Client
Loading...
A comment posted on a pull request.