UNPKG

cberg

Version:

Node.js Client for the Codeberg API

38 lines (30 loc) 1.31 kB
# CommitStatus CommitStatus holds a single status of a single Commit ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | **string** | | [optional] [default to undefined] **created_at** | **string** | | [optional] [default to undefined] **creator** | [**User**](User.md) | | [optional] [default to undefined] **description** | **string** | | [optional] [default to undefined] **id** | **number** | | [optional] [default to undefined] **status** | **string** | CommitStatusState holds the state of a CommitStatus It can be \"pending\", \"success\", \"error\" and \"failure\" | [optional] [default to undefined] **target_url** | **string** | | [optional] [default to undefined] **updated_at** | **string** | | [optional] [default to undefined] **url** | **string** | | [optional] [default to undefined] ## Example ```typescript import { CommitStatus } from 'berg'; const instance: CommitStatus = { context, created_at, creator, description, id, status, target_url, updated_at, url, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)