Class ExecuteRaythaFunction.Command
- Namespace
- Raytha.Application.RaythaFunctions.Commands
- Assembly
- Raytha.Application.dll
public record ExecuteRaythaFunction.Command : IRequest<CommandResponseDto<object>>, IBaseRequest, IEquatable<ExecuteRaythaFunction.Command>
- Inheritance
-
ExecuteRaythaFunction.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
DeveloperName
public required string DeveloperName { get; init; }
Property Value
PayloadJson
public required string PayloadJson { get; init; }
Property Value
QueryJson
public required string QueryJson { get; init; }
Property Value
RequestMethod
public required string RequestMethod { get; init; }