forked from loafle/openapi-generator-original
862 B
862 B
ObjectWithDeprecatedFields
Properties
Name | Type | Description | Notes |
---|---|---|---|
Uuid | String | [optional] | |
Id | Decimal | [optional] | |
DeprecatedRef | DeprecatedObject | [optional] | |
Bars | String[] | [optional] | |
SomethingElse | String | [optional] |
Examples
- Prepare the resource
$ObjectWithDeprecatedFields = Initialize-PSPetstoreObjectWithDeprecatedFields -Uuid null `
-Id null `
-DeprecatedRef null `
-Bars null `
-SomethingElse null
- Convert the resource to JSON
$ObjectWithDeprecatedFields | ConvertTo-JSON