Struct GetTemplatesRequest
- Namespace
- Vonage.VerifyV2.GetTemplates
- Assembly
- Vonage.dll
Represents a request to retrieve a paginated list of custom verification templates.
[Builder(new string[] { })]
public readonly struct GetTemplatesRequest : IVonageRequest
- Implements
- Inherited Members
Properties
Page
Sets the page number to retrieve (1-based index).
public Maybe<int> Page { get; }
Property Value
Examples
.WithPage(2)
PageSize
Sets the number of templates to return per page.
public Maybe<int> PageSize { get; }
Property Value
Examples
.WithPageSize(10)
Methods
Build()
public static IBuilderForOptional Build()
Returns
BuildRequestMessage()
Converts the request to a HttpRequest.
public HttpRequestMessage BuildRequestMessage()
Returns
- HttpRequestMessage
The Http request.