GitStatus interface
This class contains the metadata of a service/extension posting a status.
context | Context of the status. |
created |
Identity that created the status. |
creation |
Creation date and time of the status. |
description | Status description. Typically describes current state of the status. |
id | Status identifier. |
state | State of the status. |
target |
URL with status details. |
updated |
Last update date and time of the status. |
Creation date and time of the status.
creationDate: Date
Property Value
Date
Status description. Typically describes current state of the status.
description: string
Property Value
string
Status identifier.
id: number
Property Value
number
URL with status details.
targetUrl: string
Property Value
string
Last update date and time of the status.
updatedDate: Date
Property Value
Date