Table of Contents

Class TemplateLinks

Namespace
Vonage.VerifyV2
Assembly
Vonage.dll

Represents HAL (Hypertext Application Language) navigation links for a template resource.

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

Constructors

Represents HAL (Hypertext Application Language) navigation links for a template resource.

public TemplateLinks(HalLink Self, HalLink Fragments)

Parameters

Self HalLink

Link to retrieve this template.

Fragments HalLink

Link to list all template fragments belonging to this template.

Properties

Link to list all template fragments belonging to this template.

[JsonPropertyName("fragments")]
public HalLink Fragments { get; init; }

Property Value

HalLink

Link to retrieve this template.

[JsonPropertyName("self")]
public HalLink Self { get; init; }

Property Value

HalLink