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
886 B
886 B
Pet
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | Int64 | [optional] [default to null] | |
Category | Category | [optional] [default to null] | |
Name | String | [default to null] | |
PhotoUrls | String[] | [default to null] | |
Tags | Tag[] | [optional] [default to null] | |
Status | String | pet status in the store | [optional] [default to null] |
Examples
- Create a new object
New-PSPetstorePet -Id null `
-Category null `
-Name doggie `
-PhotoUrls null `
-Tags null `
-Status null
- Convert the object to JSON
$ | Convert-ToJSON