Table of Contents

Class GetConversationsHalLink

Namespace
Vonage.Conversations.GetConversations
Assembly
Vonage.dll

Represents a link to another resource.

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

Constructors

Represents a link to another resource.

public GetConversationsHalLink(Uri Href)

Parameters

Href Uri

Hyperlink reference.

Properties

Hyperlink reference.

public Uri Href { get; init; }

Property Value

Uri

Methods

Transforms the link into a GetConversationsRequest using the cursor pagination.

public Result<GetConversationsRequest> BuildRequest()

Returns

Result<GetConversationsRequest>