GitHub
npm
Preparing search index...
The search index is not available
Bitbucket Data Center API Client
Bitbucket Data Center API Client
BitbucketRef
Interface BitbucketRef
A git ref (branch or tag) as referenced in a pull request.
interface
BitbucketRef
{
displayId
:
string
;
id
:
string
;
latestCommit
:
string
;
repository
:
{
id
:
number
;
links
:
Record
<
string
,
unknown
>
;
name
:
string
;
slug
:
string
;
}
;
type
:
"BRANCH"
|
"TAG"
;
}
Index
Properties
display
Id
id
latest
Commit
repository
type
Properties
display
Id
displayId
:
string
id
id
:
string
latest
Commit
latestCommit
:
string
repository
repository
:
{
id
:
number
;
links
:
Record
<
string
,
unknown
>
;
name
:
string
;
slug
:
string
;
}
type
type
:
"BRANCH"
|
"TAG"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
display
Id
id
latest
Commit
repository
type
GitHub
npm
Bitbucket Data Center API Client
Loading...
A git ref (branch or tag) as referenced in a pull request.