Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 629 Bytes

File metadata and controls

23 lines (17 loc) · 629 Bytes

FileSchemaTestClass

Properties

Name Type Description Notes
File File [optional]
Files File[] [optional]

Examples

  • Prepare the resource
$FileSchemaTestClass = Initialize-PSPetstoreFileSchemaTestClass  -File null `
 -Files null
  • Convert the resource to JSON
$FileSchemaTestClass | ConvertTo-JSON

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