Table of Contents

Class GetTemplatesHalLink

Namespace
Vonage.VerifyV2.GetTemplates
Assembly
Vonage.dll

Represents a HAL navigation link for template pagination.

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

Constructors

Represents a HAL navigation link for template pagination.

public GetTemplatesHalLink(Uri Href)

Parameters

Href Uri

The URL pointing to a page of templates.

Properties

The URL pointing to a page of templates.

public Uri Href { get; init; }

Property Value

Uri

Methods

Transforms this navigation link into a GetTemplatesRequest for fetching the linked page.

public Result<GetTemplatesRequest> BuildRequest()

Returns

Result<GetTemplatesRequest>

A Result<T> containing the request with pagination parameters extracted from the link URL.