Class ToolInfo
public record ToolInfo : IEquatable<ToolInfo>
- Inheritance
-
ToolInfo
- Implements
- Inherited Members
Properties
Description
public string Description { get; init; }
Property Value
IsAllowed
public bool IsAllowed { get; init; }
Property Value
Name
public string Name { get; init; }