Table of Contents

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

string

PayloadJson

public required string PayloadJson { get; init; }

Property Value

string

QueryJson

public required string QueryJson { get; init; }

Property Value

string

RequestMethod

public required string RequestMethod { get; init; }

Property Value

string