William Cheng a88e0acc47
[C#][.NET Core] fix map instantiation in models extending Dictionary (#2776)
* fix map type in csharp netcore

* add new files for csharp netcore client
2019-05-01 20:48:05 +08:00

596 B

Org.OpenAPITools.Model.Pet

Properties

Name Type Description Notes
Id long? [optional]
Category Category [optional]
Name string
PhotoUrls List<string>
Tags List<Tag> [optional]
Status string pet status in the store [optional]

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