Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 590 Bytes

File metadata and controls

23 lines (17 loc) · 590 Bytes

ReadOnlyFirst

Properties

Name Type Description Notes
Bar String [optional] [readonly]
Baz String [optional]

Examples

  • Prepare the resource
$ReadOnlyFirst = Initialize-PSPetstoreReadOnlyFirst  -Bar null `
 -Baz null
  • Convert the resource to JSON
$ReadOnlyFirst | ConvertTo-JSON

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