Class PathsConfig
- Namespace
- Cress.Core.Models
- Assembly
- Cress.Core.dll
public record PathsConfig : IEquatable<PathsConfig>
- Inheritance
-
PathsConfig
- Implements
-
- Inherited Members
-
Properties
Artifacts
public string Artifacts { get; init; }
Property Value
- string
Capabilities
public string Capabilities { get; init; }
Property Value
- string
Fixtures
public string Fixtures { get; init; }
Property Value
- string
Flows
public string Flows { get; init; }
Property Value
- string
Models
public string Models { get; init; }
Property Value
- string
Reports
public string Reports { get; init; }
Property Value
- string
Steps
public string Steps { get; init; }
Property Value
- string