Table of Contents

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
IRequest<CommandResponseDto<ShortGuid>>
IBaseRequest
Inherited Members

Properties

DeveloperName

public string DeveloperName { get; init; }

Property Value

string

Label

public string Label { get; init; }

Property Value

string