Table of Contents

Class FlowExpectation

Namespace
Cress.Core.Models
Assembly
Cress.Core.dll
public record FlowExpectation : IEquatable<FlowExpectation>
Inheritance
FlowExpectation
Implements
Inherited Members

Properties

Expect

[YamlMember(Alias = "expect")]
public string Expect { get; init; }

Property Value

string

With

public Dictionary<string, string>? With { get; init; }

Property Value

Dictionary<string, string>