Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
interfaces/GitInterfaces
GitForkRef
Interface GitForkRef
Information about a fork ref.
interface
GitForkRef
{
_links
?:
any
;
creator
?:
IdentityRef
;
isLocked
?:
boolean
;
isLockedBy
?:
IdentityRef
;
name
?:
string
;
objectId
?:
string
;
peeledObjectId
?:
string
;
repository
?:
GitRepository
;
statuses
?:
GitStatus
[]
;
url
?:
string
;
}
Hierarchy (
View Summary
)
GitRef
GitForkRef
Index
Properties
_links?
creator?
is
Locked?
is
Locked
By?
name?
object
Id?
peeled
Object
Id?
repository?
statuses?
url?
Properties
Optional
_links
_links
?:
any
Optional
creator
creator
?:
IdentityRef
Optional
is
Locked
isLocked
?:
boolean
Optional
is
Locked
By
isLockedBy
?:
IdentityRef
Optional
name
name
?:
string
Optional
object
Id
objectId
?:
string
Optional
peeled
Object
Id
peeledObjectId
?:
string
Optional
repository
repository
?:
GitRepository
The repository ID of the fork.
Optional
statuses
statuses
?:
GitStatus
[]
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_links
creator
is
Locked
is
Locked
By
name
object
Id
peeled
Object
Id
repository
statuses
url
azure-devops-node-api
Loading...
Information about a fork ref.