Name | Type | Description | Notes |
---|---|---|---|
Offset | Int64 | ||
Values | DevicePackages[] | [optional] | |
Limit | Int64 | ||
Total | Int64 |
- Prepare the resource
$PaginationResultDevicePackages = Initialize-TorizonPlatformAPIPaginationResultDevicePackages -Offset null `
-Values null `
-Limit null `
-Total null
- Convert the resource to JSON
$PaginationResultDevicePackages | ConvertTo-JSON