| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | The internal ID of this entity. | |
| created | \DateTime | The time this entity was created. | |
| modified | \DateTime | The time this entity was last modified. | |
| accountId | int | The ID of the account that owns this entity. | |
| campaignGroupID | int | 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 | int[] | 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. |