Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 633 Bytes

File metadata and controls

25 lines (19 loc) · 633 Bytes

ApiResponse

Properties

Name Type Description Notes
Code Int32 [optional]
Type String [optional]
Message String [optional]

Examples

  • Prepare the resource
$ApiResponse = Initialize-PSPetstoreApiResponse  -Code null `
 -Type null `
 -Message null
  • Convert the resource to JSON
$ApiResponse | ConvertTo-JSON

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