Table of Contents

Class GetTemplateFragmentsHalLink

Namespace
Vonage.VerifyV2.GetTemplateFragments
Assembly
Vonage.dll

Represents a HAL navigation link for template fragment pagination.

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

Constructors

Represents a HAL navigation link for template fragment pagination.

public GetTemplateFragmentsHalLink(Uri Href)

Parameters

Href Uri

The URL pointing to a page of template fragments.

Properties

The URL pointing to a page of template fragments.

public Uri Href { get; init; }

Property Value

Uri

Methods

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

public Result<GetTemplateFragmentsRequest> BuildRequest()

Returns

Result<GetTemplateFragmentsRequest>

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