Class CreateRaythaFunction.Command
- Namespace
- Raytha.Application.RaythaFunctions.Commands
- Assembly
- Raytha.Application.dll
public record CreateRaythaFunction.Command : LoggableRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, IEquatable<CreateRaythaFunction.Command>
- Inheritance
-
CreateRaythaFunction.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
Code
public required string Code { get; init; }
Property Value
DeveloperName
public required string DeveloperName { get; init; }
Property Value
IsActive
public bool IsActive { get; init; }
Property Value
Name
public required string Name { get; init; }
Property Value
TriggerType
public required string TriggerType { get; init; }
Property Value
Methods
Empty()
public static CreateRaythaFunction.Command Empty()