Struct RemotesGraphRequest.Node
- Namespace
- DMediatR
- Assembly
- DMediatR.dll
public readonly record struct RemotesGraphRequest.Node : IEquatable<RemotesGraphRequest.Node>
- Implements
- Inherited Members
Constructors
Node(string)
public Node(string Id)
Parameters
Id
string
Properties
Id
public string Id { get; init; }