Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 778 Bytes

PaginationResultDeviceInfoBasic.md

File metadata and controls

27 lines (21 loc) · 778 Bytes

PaginationResultDeviceInfoBasic

Properties

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

Examples

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

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