Anakael 11caad92df
[CSharp] feat!: add useDateOnly flag (#17471)
* 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
2024-01-10 11:34:14 +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 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]

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