Case
Case
labelstring
namestring
valuestring
rowsarray
Show child attributes
Was this section helpful?
What made this section unhelpful for you?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"label": null,
"name": null,
"value": null,
"rows": [
{
"fields": [
{
"display_name": null,
"icon": null,
"default_string_value": null,
"default_value": null,
"field_input_type": "STRING",
"options": {
"is_createable": false,
"is_creatable": false,
"values": [
{
"id": null,
"name": null
}
],
"switch_cases": [
""
]
},
"field_name": null,
"description": null,
"query_data": null,
"required": false,
"hidden": false,
"is_multi": false,
"skeleton": false,
"is_primary": false,
"disabled": false,
"tooltip": null,
"descendants": [
""
],
"precedents": [
""
],
"field_input_size": "SMALL",
"mapping_data": {
"columns": {
"field_from": {},
"field_to": {}
},
"rows": [
{
"field_from": {},
"field_to": {}
}
]
},
"label_right": null,
"min_value": null,
"max_value": null
}
]
}
]
}Was this section helpful?