Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 754 Bytes

PaginationResultNetworkInfo.md

File metadata and controls

27 lines (21 loc) · 754 Bytes

PaginationResultNetworkInfo

Properties

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

Examples

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

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