Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 862 Bytes

File metadata and controls

29 lines (23 loc) · 862 Bytes

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

[Back to Model list] [Back to API list] [Back to README]