UNPKG

cberg

Version:

Node.js Client for the Codeberg API

45 lines (37 loc) 1.46 kB
# Activity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **act_user** | [**User**](User.md) | | [optional] [default to undefined] **act_user_id** | **number** | | [optional] [default to undefined] **comment** | [**Comment**](Comment.md) | | [optional] [default to undefined] **comment_id** | **number** | | [optional] [default to undefined] **content** | **string** | | [optional] [default to undefined] **created** | **string** | | [optional] [default to undefined] **id** | **number** | | [optional] [default to undefined] **is_private** | **boolean** | | [optional] [default to undefined] **op_type** | **string** | the type of action | [optional] [default to undefined] **ref_name** | **string** | | [optional] [default to undefined] **repo** | [**Repository**](Repository.md) | | [optional] [default to undefined] **repo_id** | **number** | | [optional] [default to undefined] **user_id** | **number** | | [optional] [default to undefined] ## Example ```typescript import { Activity } from 'berg'; const instance: Activity = { act_user, act_user_id, comment, comment_id, content, created, id, is_private, op_type, ref_name, repo, repo_id, user_id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)