mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-04 10:43:44 +00:00
590 B
590 B
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