Table of Contents

Class ReportLink

Namespace
Vonage.Reports
Assembly
Vonage.dll

Represents a single HAL link.

public record ReportLink : IEquatable<ReportLink>
Inheritance
ReportLink
Implements
Inherited Members

Constructors

Represents a single HAL link.

public ReportLink(string Href)

Parameters

Href string

The URL of the link.

Properties

The URL of the link.

[JsonPropertyName("href")]
public string Href { get; init; }

Property Value

string