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

3.0 KiB

Org.OpenAPITools.Model.RequiredClass

Properties

Name Type Description Notes
RequiredNullableIntegerProp int?
RequiredNotnullableintegerProp int
NotRequiredNullableIntegerProp int? [optional]
NotRequiredNotnullableintegerProp int [optional]
RequiredNullableStringProp string
RequiredNotnullableStringProp string
NotrequiredNullableStringProp string [optional]
NotrequiredNotnullableStringProp string [optional]
RequiredNullableBooleanProp bool?
RequiredNotnullableBooleanProp bool
NotrequiredNullableBooleanProp bool? [optional]
NotrequiredNotnullableBooleanProp bool [optional]
RequiredNullableDateProp DateOnly
RequiredNotNullableDateProp DateOnly
NotRequiredNullableDateProp DateOnly [optional]
NotRequiredNotnullableDateProp DateOnly [optional]
RequiredNotnullableDatetimeProp DateTime
RequiredNullableDatetimeProp DateTime?
NotrequiredNullableDatetimeProp DateTime? [optional]
NotrequiredNotnullableDatetimeProp DateTime [optional]
RequiredNullableEnumInteger int?
RequiredNotnullableEnumInteger int
NotrequiredNullableEnumInteger int? [optional]
NotrequiredNotnullableEnumInteger int [optional]
RequiredNullableEnumIntegerOnly int?
RequiredNotnullableEnumIntegerOnly int
NotrequiredNullableEnumIntegerOnly int? [optional]
NotrequiredNotnullableEnumIntegerOnly int [optional]
RequiredNotnullableEnumString string
RequiredNullableEnumString string
NotrequiredNullableEnumString string [optional]
NotrequiredNotnullableEnumString string [optional]
RequiredNullableOuterEnumDefaultValue OuterEnumDefaultValue
RequiredNotnullableOuterEnumDefaultValue OuterEnumDefaultValue
NotrequiredNullableOuterEnumDefaultValue OuterEnumDefaultValue [optional]
NotrequiredNotnullableOuterEnumDefaultValue OuterEnumDefaultValue [optional]
RequiredNullableUuid Guid?
RequiredNotnullableUuid Guid
NotrequiredNullableUuid Guid? [optional]
NotrequiredNotnullableUuid Guid [optional]
RequiredNullableArrayOfString List<string>
RequiredNotnullableArrayOfString List<string>
NotrequiredNullableArrayOfString List<string> [optional]
NotrequiredNotnullableArrayOfString List<string> [optional]

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