Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 609 Bytes

File metadata and controls

23 lines (17 loc) · 609 Bytes

HasOnlyReadOnly

Properties

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

Examples

  • Prepare the resource
$HasOnlyReadOnly = Initialize-PSPetstoreHasOnlyReadOnly  -Bar null `
 -Foo null
  • Convert the resource to JSON
$HasOnlyReadOnly | ConvertTo-JSON

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