# 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 &#x60;public&#x60;, &#x60;limited&#x60; or &#x60;private&#x60; | [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)
