Class CreateUserGroup.Command
- Namespace
- Raytha.Application.UserGroups.Commands
- Assembly
- Raytha.Application.dll
public record CreateUserGroup.Command : LoggableRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, IEquatable<CreateUserGroup.Command>
- Inheritance
-
CreateUserGroup.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
DeveloperName
public string DeveloperName { get; init; }
Property Value
Label
public string Label { get; init; }