2020-04-01 11:21:11 +08:00

637 B

InlineObject

Properties

Name Type Description Notes
Name String Updated name of the pet [optional] [default to null]
Status String Updated status of the pet [optional] [default to null]

Examples

  • Prepare the resource
Initialize-PSPetstoreInlineObject  -Name null `
 -Status null
  • Convert the resource to JSON
$ | Convert-ToJSON

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