Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 734 Bytes

File metadata and controls

25 lines (19 loc) · 734 Bytes

ArrayTest

Properties

Name Type Description Notes
ArrayOfString String[] [optional]
ArrayArrayOfInteger Int64[][] [optional]
ArrayArrayOfModel ReadOnlyFirst[][] [optional]

Examples

  • Prepare the resource
$ArrayTest = Initialize-PSPetstoreArrayTest  -ArrayOfString null `
 -ArrayArrayOfInteger null `
 -ArrayArrayOfModel null
  • Convert the resource to JSON
$ArrayTest | ConvertTo-JSON

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