Class PlanAction
- Namespace
- Cress.Core.Models
- Assembly
- Cress.Core.dll
public record PlanAction : IEquatable<PlanAction>
- Inheritance
-
PlanAction
- Implements
-
- Inherited Members
-
Properties
Driver
public string? Driver { get; init; }
Property Value
- string
Fixture
public string? Fixture { get; init; }
Property Value
- string
public Dictionary<string, string> Inputs { get; init; }
Property Value
- Dictionary<string, string>
Kind
public string Kind { get; init; }
Property Value
- string
Name
public string Name { get; init; }
Property Value
- string
Operation
public string? Operation { get; init; }
Property Value
- string
Owner
public string? Owner { get; init; }
Property Value
- string
Plugin
public string? Plugin { get; init; }
Property Value
- string
RetrySafe
public bool RetrySafe { get; init; }
Property Value
- bool
Step
public string? Step { get; init; }
Property Value
- string