github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/GlipCreateGroup.md (about) 1 # GlipCreateGroup 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Type** | **string** | Type of a group to be created. 'PrivateChat' is a group of 2 members. 'Team' is a chat of 1 and more participants, the membership can be modified in future | 7 **IsPublic** | **bool** | For 'Team' group type only. Team access level | [optional] 8 **Name** | **string** | For 'Team' group type only. Team name | [optional] 9 **Description** | **string** | For 'Team' group type only. Team description | [optional] 10 **Members** | **[]string** | Identifier(s) of group members. For 'PrivateChat' group type 2 members only are supported | [optional] 11 12 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 14