Bitbucket Data Center API Client
GitHub
npm
Preparing search index...
RepoCommentDeletedPayload
Interface RepoCommentDeletedPayload
Body of a
repo:comment:deleted
delivery.
interface
RepoCommentDeletedPayload
{
actor
:
BitbucketActivityUser
;
comment
:
BitbucketPullRequestComment
;
commentParentId
?:
number
;
commit
:
string
;
date
:
string
;
repository
:
BitbucketRepository
;
}
Index
Properties
actor
comment
comment
Parent
Id?
commit
date
repository
Properties
actor
actor
:
BitbucketActivityUser
comment
comment
:
BitbucketPullRequestComment
Optional
comment
Parent
Id
commentParentId
?:
number
commit
commit
:
string
date
date
:
string
repository
repository
:
BitbucketRepository
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actor
comment
comment
Parent
Id
commit
date
repository
GitHub
npm
Bitbucket Data Center API Client
Loading...
Body of a
repo:comment:deleteddelivery.