cberg
Version:
Node.js Client for the Codeberg API
38 lines (30 loc) • 1.23 kB
Markdown
# Team
Team represents a team in an organization
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**can_create_org_repo** | **boolean** | | [optional] [default to undefined]
**description** | **string** | | [optional] [default to undefined]
**id** | **number** | | [optional] [default to undefined]
**includes_all_repositories** | **boolean** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**organization** | [**Organization**](Organization.md) | | [optional] [default to undefined]
**permission** | **string** | | [optional] [default to undefined]
**units** | **Array<string>** | | [optional] [default to undefined]
**units_map** | **{ [key: string]: string; }** | | [optional] [default to undefined]
## Example
```typescript
import { Team } from 'berg';
const instance: Team = {
can_create_org_repo,
description,
id,
includes_all_repositories,
name,
organization,
permission,
units,
units_map,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)