cberg
Version:
Node.js Client for the Codeberg API
34 lines (26 loc) • 1.13 kB
Markdown
# EditOrgOption
EditOrgOption options for editing 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]
**visibility** | **string** | possible values are `public`, `limited` or `private` | [optional] [default to undefined]
**website** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { EditOrgOption } from 'berg';
const instance: EditOrgOption = {
description,
email,
full_name,
location,
repo_admin_change_team_access,
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)