Class ListApplicationsRequest
- Namespace
- Vonage.Applications
- Assembly
- Vonage.dll
Represents a request to list applications with pagination parameters.
public class ListApplicationsRequest
- Inheritance
-
ListApplicationsRequest
- Inherited Members
Properties
Page
The page number to retrieve (starts at 1).
[JsonProperty("page")]
public int Page { get; set; }
Property Value
PageSize
The number of applications to return per page.
[JsonProperty("page_size")]
public int PageSize { get; set; }