Table of Contents

Class UpdateHangfireJobRequest

Namespace
KadicErp.WebApi.Controllers.Admin
Assembly
KadicErp.WebApi.dll
public sealed record UpdateHangfireJobRequest
Inheritance
object
UpdateHangfireJobRequest

Constructors

UpdateHangfireJobRequest(string, bool)

public UpdateHangfireJobRequest(string CronExpression, bool IsEnabled)

Parameters

CronExpression string
IsEnabled bool

Properties

CronExpression

public string CronExpression { get; init; }

Property Value

string

IsEnabled

public bool IsEnabled { get; init; }

Property Value

bool