UNPKG

cberg

Version:

Node.js Client for the Codeberg API

24 lines (16 loc) 580 B
# Secret Secret represents a secret ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created_at** | **string** | | [optional] [default to undefined] **name** | **string** | the secret\'s name | [optional] [default to undefined] ## Example ```typescript import { Secret } from 'berg'; const instance: Secret = { created_at, name, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)