Class FlowFixtureRef
public record FlowFixtureRef : IEquatable<FlowFixtureRef>
- Inheritance
-
FlowFixtureRef
- Implements
- Inherited Members
Properties
For
[YamlMember(Alias = "for")]
public string? For { get; init; }
Property Value
Source
public string? Source { get; init; }
Property Value
Use
public string? Use { get; init; }