Table of Contents

Class ToggleAutomationRuleBody

Namespace
KadicErp.WebApi.Controllers.Academy
Assembly
KadicErp.WebApi.dll
public sealed record ToggleAutomationRuleBody
Inheritance
object
ToggleAutomationRuleBody

Constructors

ToggleAutomationRuleBody(bool)

public ToggleAutomationRuleBody(bool IsActive)

Parameters

IsActive bool

Properties

IsActive

public bool IsActive { get; init; }

Property Value

bool