Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 979 Bytes

File metadata and controls

17 lines (13 loc) · 979 Bytes

NullableTest

Properties

Name Type Description Notes
nullable swagger::Nullable
nullable_with_null_default swagger::Nullable [optional] [default to None]
nullable_with_present_default swagger::Nullable [optional] [default to Some(swagger::Nullable::Present("default".to_string()))]
nullable_with_no_default swagger::Nullable [optional] [default to None]
nullable_array swagger::Nullable<Vec> [optional] [default to None]
min_item_test Vec [optional] [default to None]
max_item_test Vec [optional] [default to None]
min_max_item_test Vec [optional] [default to None]

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