| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Internal ID of this entity. | |
| created | OffsetDateTime | The time this entity was created. | |
| modified | OffsetDateTime | The time this entity was last modified. | |
| accountId | Integer | The ID of the account that owns this entity. | |
| campaignGroupID | Integer | The ID of the Campaign Group this role was created for. | [optional] |
| name | String | Name of the role. | |
| description | String | Description of the role. | [optional] |
| members | List<Integer> | A list of user identifiers assigned to this role. | [optional] |
| acl | Object | The `Access Control List` json defining the role of the user. This represents the access control on the user level. |