Table of Contents

Class FlowAction

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

Properties

Step

[YamlMember(Alias = "step")]
public string Step { get; init; }

Property Value

string

With

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

Property Value

Dictionary<string, string>