UNPKG

cberg

Version:

Node.js Client for the Codeberg API

26 lines (18 loc) 668 B
# CreateTagOption CreateTagOption options when creating a tag ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | **string** | | [optional] [default to undefined] **tag_name** | **string** | | [default to undefined] **target** | **string** | | [optional] [default to undefined] ## Example ```typescript import { CreateTagOption } from 'berg'; const instance: CreateTagOption = { message, tag_name, target, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)