forked from loafle/openapi-generator-original
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