Preparing search index...
The search index is not available
@booksakura/backlog-client-ts
@booksakura/backlog-client-ts
entities
activities
ActivityTypeGitPushed
Interface ActivityTypeGitPushed
interface
ActivityTypeGitPushed
{
content
:
{
change_type
:
"create"
|
"update"
|
"delete"
;
ref
:
string
;
repository
:
{
description
:
null
;
id
:
number
;
name
:
string
;
}
;
revision_count
:
number
;
revision_type
:
"commit"
;
revisions
:
{
comment
:
string
;
rev
:
string
;
}
[]
;
}
;
created
?:
string
;
createdUser
?:
User
;
id
:
number
;
notifications
?:
ActivityNotification
[]
;
project
?:
ActivityProject
;
type
:
12
;
}
Hierarchy
ActivityBase
ActivityTypeGitPushed
Index
Properties
content
created?
created
User?
id
notifications?
project?
type
Properties
Readonly
content
content
:
{
change_type
:
"create"
|
"update"
|
"delete"
;
ref
:
string
;
repository
:
{
description
:
null
;
id
:
number
;
name
:
string
;
}
;
revision_count
:
number
;
revision_type
:
"commit"
;
revisions
:
{
comment
:
string
;
rev
:
string
;
}
[]
;
}
Optional
Readonly
created
created
?:
string
Optional
Readonly
created
User
created
User
?:
User
Readonly
id
id
:
number
Optional
Readonly
notifications
notifications
?:
ActivityNotification
[]
Optional
Readonly
project
project
?:
ActivityProject
Readonly
type
type
:
12
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
created
created
User
id
notifications
project
type
@booksakura/backlog-client-ts
Loading...