forked from loafle/openapi-generator-original
* add api client * add local variables * add configuration * add header/query/form parameter support * add partial header * add auth, fix parameters type * fix accept, content type * url query string * fix path, header * remove dep on C# client * fix method naming with package name * fix object * convert result from json * better response handling * remove tostring method * fix model doc * fix default module * generate api test files * better api, model tests * fix add pet * add appveyor * fix accept, content type * add petstore tests * fix form parameters * test delete * better file handling (upload) * better code sample * add package version, better doc * delete unused files * fix header parameters * clean up api client * update samples * support query parameter * better method and parameter naming * minor formatting change * better doc, fix cookie parameter * better doc * add api prefix support * better api nam prefix option * fix configuration * throw errors for required parameter * fix authentication * add try catch block to sample code * rename model * use debug, clean up comment * revise code * move bin script * update doc * add new file * better map support
649 B
649 B
ApiResponse
Properties
Name | Type | Description | Notes |
---|---|---|---|
Code | Int32 | [optional] [default to null] | |
Type | String | [optional] [default to null] | |
Message | String | [optional] [default to null] |
Examples
- Create a new object
New-PSPetstoreApiResponse -Code null `
-Type null `
-Message null
- Convert the object to JSON
$ | Convert-ToJSON