Class StepManifest
public record StepManifest : IEquatable<StepManifest>
- Inheritance
-
StepManifest
- Implements
- Inherited Members
Properties
SourceFile
[YamlIgnore]
public string? SourceFile { get; init; }
Property Value
Steps
public List<StepDefinition> Steps { get; init; }
Property Value
Version
public int Version { get; init; }