Class MethodInformation
public record MethodInformation : IEquatable<MethodInformation>
- Inheritance
-
MethodInformation
- Implements
- Inherited Members
Properties
Description
public required string Description { get; init; }
Property Value
Id
public required string Id { get; init; }
Property Value
Type
public string Type { get; init; }