application-services-model/src/group.ts
Group
Properties |
|
constructor(data?: any)
|
||||||
|
Parameters :
|
| Optional avatar |
Type : string
|
| Optional deleted |
Type : boolean
|
| Optional emailAddress |
Type : string
|
| Optional groupHandler |
Type : string
|
| Optional id |
Type : number
|
| Optional members |
Type : MemberListItem[]
|
| Optional name |
Type : string
|
| Optional nativeTrustee |
Type : boolean
|
| Optional role |
Type : Role
|