# CreateTeamOption

CreateTeamOption options for creating a team

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**can_create_org_repo** | **boolean** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**includes_all_repositories** | **boolean** |  | [optional] [default to undefined]
**name** | **string** |  | [default to undefined]
**permission** | **string** |  | [optional] [default to undefined]
**units** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**units_map** | **{ [key: string]: string; }** |  | [optional] [default to undefined]

## Example

```typescript
import { CreateTeamOption } from 'berg';

const instance: CreateTeamOption = {
    can_create_org_repo,
    description,
    includes_all_repositories,
    name,
    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)
