Type Alias: GroupCreateRequest
type GroupCreateRequest = object;
Defined in: gen/types.gen.ts:2784
Properties
description?
optional description: string;
Defined in: gen/types.gen.ts:2796
The description of the new group.
groupId
groupId: string;
Defined in: gen/types.gen.ts:2788
The ID of the new group.
name
name: string;
Defined in: gen/types.gen.ts:2792
The display name of the new group.