forked from loafle/openapi-generator-original
* python->python-legacy, python-experimental->python * test with openjdk8 * test with openjdk11 * comment out rm * move kotlin tests to circleci * move kotlin tests * move tests to circleci * fix circleci * rearrange test * move tests * use wrapper Co-authored-by: Justin Black <justin.a.black@gmail.com>
1.6 KiB
1.6 KiB
NullableClass
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| integer_prop | int, none_type | [optional] | |
| number_prop | float, none_type | [optional] | |
| boolean_prop | bool, none_type | [optional] | |
| string_prop | str, none_type | [optional] | |
| date_prop | date, none_type | [optional] | |
| datetime_prop | datetime, none_type | [optional] | |
| array_nullable_prop | [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}], none_type | [optional] | |
| array_and_items_nullable_prop | [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type], none_type | [optional] | |
| array_items_nullable | [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type] | [optional] | |
| object_nullable_prop | {str: ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},)}, none_type | [optional] | |
| object_and_items_nullable_prop | {str: ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type)}, none_type | [optional] | |
| object_items_nullable | {str: ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type)} | [optional] | |
| any string name | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | any string name can be used but the value must be the correct type | [optional] |