Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

df681a2 · May 11, 2020

History

History
21 lines (16 loc) · 1.02 KB

AdditionalPropertiesClass.md

File metadata and controls

21 lines (16 loc) · 1.02 KB

AdditionalPropertiesClass

Properties

Name Type Description Notes
MapString map[string]string [optional]
MapNumber map[string]float32 [optional]
MapInteger map[string]int32 [optional]
MapBoolean map[string]bool [optional]
MapArrayInteger map[string][]int32 [optional]
MapArrayAnytype map[string][]map[string]interface{} [optional]
MapMapString map[string]map[string]string [optional]
MapMapAnytype map[string]map[string]map[string]interface{} [optional]
Anytype1 map[string]interface{} [optional]
Anytype2 map[string]interface{} [optional]
Anytype3 map[string]interface{} [optional]

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