UNPKG

cberg

Version:

Node.js Client for the Codeberg API

32 lines (24 loc) 980 B
# TagProtection TagProtection represents a tag protection ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created_at** | **string** | | [optional] [default to undefined] **id** | **number** | | [optional] [default to undefined] **name_pattern** | **string** | | [optional] [default to undefined] **updated_at** | **string** | | [optional] [default to undefined] **whitelist_teams** | **Array<string>** | | [optional] [default to undefined] **whitelist_usernames** | **Array<string>** | | [optional] [default to undefined] ## Example ```typescript import { TagProtection } from 'berg'; const instance: TagProtection = { created_at, id, name_pattern, updated_at, whitelist_teams, whitelist_usernames, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)