Table of Contents

Class GetEventsHalLink

Namespace
Vonage.Conversations.GetEvents
Assembly
Vonage.dll

Represents a link to another resource.

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

Constructors

Represents a link to another resource.

public GetEventsHalLink(Uri Href)

Parameters

Href Uri

Hyperlink reference.

Properties

Hyperlink reference.

public Uri Href { get; init; }

Property Value

Uri

Methods

Transforms the link into a GetEventsRequest using the cursor pagination.

public Result<GetEventsRequest> BuildRequest()

Returns

Result<GetEventsRequest>