Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 772 Bytes

PaginationResultDevicePackages.md

File metadata and controls

27 lines (21 loc) · 772 Bytes

PaginationResultDevicePackages

Properties

Name Type Description Notes
Offset Int64
Values DevicePackages[] [optional]
Limit Int64
Total Int64

Examples

  • Prepare the resource
$PaginationResultDevicePackages = Initialize-TorizonPlatformAPIPaginationResultDevicePackages  -Offset null `
 -Values null `
 -Limit null `
 -Total null
  • Convert the resource to JSON
$PaginationResultDevicePackages | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]