Bitbucket Data Center API Client
GitHub
npm
Preparing search index...
BitbucketParticipant
Interface BitbucketParticipant
A user participating in a pull request (author, reviewer, or participant).
interface
BitbucketParticipant
{
approved
:
boolean
;
role
:
"AUTHOR"
|
"REVIEWER"
|
"PARTICIPANT"
;
status
:
"APPROVED"
|
"UNAPPROVED"
|
"NEEDS_WORK"
;
user
:
{
active
:
boolean
;
displayName
:
string
;
emailAddress
:
string
;
id
:
number
;
name
:
string
;
slug
:
string
;
type
:
string
;
}
;
}
Index
Properties
approved
role
status
user
Properties
approved
approved
:
boolean
role
role
:
"AUTHOR"
|
"REVIEWER"
|
"PARTICIPANT"
status
status
:
"APPROVED"
|
"UNAPPROVED"
|
"NEEDS_WORK"
user
user
:
{
active
:
boolean
;
displayName
:
string
;
emailAddress
:
string
;
id
:
number
;
name
:
string
;
slug
:
string
;
type
:
string
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
approved
role
status
user
GitHub
npm
Bitbucket Data Center API Client
Loading...
A user participating in a pull request (author, reviewer, or participant).