The group reference type.
| name | data type | description | 
|---|---|---|
| type | ActorTypeEnum | Returns the actor type. | 
| Properties inherited from ActorReferenceType | ||
| id | number | Returns the reference id. | 
| type | ActorTypeEnum | Returns the actor type. | 
Example
{
  "type" : "GROUP",
  "id" : 12345
}