cberg
Version:
Node.js Client for the Codeberg API
42 lines (34 loc) • 1.34 kB
Markdown
# Organization
Organization represents an organization
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**avatar_url** | **string** | | [optional] [default to undefined]
**description** | **string** | | [optional] [default to undefined]
**email** | **string** | | [optional] [default to undefined]
**full_name** | **string** | | [optional] [default to undefined]
**id** | **number** | | [optional] [default to undefined]
**location** | **string** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**repo_admin_change_team_access** | **boolean** | | [optional] [default to undefined]
**username** | **string** | deprecated | [optional] [default to undefined]
**visibility** | **string** | | [optional] [default to undefined]
**website** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { Organization } from 'berg';
const instance: Organization = {
avatar_url,
description,
email,
full_name,
id,
location,
name,
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)