BaseGroupApiDTO
Description
Base model to describe a Group.
Optional Parameters
- uuid
-
-
type: string
-
- displayName
-
-
type: string
-
description: A user readable name of the api object. Cannot be blank. The UTF-8 encoding must be at most 255 bytes.
-
- className
-
-
type: string
-
- membersCount
-
-
type: integer
-
format: int32
-
description: Number of members of the Group
-