Class RunInvocation
- Namespace
- Cress.Core.Models
- Assembly
- Cress.Core.dll
public record RunInvocation : IEquatable<RunInvocation>
- Inheritance
-
RunInvocation
- Implements
-
- Inherited Members
-
Properties
EvidenceMode
public string EvidenceMode { get; init; }
Property Value
- string
RequestedFlows
public IReadOnlyList<string> RequestedFlows { get; init; }
Property Value
- IReadOnlyList<string>
RetryCount
public int RetryCount { get; init; }
Property Value
- int
ScreenshotPolicy
public string ScreenshotPolicy { get; init; }
Property Value
- string
StartFromStep
public string? StartFromStep { get; init; }
Property Value
- string
Tag
public string? Tag { get; init; }
Property Value
- string
Trigger
public string Trigger { get; init; }
Property Value
- string