mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +00:00
791 B
791 B
ObjectWithDeprecatedFields
Properties
Name | Type | Description | Notes |
---|---|---|---|
Uuid | String | [optional] | |
Id | Decimal | [optional] | |
DeprecatedRef | DeprecatedObject | [optional] | |
Bars | String[] | [optional] |
Examples
- Prepare the resource
$ObjectWithDeprecatedFields = Initialize-PSPetstoreObjectWithDeprecatedFields -Uuid null `
-Id null `
-DeprecatedRef null `
-Bars null
- Convert the resource to JSON
$ObjectWithDeprecatedFields | ConvertTo-JSON