# Role

A role.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** | The role ID. | [default to undefined]
**name** | **string** | The role name. | [default to undefined]
**shortName** | **string** | The role short name. | [default to undefined]
**description** | **string** | The role description. | [default to undefined]

## Example

```typescript
import { Role } from '@curvegrid/multibaas-sdk';

const instance: Role = {
    id,
    name,
    shortName,
    description,
};
```

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