Class ReportLink
Represents a single HAL link.
public record ReportLink : IEquatable<ReportLink>
- Inheritance
-
ReportLink
- Implements
- Inherited Members
Constructors
ReportLink(string)
Represents a single HAL link.
public ReportLink(string Href)
Parameters
HrefstringThe URL of the link.
Properties
Href
The URL of the link.
[JsonPropertyName("href")]
public string Href { get; init; }