Class FlowExpectation
public record FlowExpectation : IEquatable<FlowExpectation>
- Inheritance
-
FlowExpectation
- Implements
- Inherited Members
Properties
Expect
[YamlMember(Alias = "expect")]
public string Expect { get; init; }
Property Value
With
public Dictionary<string, string>? With { get; init; }