Class GetTemplatesEmbedded
- Namespace
- Vonage.VerifyV2.GetTemplates
- Assembly
- Vonage.dll
Represents the embedded container holding the templates array in a HAL response.
public record GetTemplatesEmbedded : IEquatable<GetTemplatesEmbedded>
- Inheritance
-
GetTemplatesEmbedded
- Implements
- Inherited Members
Constructors
GetTemplatesEmbedded(Template[])
Represents the embedded container holding the templates array in a HAL response.
public GetTemplatesEmbedded(Template[] Templates)
Parameters
TemplatesTemplate[]The array of templates in the current page.
Properties
Templates
The array of templates in the current page.
[JsonPropertyName("templates")]
[JsonPropertyOrder(0)]
public Template[] Templates { get; init; }
Property Value
- Template[]