Bitbucket Data Center API Client
GitHub
npm
Preparing search index...
WebhookRefChange
Interface WebhookRefChange
A single branch/tag change reported by
repo:refs_changed
.
interface
WebhookRefChange
{
fromHash
:
string
;
ref
:
WebhookRef
;
refId
:
string
;
toHash
:
string
;
type
:
"DELETE"
|
"ADD"
|
"UPDATE"
;
}
Index
Properties
from
Hash
ref
ref
Id
to
Hash
type
Properties
from
Hash
fromHash
:
string
ref
ref
:
WebhookRef
ref
Id
refId
:
string
to
Hash
toHash
:
string
type
type
:
"DELETE"
|
"ADD"
|
"UPDATE"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
Hash
ref
ref
Id
to
Hash
type
GitHub
npm
Bitbucket Data Center API Client
Loading...
A single branch/tag change reported by
repo:refs_changed.