Class DryRunStep
A single step preview in a dry-run.
public sealed record DryRunStep : IEquatable<DryRunStep>
- Inheritance
-
DryRunStep
- Implements
- Inherited Members
Properties
Description
public string Description { get; init; }
Property Value
Kind
public AgentStepKind Kind { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
SubSteps
public IList<DryRunStep> SubSteps { get; init; }
Property Value
ToolOrTarget
public string? ToolOrTarget { get; init; }