UNPKG

cberg

Version:

Node.js Client for the Codeberg API

36 lines (28 loc) 1.22 kB
# CreateOrgOption CreateOrgOption options for creating an organization ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | **string** | | [optional] [default to undefined] **email** | **string** | | [optional] [default to undefined] **full_name** | **string** | | [optional] [default to undefined] **location** | **string** | | [optional] [default to undefined] **repo_admin_change_team_access** | **boolean** | | [optional] [default to undefined] **username** | **string** | | [default to undefined] **visibility** | **string** | possible values are `public` (default), `limited` or `private` | [optional] [default to undefined] **website** | **string** | | [optional] [default to undefined] ## Example ```typescript import { CreateOrgOption } from 'berg'; const instance: CreateOrgOption = { description, email, full_name, location, repo_admin_change_team_access, username, visibility, website, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)