GitHub
npm
Preparing search index...
The search index is not available
Bitbucket Data Center API Client
Bitbucket Data Center API Client
BitbucketProject
Interface BitbucketProject
Represents a Bitbucket Data Center project.
interface
BitbucketProject
{
description
?:
string
;
id
:
number
;
key
:
string
;
links
:
Record
<
string
,
unknown
>
;
name
:
string
;
public
:
boolean
;
type
:
"NORMAL"
|
"PERSONAL"
;
}
Index
Properties
description?
id
key
links
name
public
type
Properties
Optional
description
description
?:
string
id
id
:
number
key
key
:
string
links
links
:
Record
<
string
,
unknown
>
name
name
:
string
public
public
:
boolean
type
type
:
"NORMAL"
|
"PERSONAL"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
id
key
links
name
public
type
GitHub
npm
Bitbucket Data Center API Client
Loading...
Represents a Bitbucket Data Center project.