PageableObject
Properties
Name | Type | Description | Notes |
---|---|---|---|
Offset | Int64 | [optional] | |
Sort | Sort | [optional] | |
PageNumber | Int32 | [optional] | |
PageSize | Int32 | [optional] | |
Paged | Boolean | [optional] | |
Unpaged | Boolean | [optional] |
Examples
- Prepare the resource
$PageableObject = Initialize-maislurp-client-powershellPageableObject -Offset null `
-Sort null `
-PageNumber null `
-PageSize null `
-Paged null `
-Unpaged null
- Convert the resource to JSON