nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
ScmPullRequest
Interface ScmPullRequest
SCM pull/merge request representation.
interface
ScmPullRequest
{
number
:
number
;
title
:
string
;
body
:
string
;
author
:
string
;
base
:
string
;
head
:
string
;
url
:
string
;
}
Hierarchy (
View Summary
)
ScmPullRequest
ScmPullRequestDetail
Index
Properties
number
title
body
author
base
head
url
Properties
Readonly
number
number
:
number
Readonly
title
title
:
string
Readonly
body
body
:
string
Readonly
author
author
:
string
Readonly
base
base
:
string
Readonly
head
head
:
string
Readonly
url
url
:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
number
title
body
author
base
head
url
GitHub
npm
nexus-agents - v2.80.0
Loading...
SCM pull/merge request representation.