# RenameOrgOption

RenameOrgOption options when renaming an organization

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**new_name** | **string** | New username for this org. This name cannot be in use yet by any other user. | [default to undefined]

## Example

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

const instance: RenameOrgOption = {
    new_name,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
