alfresco-js-api
Version:
JavaScript client library for the Alfresco REST API
20 lines (16 loc) • 816 B
Markdown
# 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]