2020-09-28 09:59:45 +08:00

1.2 KiB

AdditionalPropertiesClass

Properties

Name Type Description Notes
map_string {str: (str,)} [optional]
map_number {str: (float,)} [optional]
map_integer {str: (int,)} [optional]
map_boolean {str: (bool,)} [optional]
map_array_integer {str: ([int],)} [optional]
map_array_anytype {str: ([{str: (bool, date, datetime, dict, float, int, list, str, none_type)}],)} [optional]
map_map_string {str: ({str: (str,)},)} [optional]
map_map_anytype {str: ({str: ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},)},)} [optional]
anytype_1 {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]
anytype_2 {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]
anytype_3 {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]

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