Table of Contents

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

string

Name

public string Name { get; set; }

Property Value

string

Steps

public IList<string> Steps { get; init; }

Property Value

IList<string>

TriggerCondition

public string TriggerCondition { get; set; }

Property Value

string