# ActivitiPublicRestApi.GroupRepresentation

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**capabilities** | [**[GroupCapabilityRepresentation]**](GroupCapabilityRepresentation.md) |  | [optional] 
**externalId** | **String** |  | [optional] 
**groups** | [**[GroupRepresentation]**](GroupRepresentation.md) |  | [optional] 
**id** | **Integer** |  | [optional] 
**lastSyncTimeStamp** | **Date** |  | [optional] 
**name** | **String** |  | [optional] 
**parentGroupId** | **Integer** |  | [optional] 
**status** | **String** |  | [optional] 
**tenantId** | **Integer** |  | [optional] 
**type** | **Integer** |  | [optional] 
**userCount** | **Integer** |  | [optional] 
**users** | [**[UserRepresentation]**](UserRepresentation.md) |  | [optional] 


