mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +00:00
609 B
609 B
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