Class NormalizedExecutable
public record NormalizedExecutable : IEquatable<NormalizedExecutable>
- Inheritance
-
NormalizedExecutable
- Implements
- Inherited Members
Properties
Inputs
public Dictionary<string, string> Inputs { get; init; }
Property Value
Kind
public string Kind { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
Source
public SourceReference Source { get; init; }