Class PageOptions
Parameters for pagination of a request that has multiple results.
Namespace: Unity.Services.Ccd.Management
Syntax
public class PageOptions : object
Properties
Page
The current page to retrieve. Minimum: 1.
Declaration
public int Page { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
PerPage
The number of items to retrieve. Minimum: 1. Maximum: 100.
Declaration
public int PerPage { get; set; }
Property Value
Type | Description |
---|---|
Int32 |