William Cheng 1ee57ea853
[C#] Switch the spec to OAS v3 from v2 (#7176)
* switch to 3.0 spec in c# clients

* remove samples/openapi3/client/petstore/csharp

* remove samples/openapi3/client/petstore/csharp-netcore/OpenAPIClient

* remove samples/openapi3/client/petstore/csharp-netcore/OpenAPIClientCore/

* update samples
2020-08-10 20:48:13 +08:00

1.0 KiB

Org.OpenAPITools.Model.NullableClass

Properties

Name Type Description Notes
IntegerProp int? [optional]
NumberProp decimal? [optional]
BooleanProp bool? [optional]
StringProp string [optional]
DateProp DateTime? [optional]
DatetimeProp DateTime? [optional]
ArrayNullableProp List<Object> [optional]
ArrayAndItemsNullableProp List<Object> [optional]
ArrayItemsNullable List<Object> [optional]
ObjectNullableProp Dictionary<string, Object> [optional]
ObjectAndItemsNullableProp Dictionary<string, Object> [optional]
ObjectItemsNullable Dictionary<string, Object> [optional]

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