Class OperationsRunbook
- Namespace
- JD.AI.Core.Specifications
- Assembly
- JD.AI.Core.dll
public sealed class OperationsRunbook
- Inheritance
-
OperationsRunbook
- Inherited Members
Properties
Description
public string Description { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Steps
public IList<string> Steps { get; init; }
Property Value
TriggerCondition
public string TriggerCondition { get; set; }