# UserGroup

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **UUID** | グループUUID | 
**name** | **String** | グループ名 | 
**description** | **String** | グループ説明 | 
**type** | **String** | グループタイプ | 
**icon** | **UUID** | グループアイコンUUID | 
**members** | [UserGroupMember] | グループメンバーの配列 | 
**createdAt** | **Date** | 作成日時 | 
**updatedAt** | **Date** | 更新日時 | 
**admins** | **[UUID]** | グループ管理者のUUIDの配列 | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)