GroupMembershipResponseDto
Type Alias: GroupMembershipResponseDto
[object Object]
Defined in: app/api/types.gen.ts:392
Represents the response DTO for a group membership, containing all relevant information about the group membership, including its properties and information about the associated member and group. The GroupMembershipResponseDTO is used to transfer comprehensive group membership data from the server to the client when retrieving group membership information, allowing for a complete representation of the group membership's details, member information, group information, and any associated role alias information in the response payload.
Properties
groupId
[object Object]
Defined in: app/api/types.gen.ts:396
groupName
[object Object]
Defined in: app/api/types.gen.ts:397
groupType
[object Object]
Defined in: app/api/types.gen.ts:398
id
[object Object]
Defined in: app/api/types.gen.ts:393
memberId?
optionalmemberId?:string|null
Defined in: app/api/types.gen.ts:394
memberName?
optionalmemberName?:string|null
Defined in: app/api/types.gen.ts:395
membershipYear
[object Object]
Defined in: app/api/types.gen.ts:399
roleAliasId?
optionalroleAliasId?:number|null
Defined in: app/api/types.gen.ts:400
roleAliasName?
optionalroleAliasName?:string|null
Defined in: app/api/types.gen.ts:401