forked from loafle/openapi-generator-original
* 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
1.0 KiB
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] |