forked from loafle/openapi-generator-original
* Adds v2 spec additionalproperties examples, adds v3 spec nulllable model example, updates samples * Remaining samples updates * Adds csharp generator update to handle models with multilevel parent types, which works for the AdditionalPropertiesObject model, samples updated
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] |