# SetUserQuotaGroupsOptions

SetUserQuotaGroupsOptions represents the quota groups of a user

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**groups** | **Array&lt;string&gt;** | Quota groups the user shall have | [default to undefined]

## Example

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

const instance: SetUserQuotaGroupsOptions = {
    groups,
};
```

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