forked from loafle/openapi-generator-original
* feat: DateOnly for client * fix: generated doc for csharp * doc: fix generators README for csharp * add DateOnly option for aspnet * refactor: update csharp docs * refactor: fix typo * finish * finish * finish * regenerate * rebuild and regenerate * fix build error * finish * revert path * regenerate * remove exceed samples * regenerate * add DateOnly to nullable * remove obsolete file from list * update test files list * remove obsolete sample build * revert manual tests * revert samples to master and regenerate * remove new samples * remove eol * remove eol * add new specs * try fix test * update tests * update files * remove eol * revert * remove eol * regenerate * add net6+ support to aspnetcore * add jobs
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 | DateOnly | [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] |