@alicloud/xtee20210910 2.0.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist/client.d.ts +50 -6
  2. package/dist/client.js +146 -6
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/DescribeCustVariablePageRequest.d.ts +13 -5
  5. package/dist/models/DescribeCustVariablePageRequest.js +2 -0
  6. package/dist/models/DescribeCustVariablePageRequest.js.map +1 -1
  7. package/dist/models/DescribeCustVariablePageResponseBody.d.ts +20 -7
  8. package/dist/models/DescribeCustVariablePageResponseBody.js +7 -0
  9. package/dist/models/DescribeCustVariablePageResponseBody.js.map +1 -1
  10. package/dist/models/DescribeEventLogPageRequest.d.ts +98 -1
  11. package/dist/models/DescribeEventLogPageRequest.js.map +1 -1
  12. package/dist/models/DescribeEventLogPageResponseBody.d.ts +58 -1
  13. package/dist/models/DescribeEventLogPageResponseBody.js.map +1 -1
  14. package/dist/models/DescribeEventUploadPolicyResponseBody.d.ts +1 -1
  15. package/dist/models/DescribeEventVariableListRequest.d.ts +48 -0
  16. package/dist/models/DescribeEventVariableListRequest.js.map +1 -1
  17. package/dist/models/DescribeEventVariableListResponseBody.d.ts +2540 -0
  18. package/dist/models/DescribeEventVariableListResponseBody.js.map +1 -1
  19. package/dist/models/DescribeExcuteNumRequest.d.ts +42 -0
  20. package/dist/models/DescribeExcuteNumRequest.js.map +1 -1
  21. package/dist/models/DescribeExcuteNumResponseBody.d.ts +15 -0
  22. package/dist/models/DescribeExcuteNumResponseBody.js.map +1 -1
  23. package/dist/models/DescribeExpressionVariablePageRequest.d.ts +5 -5
  24. package/dist/models/DescribeExpressionVariablePageResponseBody.d.ts +19 -6
  25. package/dist/models/DescribeExpressionVariablePageResponseBody.js +7 -0
  26. package/dist/models/DescribeExpressionVariablePageResponseBody.js.map +1 -1
  27. package/dist/models/DescribeModelOssPolicyResponseBody.d.ts +2 -2
  28. package/dist/models/DescribeOperationLogMonitoringRequest.d.ts +56 -0
  29. package/dist/models/DescribeOperationLogMonitoringRequest.js +66 -0
  30. package/dist/models/DescribeOperationLogMonitoringRequest.js.map +1 -0
  31. package/dist/models/DescribeOperationLogMonitoringResponse.d.ts +19 -0
  32. package/dist/models/DescribeOperationLogMonitoringResponse.js +69 -0
  33. package/dist/models/DescribeOperationLogMonitoringResponse.js.map +1 -0
  34. package/dist/models/DescribeOperationLogMonitoringResponseBody.d.ts +54 -0
  35. package/dist/models/DescribeOperationLogMonitoringResponseBody.js +84 -0
  36. package/dist/models/DescribeOperationLogMonitoringResponseBody.js.map +1 -0
  37. package/dist/models/DescribeOperationLogPageListRequest.d.ts +17 -1
  38. package/dist/models/DescribeOperationLogPageListRequest.js +4 -0
  39. package/dist/models/DescribeOperationLogPageListRequest.js.map +1 -1
  40. package/dist/models/DescribeOssPolicyResponseBody.d.ts +1 -1
  41. package/dist/models/DescribeOssTokenResponseBody.d.ts +1 -1
  42. package/dist/models/DescribePocOssTokenResponseBody.d.ts +1 -1
  43. package/dist/models/DescribeRuleSnapshotResponseBody.d.ts +16 -0
  44. package/dist/models/DescribeRuleSnapshotResponseBody.js +4 -0
  45. package/dist/models/DescribeRuleSnapshotResponseBody.js.map +1 -1
  46. package/dist/models/DescribeSafConsoleRequest.d.ts +21 -0
  47. package/dist/models/DescribeSafConsoleRequest.js.map +1 -1
  48. package/dist/models/DescribeSafConsoleResponseBody.d.ts +11 -0
  49. package/dist/models/DescribeSafConsoleResponseBody.js.map +1 -1
  50. package/dist/models/DescribeSampleBatchOssPolicyResponseBody.d.ts +1 -1
  51. package/dist/models/DescribeSampleUploadPolicyResponseBody.d.ts +1 -1
  52. package/dist/models/DescribeVersionPageListRequest.d.ts +95 -0
  53. package/dist/models/DescribeVersionPageListRequest.js +76 -0
  54. package/dist/models/DescribeVersionPageListRequest.js.map +1 -0
  55. package/dist/models/DescribeVersionPageListResponse.d.ts +19 -0
  56. package/dist/models/DescribeVersionPageListResponse.js +69 -0
  57. package/dist/models/DescribeVersionPageListResponse.js.map +1 -0
  58. package/dist/models/DescribeVersionPageListResponseBody.d.ts +190 -0
  59. package/dist/models/DescribeVersionPageListResponseBody.js +118 -0
  60. package/dist/models/DescribeVersionPageListResponseBody.js.map +1 -0
  61. package/dist/models/model.d.ts +8 -0
  62. package/dist/models/model.js +36 -20
  63. package/dist/models/model.js.map +1 -1
  64. package/package.json +1 -1
  65. package/src/client.ts +168 -6
  66. package/src/models/DescribeCustVariablePageRequest.ts +15 -5
  67. package/src/models/DescribeCustVariablePageResponseBody.ts +27 -7
  68. package/src/models/DescribeEventLogPageRequest.ts +98 -1
  69. package/src/models/DescribeEventLogPageResponseBody.ts +58 -1
  70. package/src/models/DescribeEventUploadPolicyResponseBody.ts +1 -1
  71. package/src/models/DescribeEventVariableListRequest.ts +48 -0
  72. package/src/models/DescribeEventVariableListResponseBody.ts +2540 -0
  73. package/src/models/DescribeExcuteNumRequest.ts +42 -0
  74. package/src/models/DescribeExcuteNumResponseBody.ts +15 -0
  75. package/src/models/DescribeExpressionVariablePageRequest.ts +5 -5
  76. package/src/models/DescribeExpressionVariablePageResponseBody.ts +26 -6
  77. package/src/models/DescribeModelOssPolicyResponseBody.ts +2 -2
  78. package/src/models/DescribeOperationLogMonitoringRequest.ts +77 -0
  79. package/src/models/DescribeOperationLogMonitoringResponse.ts +40 -0
  80. package/src/models/DescribeOperationLogMonitoringResponseBody.ts +84 -0
  81. package/src/models/DescribeOperationLogPageListRequest.ts +21 -1
  82. package/src/models/DescribeOssPolicyResponseBody.ts +1 -1
  83. package/src/models/DescribeOssTokenResponseBody.ts +1 -1
  84. package/src/models/DescribePocOssTokenResponseBody.ts +1 -1
  85. package/src/models/DescribeRuleSnapshotResponseBody.ts +20 -0
  86. package/src/models/DescribeSafConsoleRequest.ts +21 -0
  87. package/src/models/DescribeSafConsoleResponseBody.ts +11 -0
  88. package/src/models/DescribeSampleBatchOssPolicyResponseBody.ts +1 -1
  89. package/src/models/DescribeSampleUploadPolicyResponseBody.ts +1 -1
  90. package/src/models/DescribeVersionPageListRequest.ts +126 -0
  91. package/src/models/DescribeVersionPageListResponse.ts +40 -0
  92. package/src/models/DescribeVersionPageListResponseBody.ts +254 -0
  93. package/src/models/model.ts +8 -0
@@ -1,6 +1,20 @@
1
1
  import * as $dara from '@darabonba/typescript';
2
2
  export declare class DescribeEventVariableListResponseBodyResultObjectActionsOutputThreshold extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * Maximum value.
6
+ *
7
+ * @example
8
+ * 10
9
+ */
3
10
  maxValue?: number;
11
+ /**
12
+ * @remarks
13
+ * Minimum value.
14
+ *
15
+ * @example
16
+ * 1
17
+ */
4
18
  minValue?: number;
5
19
  static names(): {
6
20
  [key: string]: string;
@@ -14,6 +28,13 @@ export declare class DescribeEventVariableListResponseBodyResultObjectActionsOut
14
28
  });
15
29
  }
16
30
  export declare class DescribeEventVariableListResponseBodyResultObjectActionsVariableVelocity extends $dara.Model {
31
+ /**
32
+ * @remarks
33
+ * iv value. This type of variable does not return this field.
34
+ *
35
+ * @example
36
+ * This type does not have this field
37
+ */
17
38
  iv?: string;
18
39
  static names(): {
19
40
  [key: string]: string;
@@ -27,30 +48,199 @@ export declare class DescribeEventVariableListResponseBodyResultObjectActionsVar
27
48
  });
28
49
  }
29
50
  export declare class DescribeEventVariableListResponseBodyResultObjectActions extends $dara.Model {
51
+ /**
52
+ * @remarks
53
+ * Variable code.
54
+ *
55
+ * @example
56
+ * deAddResult
57
+ */
30
58
  code?: string;
59
+ /**
60
+ * @remarks
61
+ * Data distribution display in JSON format. This field is not returned for this type of variable.
62
+ *
63
+ * @example
64
+ * This type does not have this field
65
+ */
31
66
  dataDisplay?: string;
67
+ /**
68
+ * @remarks
69
+ * Variable definition ID. This type of variable does not return this field.
70
+ *
71
+ * @example
72
+ * This type does not have this field
73
+ */
32
74
  defineId?: string;
75
+ /**
76
+ * @remarks
77
+ * Description information.
78
+ *
79
+ * @example
80
+ * 决策结果
81
+ */
33
82
  description?: string;
83
+ /**
84
+ * @remarks
85
+ * Display type and group label.
86
+ *
87
+ * @example
88
+ * ACTION
89
+ */
34
90
  displayType?: string;
91
+ /**
92
+ * @remarks
93
+ * Expression display. This type of variable does not return this field.
94
+ *
95
+ * @example
96
+ * This type does not have this field
97
+ */
35
98
  expressionTitle?: string;
99
+ /**
100
+ * @remarks
101
+ * Favorite identifier.
102
+ *
103
+ * @example
104
+ * false
105
+ */
36
106
  favoriteFlag?: boolean;
107
+ /**
108
+ * @remarks
109
+ * Details of the field pool. This type of variable does not return this field.
110
+ *
111
+ * @example
112
+ * This type does not have this field
113
+ */
37
114
  fieldDetail?: string;
115
+ /**
116
+ * @remarks
117
+ * Field sorting.
118
+ *
119
+ * @example
120
+ * 0
121
+ */
38
122
  fieldRank?: number;
123
+ /**
124
+ * @remarks
125
+ * Source of the field. This type of variable does not return this field.
126
+ *
127
+ * @example
128
+ * This type does not have this field
129
+ */
39
130
  fieldSource?: string;
131
+ /**
132
+ * @remarks
133
+ * Field type. This field is not returned for this type of variable.
134
+ *
135
+ * @example
136
+ * This type does not have this field
137
+ */
40
138
  fieldType?: string;
139
+ /**
140
+ * @remarks
141
+ * Primary key ID.
142
+ *
143
+ * @example
144
+ * 3144
145
+ */
41
146
  id?: number;
147
+ /**
148
+ * @remarks
149
+ * Input type of the parameter.
150
+ *
151
+ * @example
152
+ * STRING
153
+ */
42
154
  inputFieldType?: string;
155
+ /**
156
+ * @remarks
157
+ * Required parameter. This type of variable does not return this field.
158
+ *
159
+ * @example
160
+ * This type does not have this field
161
+ */
43
162
  inputRequired?: string;
163
+ /**
164
+ * @remarks
165
+ * Input parameters. This field is not returned for this type of variable.
166
+ *
167
+ * @example
168
+ * This type does not have this field
169
+ */
44
170
  inputs?: string;
171
+ /**
172
+ * @remarks
173
+ * Variable name.
174
+ *
175
+ * @example
176
+ * __addDeResult__
177
+ */
45
178
  name?: string;
179
+ /**
180
+ * @remarks
181
+ * Anomaly value. This field is not returned for this type of variable.
182
+ *
183
+ * @example
184
+ * This type does not have this field
185
+ */
46
186
  outlier?: string;
187
+ /**
188
+ * @remarks
189
+ * Output value threshold.
190
+ */
47
191
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectActionsOutputThreshold;
192
+ /**
193
+ * @remarks
194
+ * Parent node. This field is not returned for this type of variable.
195
+ *
196
+ * @example
197
+ * This type does not have this field
198
+ */
48
199
  parentName?: string;
200
+ /**
201
+ * @remarks
202
+ * Source type.
203
+ *
204
+ * @example
205
+ * SAF
206
+ */
49
207
  sourceType?: string;
208
+ /**
209
+ * @remarks
210
+ * Title.
211
+ *
212
+ * @example
213
+ * 决策结果
214
+ */
50
215
  title?: string;
216
+ /**
217
+ * @remarks
218
+ * Variable type.
219
+ *
220
+ * @example
221
+ * ACTION
222
+ */
51
223
  type?: string;
224
+ /**
225
+ * @remarks
226
+ * Variable metric information. This field is not returned for this type of variable.
227
+ */
52
228
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectActionsVariableVelocity;
229
+ /**
230
+ * @remarks
231
+ * x label. This type of variable does not return this field.
232
+ *
233
+ * @example
234
+ * This type does not have this field
235
+ */
53
236
  xLabel?: string;
237
+ /**
238
+ * @remarks
239
+ * y label. This type of variable does not return this field.
240
+ *
241
+ * @example
242
+ * This type does not have this field
243
+ */
54
244
  yLabel?: string;
55
245
  static names(): {
56
246
  [key: string]: string;
@@ -64,7 +254,21 @@ export declare class DescribeEventVariableListResponseBodyResultObjectActions ex
64
254
  });
65
255
  }
66
256
  export declare class DescribeEventVariableListResponseBodyResultObjectDeviceVariablesOutputThreshold extends $dara.Model {
257
+ /**
258
+ * @remarks
259
+ * The minimum value.
260
+ *
261
+ * @example
262
+ * 10
263
+ */
67
264
  maxValue?: number;
265
+ /**
266
+ * @remarks
267
+ * The minimum value.
268
+ *
269
+ * @example
270
+ * 1
271
+ */
68
272
  minValue?: number;
69
273
  static names(): {
70
274
  [key: string]: string;
@@ -78,6 +282,13 @@ export declare class DescribeEventVariableListResponseBodyResultObjectDeviceVari
78
282
  });
79
283
  }
80
284
  export declare class DescribeEventVariableListResponseBodyResultObjectDeviceVariablesVariableVelocity extends $dara.Model {
285
+ /**
286
+ * @remarks
287
+ * The IV value. This field is not returned for this type of variable.
288
+ *
289
+ * @example
290
+ * This type does not have this field
291
+ */
81
292
  iv?: string;
82
293
  static names(): {
83
294
  [key: string]: string;
@@ -91,30 +302,199 @@ export declare class DescribeEventVariableListResponseBodyResultObjectDeviceVari
91
302
  });
92
303
  }
93
304
  export declare class DescribeEventVariableListResponseBodyResultObjectDeviceVariables extends $dara.Model {
305
+ /**
306
+ * @remarks
307
+ * Variable code.
308
+ *
309
+ * @example
310
+ * queryPhoneSimulatorInfo(deviceToken)?.deviceName
311
+ */
94
312
  code?: string;
313
+ /**
314
+ * @remarks
315
+ * Data distribution display in JSON format. This field is not returned for this type of variable.
316
+ *
317
+ * @example
318
+ * This type does not have this field
319
+ */
95
320
  dataDisplay?: string;
321
+ /**
322
+ * @remarks
323
+ * Variable definition ID. This type of variable does not return this field.
324
+ *
325
+ * @example
326
+ * This type does not have this field
327
+ */
96
328
  defineId?: string;
329
+ /**
330
+ * @remarks
331
+ * Description information.
332
+ *
333
+ * @example
334
+ * 设备信息-设备名称
335
+ */
97
336
  description?: string;
337
+ /**
338
+ * @remarks
339
+ * The display type and grouping label.
340
+ *
341
+ * @example
342
+ * DEVICE
343
+ */
98
344
  displayType?: string;
345
+ /**
346
+ * @remarks
347
+ * The display value of the calculation expression. This field is not returned for this type of variable.
348
+ *
349
+ * @example
350
+ * This type does not have this field
351
+ */
99
352
  expressionTitle?: string;
353
+ /**
354
+ * @remarks
355
+ * The favorite flag.
356
+ *
357
+ * @example
358
+ * false
359
+ */
100
360
  favoriteFlag?: boolean;
361
+ /**
362
+ * @remarks
363
+ * The detailed information of the field in the field pool. This field is not returned for this type of variable.
364
+ *
365
+ * @example
366
+ * This type does not have this field
367
+ */
101
368
  fieldDetail?: string;
369
+ /**
370
+ * @remarks
371
+ * The field rank.
372
+ *
373
+ * @example
374
+ * 0
375
+ */
102
376
  fieldRank?: number;
377
+ /**
378
+ * @remarks
379
+ * The source of the field. This field is not returned for this type of variable.
380
+ *
381
+ * @example
382
+ * This type does not have this field
383
+ */
103
384
  fieldSource?: string;
385
+ /**
386
+ * @remarks
387
+ * Field type.
388
+ *
389
+ * @example
390
+ * STRING
391
+ */
104
392
  fieldType?: string;
393
+ /**
394
+ * @remarks
395
+ * Primary key ID.
396
+ *
397
+ * @example
398
+ * 41
399
+ */
105
400
  id?: number;
401
+ /**
402
+ * @remarks
403
+ * The input type of the parameter. This field is not returned for this type of variable.
404
+ *
405
+ * @example
406
+ * This type does not have this field
407
+ */
106
408
  inputFieldType?: string;
409
+ /**
410
+ * @remarks
411
+ * The required parameter. This field is not returned for this type of variable.
412
+ *
413
+ * @example
414
+ * This type does not have this field
415
+ */
107
416
  inputRequired?: string;
417
+ /**
418
+ * @remarks
419
+ * Input for the variable. This field is not returned for this type of variable.
420
+ *
421
+ * @example
422
+ * This type does not have this field
423
+ */
108
424
  inputs?: string;
425
+ /**
426
+ * @remarks
427
+ * Variable name.
428
+ *
429
+ * @example
430
+ * __device_name__
431
+ */
109
432
  name?: string;
433
+ /**
434
+ * @remarks
435
+ * The outlier value. This field is not returned for this type of variable.
436
+ *
437
+ * @example
438
+ * This type does not have this field
439
+ */
110
440
  outlier?: string;
441
+ /**
442
+ * @remarks
443
+ * The output value threshold.
444
+ */
111
445
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectDeviceVariablesOutputThreshold;
446
+ /**
447
+ * @remarks
448
+ * Parent node. This field is not returned for this type of variable.
449
+ *
450
+ * @example
451
+ * This type does not have this field
452
+ */
112
453
  parentName?: string;
454
+ /**
455
+ * @remarks
456
+ * The source type.
457
+ *
458
+ * @example
459
+ * SAF
460
+ */
113
461
  sourceType?: string;
462
+ /**
463
+ * @remarks
464
+ * Title.
465
+ *
466
+ * @example
467
+ * 设备信息-设备名称-deviceName
468
+ */
114
469
  title?: string;
470
+ /**
471
+ * @remarks
472
+ * Variable type.
473
+ *
474
+ * @example
475
+ * DEVICE
476
+ */
115
477
  type?: string;
478
+ /**
479
+ * @remarks
480
+ * The variable metric information. This field is not returned for this type of variable.
481
+ */
116
482
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectDeviceVariablesVariableVelocity;
483
+ /**
484
+ * @remarks
485
+ * The X label. This field is not returned for this type of variable.
486
+ *
487
+ * @example
488
+ * This type does not have this field
489
+ */
117
490
  xLabel?: string;
491
+ /**
492
+ * @remarks
493
+ * The Y label. This field is not returned for this type of variable.
494
+ *
495
+ * @example
496
+ * This type does not have this field
497
+ */
118
498
  yLabel?: string;
119
499
  static names(): {
120
500
  [key: string]: string;
@@ -128,7 +508,21 @@ export declare class DescribeEventVariableListResponseBodyResultObjectDeviceVari
128
508
  });
129
509
  }
130
510
  export declare class DescribeEventVariableListResponseBodyResultObjectExpressionVariablesOutputThreshold extends $dara.Model {
511
+ /**
512
+ * @remarks
513
+ * The maximum value.
514
+ *
515
+ * @example
516
+ * 10
517
+ */
131
518
  maxValue?: number;
519
+ /**
520
+ * @remarks
521
+ * The minimum value.
522
+ *
523
+ * @example
524
+ * 1
525
+ */
132
526
  minValue?: number;
133
527
  static names(): {
134
528
  [key: string]: string;
@@ -142,6 +536,13 @@ export declare class DescribeEventVariableListResponseBodyResultObjectExpression
142
536
  });
143
537
  }
144
538
  export declare class DescribeEventVariableListResponseBodyResultObjectExpressionVariablesVariableVelocity extends $dara.Model {
539
+ /**
540
+ * @remarks
541
+ * The IV value. This field is not returned for this type of variable.
542
+ *
543
+ * @example
544
+ * This type does not have this field
545
+ */
145
546
  iv?: string;
146
547
  static names(): {
147
548
  [key: string]: string;
@@ -155,30 +556,199 @@ export declare class DescribeEventVariableListResponseBodyResultObjectExpression
155
556
  });
156
557
  }
157
558
  export declare class DescribeEventVariableListResponseBodyResultObjectExpressionVariables extends $dara.Model {
559
+ /**
560
+ * @remarks
561
+ * The code of the variable.
562
+ *
563
+ * @example
564
+ * deInvokeSelfVariable(390397)
565
+ */
158
566
  code?: string;
567
+ /**
568
+ * @remarks
569
+ * Data distribution display, in JSON format. This field is not returned for this type of variable.
570
+ *
571
+ * @example
572
+ * This type does not have this field
573
+ */
159
574
  dataDisplay?: string;
575
+ /**
576
+ * @remarks
577
+ * The definition ID of the variable. This field is not returned for this type of variable.
578
+ *
579
+ * @example
580
+ * This type does not have this field
581
+ */
160
582
  defineId?: string;
583
+ /**
584
+ * @remarks
585
+ * The description of the variable.
586
+ *
587
+ * @example
588
+ * 获取手机号前7位
589
+ */
161
590
  description?: string;
591
+ /**
592
+ * @remarks
593
+ * The display type and grouping label.
594
+ *
595
+ * @example
596
+ * EXPRESSION
597
+ */
162
598
  displayType?: string;
599
+ /**
600
+ * @remarks
601
+ * The display value of the calculation expression.
602
+ *
603
+ * @example
604
+ * @testaaa +1
605
+ */
163
606
  expressionTitle?: string;
607
+ /**
608
+ * @remarks
609
+ * The favorite flag.
610
+ *
611
+ * @example
612
+ * false
613
+ */
164
614
  favoriteFlag?: boolean;
615
+ /**
616
+ * @remarks
617
+ * The detailed information of the field in the field pool. This field is not returned for this type of variable.
618
+ *
619
+ * @example
620
+ * This type does not have this field
621
+ */
165
622
  fieldDetail?: string;
623
+ /**
624
+ * @remarks
625
+ * The field rank.
626
+ *
627
+ * @example
628
+ * 0
629
+ */
166
630
  fieldRank?: number;
631
+ /**
632
+ * @remarks
633
+ * The source of the field. This field is not returned for this type of variable.
634
+ *
635
+ * @example
636
+ * This type does not have this field
637
+ */
167
638
  fieldSource?: string;
639
+ /**
640
+ * @remarks
641
+ * The input type of the variable.
642
+ *
643
+ * @example
644
+ * STRING
645
+ */
168
646
  fieldType?: string;
647
+ /**
648
+ * @remarks
649
+ * Primary key ID.
650
+ *
651
+ * @example
652
+ * 3148
653
+ */
169
654
  id?: number;
655
+ /**
656
+ * @remarks
657
+ * The input type of the parameter. This field is not returned for this type of variable.
658
+ *
659
+ * @example
660
+ * This type does not have this field
661
+ */
170
662
  inputFieldType?: string;
663
+ /**
664
+ * @remarks
665
+ * The required parameter. This field is not returned for this type of variable.
666
+ *
667
+ * @example
668
+ * This type does not have this field
669
+ */
171
670
  inputRequired?: string;
671
+ /**
672
+ * @remarks
673
+ * Multiple input parameters separated by commas. This field is not returned for this type of variable.
674
+ *
675
+ * @example
676
+ * This type does not have this field
677
+ */
172
678
  inputs?: string;
679
+ /**
680
+ * @remarks
681
+ * The name of the variable.
682
+ *
683
+ * @example
684
+ * ex_w2yIClHCc150
685
+ */
173
686
  name?: string;
687
+ /**
688
+ * @remarks
689
+ * The outlier value.
690
+ *
691
+ * @example
692
+ * -1
693
+ */
174
694
  outlier?: string;
695
+ /**
696
+ * @remarks
697
+ * The output value threshold.
698
+ */
175
699
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectExpressionVariablesOutputThreshold;
700
+ /**
701
+ * @remarks
702
+ * The parent node. This field is not returned for this type of variable.
703
+ *
704
+ * @example
705
+ * This type does not have this field
706
+ */
176
707
  parentName?: string;
708
+ /**
709
+ * @remarks
710
+ * The source type.
711
+ *
712
+ * @example
713
+ * SAF
714
+ */
177
715
  sourceType?: string;
716
+ /**
717
+ * @remarks
718
+ * Title.
719
+ *
720
+ * @example
721
+ * 获取手机号前7位
722
+ */
178
723
  title?: string;
724
+ /**
725
+ * @remarks
726
+ * The type of the variable.
727
+ *
728
+ * @example
729
+ * EXPRESSION
730
+ */
179
731
  type?: string;
732
+ /**
733
+ * @remarks
734
+ * The variable metric information. This field is not returned for this type of variable.
735
+ */
180
736
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectExpressionVariablesVariableVelocity;
737
+ /**
738
+ * @remarks
739
+ * The X label. This field is not returned for this type of variable.
740
+ *
741
+ * @example
742
+ * This type does not have this field
743
+ */
181
744
  xLabel?: string;
745
+ /**
746
+ * @remarks
747
+ * The Y label. This field is not returned for this type of variable.
748
+ *
749
+ * @example
750
+ * This type does not have this field
751
+ */
182
752
  yLabel?: string;
183
753
  static names(): {
184
754
  [key: string]: string;
@@ -192,7 +762,21 @@ export declare class DescribeEventVariableListResponseBodyResultObjectExpression
192
762
  });
193
763
  }
194
764
  export declare class DescribeEventVariableListResponseBodyResultObjectFavoriteVariablesOutputThreshold extends $dara.Model {
765
+ /**
766
+ * @remarks
767
+ * Maximum value.
768
+ *
769
+ * @example
770
+ * 10
771
+ */
195
772
  maxValue?: number;
773
+ /**
774
+ * @remarks
775
+ * Minimum value.
776
+ *
777
+ * @example
778
+ * 1
779
+ */
196
780
  minValue?: number;
197
781
  static names(): {
198
782
  [key: string]: string;
@@ -206,6 +790,13 @@ export declare class DescribeEventVariableListResponseBodyResultObjectFavoriteVa
206
790
  });
207
791
  }
208
792
  export declare class DescribeEventVariableListResponseBodyResultObjectFavoriteVariablesVariableVelocity extends $dara.Model {
793
+ /**
794
+ * @remarks
795
+ * iv value. This type of variable does not return this field.
796
+ *
797
+ * @example
798
+ * This type does not have this field
799
+ */
209
800
  iv?: string;
210
801
  static names(): {
211
802
  [key: string]: string;
@@ -219,30 +810,199 @@ export declare class DescribeEventVariableListResponseBodyResultObjectFavoriteVa
219
810
  });
220
811
  }
221
812
  export declare class DescribeEventVariableListResponseBodyResultObjectFavoriteVariables extends $dara.Model {
813
+ /**
814
+ * @remarks
815
+ * Variable code.
816
+ *
817
+ * @example
818
+ * deFunctionProcess(ip,\\"isIp\\")
819
+ */
222
820
  code?: string;
821
+ /**
822
+ * @remarks
823
+ * Data distribution display in JSON format. This field is not returned for this type of variable.
824
+ *
825
+ * @example
826
+ * This type does not have this field
827
+ */
223
828
  dataDisplay?: string;
829
+ /**
830
+ * @remarks
831
+ * Variable definition ID.
832
+ *
833
+ * @example
834
+ * 16
835
+ */
224
836
  defineId?: string;
837
+ /**
838
+ * @remarks
839
+ * Description of the variable.
840
+ *
841
+ * @example
842
+ * 判断是否符合IPv4标准
843
+ */
225
844
  description?: string;
845
+ /**
846
+ * @remarks
847
+ * Display type and group label.
848
+ *
849
+ * @example
850
+ * SYSTEM_BIND
851
+ */
226
852
  displayType?: string;
853
+ /**
854
+ * @remarks
855
+ * Expression display value. This type of variable does not return this field.
856
+ *
857
+ * @example
858
+ * This type does not have this field
859
+ */
227
860
  expressionTitle?: string;
861
+ /**
862
+ * @remarks
863
+ * Favorite identifier.
864
+ *
865
+ * @example
866
+ * false
867
+ */
228
868
  favoriteFlag?: boolean;
869
+ /**
870
+ * @remarks
871
+ * Details of the field pool. This type of variable does not return this field.
872
+ *
873
+ * @example
874
+ * This type does not have this field
875
+ */
229
876
  fieldDetail?: string;
877
+ /**
878
+ * @remarks
879
+ * Field sorting.
880
+ *
881
+ * @example
882
+ * 0
883
+ */
230
884
  fieldRank?: number;
885
+ /**
886
+ * @remarks
887
+ * Source of the field. This type of variable does not return this field.
888
+ *
889
+ * @example
890
+ * This type does not have this field
891
+ */
231
892
  fieldSource?: string;
893
+ /**
894
+ * @remarks
895
+ * Field type.
896
+ *
897
+ * @example
898
+ * BOOLEAN
899
+ */
232
900
  fieldType?: string;
901
+ /**
902
+ * @remarks
903
+ * Primary key ID.
904
+ *
905
+ * @example
906
+ * 34
907
+ */
233
908
  id?: number;
909
+ /**
910
+ * @remarks
911
+ * Input type of the parameter. This field is not returned for this type of variable.
912
+ *
913
+ * @example
914
+ * This type does not have this field
915
+ */
234
916
  inputFieldType?: string;
917
+ /**
918
+ * @remarks
919
+ * Required parameter. This field is not returned for this type of variable.
920
+ *
921
+ * @example
922
+ * This type does not have this field
923
+ */
235
924
  inputRequired?: string;
925
+ /**
926
+ * @remarks
927
+ * Input parameters should be separated by commas. Some variables may not have this field.
928
+ *
929
+ * @example
930
+ * ip
931
+ */
236
932
  inputs?: string;
933
+ /**
934
+ * @remarks
935
+ * Variable name.
936
+ *
937
+ * @example
938
+ * __isIpAddressV4__
939
+ */
237
940
  name?: string;
941
+ /**
942
+ * @remarks
943
+ * Anomaly value. This field is not returned for this type of variable.
944
+ *
945
+ * @example
946
+ * This type does not have this field
947
+ */
238
948
  outlier?: string;
949
+ /**
950
+ * @remarks
951
+ * Output value threshold.
952
+ */
239
953
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectFavoriteVariablesOutputThreshold;
954
+ /**
955
+ * @remarks
956
+ * Parent node. This field is not returned for this type of variable.
957
+ *
958
+ * @example
959
+ * This type does not have this field
960
+ */
240
961
  parentName?: string;
962
+ /**
963
+ * @remarks
964
+ * Source type.
965
+ *
966
+ * @example
967
+ * SAF
968
+ */
241
969
  sourceType?: string;
970
+ /**
971
+ * @remarks
972
+ * Title.
973
+ *
974
+ * @example
975
+ * IP是否符合IPV4格式
976
+ */
242
977
  title?: string;
978
+ /**
979
+ * @remarks
980
+ * Variable type.
981
+ *
982
+ * @example
983
+ * SYSTEM_BIND
984
+ */
243
985
  type?: string;
986
+ /**
987
+ * @remarks
988
+ * Variable metric information. This field is not returned for this type of variable.
989
+ */
244
990
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectFavoriteVariablesVariableVelocity;
991
+ /**
992
+ * @remarks
993
+ * x label. This type of variable does not return this field.
994
+ *
995
+ * @example
996
+ * This type does not have this field
997
+ */
245
998
  xLabel?: string;
999
+ /**
1000
+ * @remarks
1001
+ * y label. This type of variable does not return this field.
1002
+ *
1003
+ * @example
1004
+ * This type does not have this field
1005
+ */
246
1006
  yLabel?: string;
247
1007
  static names(): {
248
1008
  [key: string]: string;
@@ -256,7 +1016,21 @@ export declare class DescribeEventVariableListResponseBodyResultObjectFavoriteVa
256
1016
  });
257
1017
  }
258
1018
  export declare class DescribeEventVariableListResponseBodyResultObjectMiddleVariablesOutputThreshold extends $dara.Model {
1019
+ /**
1020
+ * @remarks
1021
+ * Maximum value.
1022
+ *
1023
+ * @example
1024
+ * 10
1025
+ */
259
1026
  maxValue?: number;
1027
+ /**
1028
+ * @remarks
1029
+ * Minimum value.
1030
+ *
1031
+ * @example
1032
+ * 0
1033
+ */
260
1034
  minValue?: number;
261
1035
  static names(): {
262
1036
  [key: string]: string;
@@ -270,6 +1044,13 @@ export declare class DescribeEventVariableListResponseBodyResultObjectMiddleVari
270
1044
  });
271
1045
  }
272
1046
  export declare class DescribeEventVariableListResponseBodyResultObjectMiddleVariablesVariableVelocity extends $dara.Model {
1047
+ /**
1048
+ * @remarks
1049
+ * id value. This type of variable does not return this field.
1050
+ *
1051
+ * @example
1052
+ * This type does not have this field
1053
+ */
273
1054
  iv?: string;
274
1055
  static names(): {
275
1056
  [key: string]: string;
@@ -283,30 +1064,199 @@ export declare class DescribeEventVariableListResponseBodyResultObjectMiddleVari
283
1064
  });
284
1065
  }
285
1066
  export declare class DescribeEventVariableListResponseBodyResultObjectMiddleVariables extends $dara.Model {
1067
+ /**
1068
+ * @remarks
1069
+ * Variable code.
1070
+ *
1071
+ * @example
1072
+ * mid
1073
+ */
286
1074
  code?: string;
1075
+ /**
1076
+ * @remarks
1077
+ * Data distribution display in JSON format. This field is not returned for this type of variable.
1078
+ *
1079
+ * @example
1080
+ * This type does not have this field
1081
+ */
287
1082
  dataDisplay?: string;
1083
+ /**
1084
+ * @remarks
1085
+ * Variable definition ID.
1086
+ *
1087
+ * @example
1088
+ * register
1089
+ */
288
1090
  defineId?: string;
1091
+ /**
1092
+ * @remarks
1093
+ * Variable description.
1094
+ *
1095
+ * @example
1096
+ * description
1097
+ */
289
1098
  description?: string;
1099
+ /**
1100
+ * @remarks
1101
+ * Display type and group label.
1102
+ *
1103
+ * @example
1104
+ * MIDDLE
1105
+ */
290
1106
  displayType?: string;
1107
+ /**
1108
+ * @remarks
1109
+ * Calculate the display value of the expression. This type of variable does not return this field.
1110
+ *
1111
+ * @example
1112
+ * This type does not have this field
1113
+ */
291
1114
  expressionTitle?: string;
1115
+ /**
1116
+ * @remarks
1117
+ * Favorite identifier.
1118
+ *
1119
+ * @example
1120
+ * false
1121
+ */
292
1122
  favoriteFlag?: boolean;
1123
+ /**
1124
+ * @remarks
1125
+ * Details of the field pool. This type of variable does not return this field.
1126
+ *
1127
+ * @example
1128
+ * This type does not have this field
1129
+ */
293
1130
  fieldDetail?: string;
1131
+ /**
1132
+ * @remarks
1133
+ * Field sorting.
1134
+ *
1135
+ * @example
1136
+ * 0
1137
+ */
294
1138
  fieldRank?: number;
1139
+ /**
1140
+ * @remarks
1141
+ * Variable source.
1142
+ *
1143
+ * @example
1144
+ * DEFAULT
1145
+ */
295
1146
  fieldSource?: string;
1147
+ /**
1148
+ * @remarks
1149
+ * Field type.
1150
+ *
1151
+ * @example
1152
+ * STRING
1153
+ */
296
1154
  fieldType?: string;
1155
+ /**
1156
+ * @remarks
1157
+ * Primary key ID.
1158
+ *
1159
+ * @example
1160
+ * 49
1161
+ */
297
1162
  id?: number;
1163
+ /**
1164
+ * @remarks
1165
+ * Input field type, indicating the type of input parameters, mainly used for function classification. This type of variable does not return this field.
1166
+ *
1167
+ * @example
1168
+ * This type does not have this field
1169
+ */
298
1170
  inputFieldType?: string;
1171
+ /**
1172
+ * @remarks
1173
+ * Required parameter. This field is not returned for this type of variable.
1174
+ *
1175
+ * @example
1176
+ * This type does not have this field
1177
+ */
299
1178
  inputRequired?: string;
1179
+ /**
1180
+ * @remarks
1181
+ * Input of the variable.
1182
+ *
1183
+ * @example
1184
+ * This type does not have this field
1185
+ */
300
1186
  inputs?: string;
1187
+ /**
1188
+ * @remarks
1189
+ * Variable name.
1190
+ *
1191
+ * @example
1192
+ * mid
1193
+ */
301
1194
  name?: string;
1195
+ /**
1196
+ * @remarks
1197
+ * Outlier value. This field is not returned for this type of variable.
1198
+ *
1199
+ * @example
1200
+ * This type does not have this field
1201
+ */
302
1202
  outlier?: string;
1203
+ /**
1204
+ * @remarks
1205
+ * Output value threshold.
1206
+ */
303
1207
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectMiddleVariablesOutputThreshold;
1208
+ /**
1209
+ * @remarks
1210
+ * Parent node. This field is not returned for this type of variable.
1211
+ *
1212
+ * @example
1213
+ * This type does not have this field
1214
+ */
304
1215
  parentName?: string;
1216
+ /**
1217
+ * @remarks
1218
+ * Source type.
1219
+ *
1220
+ * @example
1221
+ * SAF
1222
+ */
305
1223
  sourceType?: string;
1224
+ /**
1225
+ * @remarks
1226
+ * Title.
1227
+ *
1228
+ * @example
1229
+ * midVaribale
1230
+ */
306
1231
  title?: string;
1232
+ /**
1233
+ * @remarks
1234
+ * Variable type.
1235
+ *
1236
+ * @example
1237
+ * MIDDLE
1238
+ */
307
1239
  type?: string;
1240
+ /**
1241
+ * @remarks
1242
+ * Variable metric information. This type of variable does not return this field.
1243
+ */
308
1244
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectMiddleVariablesVariableVelocity;
1245
+ /**
1246
+ * @remarks
1247
+ * x label. This type of variable does not return this field.
1248
+ *
1249
+ * @example
1250
+ * This type does not have this field
1251
+ */
309
1252
  xLabel?: string;
1253
+ /**
1254
+ * @remarks
1255
+ * y label. This type of variable does not return this field.
1256
+ *
1257
+ * @example
1258
+ * This type does not have this field
1259
+ */
310
1260
  yLabel?: string;
311
1261
  static names(): {
312
1262
  [key: string]: string;
@@ -320,7 +1270,21 @@ export declare class DescribeEventVariableListResponseBodyResultObjectMiddleVari
320
1270
  });
321
1271
  }
322
1272
  export declare class DescribeEventVariableListResponseBodyResultObjectModelVariablesOutputThreshold extends $dara.Model {
1273
+ /**
1274
+ * @remarks
1275
+ * The maximum value.
1276
+ *
1277
+ * @example
1278
+ * 10
1279
+ */
323
1280
  maxValue?: number;
1281
+ /**
1282
+ * @remarks
1283
+ * The minimum value.
1284
+ *
1285
+ * @example
1286
+ * 1
1287
+ */
324
1288
  minValue?: number;
325
1289
  static names(): {
326
1290
  [key: string]: string;
@@ -334,6 +1298,13 @@ export declare class DescribeEventVariableListResponseBodyResultObjectModelVaria
334
1298
  });
335
1299
  }
336
1300
  export declare class DescribeEventVariableListResponseBodyResultObjectModelVariablesVariableVelocity extends $dara.Model {
1301
+ /**
1302
+ * @remarks
1303
+ * The IV value. This field is not returned for this type of variable.
1304
+ *
1305
+ * @example
1306
+ * This type does not have this field
1307
+ */
337
1308
  iv?: string;
338
1309
  static names(): {
339
1310
  [key: string]: string;
@@ -347,30 +1318,199 @@ export declare class DescribeEventVariableListResponseBodyResultObjectModelVaria
347
1318
  });
348
1319
  }
349
1320
  export declare class DescribeEventVariableListResponseBodyResultObjectModelVariables extends $dara.Model {
1321
+ /**
1322
+ * @remarks
1323
+ * The code of the model variable.
1324
+ *
1325
+ * @example
1326
+ * getAIData(model)
1327
+ */
350
1328
  code?: string;
1329
+ /**
1330
+ * @remarks
1331
+ * Data distribution display, in JSON format. This field is not returned for this type of variable.
1332
+ *
1333
+ * @example
1334
+ * This type does not have this field
1335
+ */
351
1336
  dataDisplay?: string;
1337
+ /**
1338
+ * @remarks
1339
+ * The definition ID of the model variable. This field is not returned for this type of variable.
1340
+ *
1341
+ * @example
1342
+ * This type does not have this field
1343
+ */
352
1344
  defineId?: string;
1345
+ /**
1346
+ * @remarks
1347
+ * The description of the model variable.
1348
+ *
1349
+ * @example
1350
+ * BL_t_show
1351
+ */
353
1352
  description?: string;
1353
+ /**
1354
+ * @remarks
1355
+ * The display type and grouping label.
1356
+ *
1357
+ * @example
1358
+ * MODEL
1359
+ */
354
1360
  displayType?: string;
1361
+ /**
1362
+ * @remarks
1363
+ * The display value of the calculation expression. This field is not returned for this type of variable.
1364
+ *
1365
+ * @example
1366
+ * This type does not have this field
1367
+ */
355
1368
  expressionTitle?: string;
1369
+ /**
1370
+ * @remarks
1371
+ * The favorite flag.
1372
+ *
1373
+ * @example
1374
+ * false
1375
+ */
356
1376
  favoriteFlag?: boolean;
1377
+ /**
1378
+ * @remarks
1379
+ * The detailed information of the field in the field pool. This field is not returned for this type of variable.
1380
+ *
1381
+ * @example
1382
+ * This type does not have this field
1383
+ */
357
1384
  fieldDetail?: string;
1385
+ /**
1386
+ * @remarks
1387
+ * The field rank.
1388
+ *
1389
+ * @example
1390
+ * 0
1391
+ */
358
1392
  fieldRank?: number;
1393
+ /**
1394
+ * @remarks
1395
+ * The source of the field. This field is not returned for this type of variable.
1396
+ *
1397
+ * @example
1398
+ * This type does not have this field
1399
+ */
359
1400
  fieldSource?: string;
1401
+ /**
1402
+ * @remarks
1403
+ * The type of the field.
1404
+ *
1405
+ * @example
1406
+ * DOUBLE
1407
+ */
360
1408
  fieldType?: string;
1409
+ /**
1410
+ * @remarks
1411
+ * The primary key ID of the model variable.
1412
+ *
1413
+ * @example
1414
+ * 43
1415
+ */
361
1416
  id?: number;
1417
+ /**
1418
+ * @remarks
1419
+ * The input type of the parameter. This field is not returned for this type of variable.
1420
+ *
1421
+ * @example
1422
+ * This type does not have this field
1423
+ */
362
1424
  inputFieldType?: string;
1425
+ /**
1426
+ * @remarks
1427
+ * The required parameter. This field is not returned for this type of variable.
1428
+ *
1429
+ * @example
1430
+ * This type does not have this field
1431
+ */
363
1432
  inputRequired?: string;
1433
+ /**
1434
+ * @remarks
1435
+ * Multiple input parameters separated by commas. This field is not returned for this type of variable.
1436
+ *
1437
+ * @example
1438
+ * This type does not have this field
1439
+ */
364
1440
  inputs?: string;
1441
+ /**
1442
+ * @remarks
1443
+ * The name of the model variable.
1444
+ *
1445
+ * @example
1446
+ * mo_qbbyf33o66f2
1447
+ */
365
1448
  name?: string;
1449
+ /**
1450
+ * @remarks
1451
+ * The outlier value. This field is not returned for this type of variable.
1452
+ *
1453
+ * @example
1454
+ * This type does not have this field
1455
+ */
366
1456
  outlier?: string;
1457
+ /**
1458
+ * @remarks
1459
+ * The output value threshold.
1460
+ */
367
1461
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectModelVariablesOutputThreshold;
1462
+ /**
1463
+ * @remarks
1464
+ * The parent node. This field is not returned for this type of variable.
1465
+ *
1466
+ * @example
1467
+ * This type does not have this field
1468
+ */
368
1469
  parentName?: string;
1470
+ /**
1471
+ * @remarks
1472
+ * The source type.
1473
+ *
1474
+ * @example
1475
+ * SAF
1476
+ */
369
1477
  sourceType?: string;
1478
+ /**
1479
+ * @remarks
1480
+ * The title of the model variable.
1481
+ *
1482
+ * @example
1483
+ * BL_t_show
1484
+ */
370
1485
  title?: string;
1486
+ /**
1487
+ * @remarks
1488
+ * The type of the model variable.
1489
+ *
1490
+ * @example
1491
+ * MODEL
1492
+ */
371
1493
  type?: string;
1494
+ /**
1495
+ * @remarks
1496
+ * The variable metric information. This field is not returned for this type of variable.
1497
+ */
372
1498
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectModelVariablesVariableVelocity;
1499
+ /**
1500
+ * @remarks
1501
+ * The X label. This field is not returned for this type of variable.
1502
+ *
1503
+ * @example
1504
+ * This type does not have this field
1505
+ */
373
1506
  xLabel?: string;
1507
+ /**
1508
+ * @remarks
1509
+ * The Y label. This field is not returned for this type of variable.
1510
+ *
1511
+ * @example
1512
+ * This type does not have this field
1513
+ */
374
1514
  yLabel?: string;
375
1515
  static names(): {
376
1516
  [key: string]: string;
@@ -384,7 +1524,21 @@ export declare class DescribeEventVariableListResponseBodyResultObjectModelVaria
384
1524
  });
385
1525
  }
386
1526
  export declare class DescribeEventVariableListResponseBodyResultObjectNameListOutputThreshold extends $dara.Model {
1527
+ /**
1528
+ * @remarks
1529
+ * Maximum value.
1530
+ *
1531
+ * @example
1532
+ * 10
1533
+ */
387
1534
  maxValue?: number;
1535
+ /**
1536
+ * @remarks
1537
+ * Minimum value.
1538
+ *
1539
+ * @example
1540
+ * 1
1541
+ */
388
1542
  minValue?: number;
389
1543
  static names(): {
390
1544
  [key: string]: string;
@@ -398,6 +1552,13 @@ export declare class DescribeEventVariableListResponseBodyResultObjectNameListOu
398
1552
  });
399
1553
  }
400
1554
  export declare class DescribeEventVariableListResponseBodyResultObjectNameListVariableVelocity extends $dara.Model {
1555
+ /**
1556
+ * @remarks
1557
+ * iv value. This type of variable does not return this field.
1558
+ *
1559
+ * @example
1560
+ * This type does not have this field
1561
+ */
401
1562
  iv?: string;
402
1563
  static names(): {
403
1564
  [key: string]: string;
@@ -411,30 +1572,199 @@ export declare class DescribeEventVariableListResponseBodyResultObjectNameListVa
411
1572
  });
412
1573
  }
413
1574
  export declare class DescribeEventVariableListResponseBodyResultObjectNameList extends $dara.Model {
1575
+ /**
1576
+ * @remarks
1577
+ * Variable code.
1578
+ *
1579
+ * @example
1580
+ * nl_UN8otElLb490
1581
+ */
414
1582
  code?: string;
1583
+ /**
1584
+ * @remarks
1585
+ * Data distribution display in JSON format. This field is not currently returned.
1586
+ *
1587
+ * @example
1588
+ * This type does not have this field
1589
+ */
415
1590
  dataDisplay?: string;
1591
+ /**
1592
+ * @remarks
1593
+ * Variable definition ID. This type of variable does not return this field.
1594
+ *
1595
+ * @example
1596
+ * This type does not have this field
1597
+ */
416
1598
  defineId?: string;
1599
+ /**
1600
+ * @remarks
1601
+ * Description information.
1602
+ *
1603
+ * @example
1604
+ * 描述
1605
+ */
417
1606
  description?: string;
1607
+ /**
1608
+ * @remarks
1609
+ * Display type and group label.
1610
+ *
1611
+ * @example
1612
+ * NAME_LIST
1613
+ */
418
1614
  displayType?: string;
1615
+ /**
1616
+ * @remarks
1617
+ * Calculate the expression display value. This type of variable does not return this field.
1618
+ *
1619
+ * @example
1620
+ * This type does not have this field
1621
+ */
419
1622
  expressionTitle?: string;
1623
+ /**
1624
+ * @remarks
1625
+ * Favorite identifier.
1626
+ *
1627
+ * @example
1628
+ * false
1629
+ */
420
1630
  favoriteFlag?: boolean;
1631
+ /**
1632
+ * @remarks
1633
+ * Details of the field pool. This type of variable does not return this field.
1634
+ *
1635
+ * @example
1636
+ * This type does not have this field
1637
+ */
421
1638
  fieldDetail?: string;
1639
+ /**
1640
+ * @remarks
1641
+ * Field sorting.
1642
+ *
1643
+ * @example
1644
+ * 0
1645
+ */
422
1646
  fieldRank?: number;
1647
+ /**
1648
+ * @remarks
1649
+ * Source of the field. This type of variable does not return this field.
1650
+ *
1651
+ * @example
1652
+ * This type does not have this field
1653
+ */
423
1654
  fieldSource?: string;
1655
+ /**
1656
+ * @remarks
1657
+ * Field type. This field is not returned for this type of variable.
1658
+ *
1659
+ * @example
1660
+ * This type does not have this field
1661
+ */
424
1662
  fieldType?: string;
1663
+ /**
1664
+ * @remarks
1665
+ * Primary key ID.
1666
+ *
1667
+ * @example
1668
+ * 34
1669
+ */
425
1670
  id?: number;
1671
+ /**
1672
+ * @remarks
1673
+ * Input type of the parameter. This field is not returned for this type of variable.
1674
+ *
1675
+ * @example
1676
+ * This type does not have this field
1677
+ */
426
1678
  inputFieldType?: string;
1679
+ /**
1680
+ * @remarks
1681
+ * Required parameter. This field is not returned for this type of variable.
1682
+ *
1683
+ * @example
1684
+ * This type does not have this field
1685
+ */
427
1686
  inputRequired?: string;
1687
+ /**
1688
+ * @remarks
1689
+ * Input parameters. This field is not returned for this type of variable.
1690
+ *
1691
+ * @example
1692
+ * This type does not have this field
1693
+ */
428
1694
  inputs?: string;
1695
+ /**
1696
+ * @remarks
1697
+ * Variable name.
1698
+ *
1699
+ * @example
1700
+ * nl_UN8otElLb490
1701
+ */
429
1702
  name?: string;
1703
+ /**
1704
+ * @remarks
1705
+ * Outlier value. This field is not returned for this type of variable.
1706
+ *
1707
+ * @example
1708
+ * This type does not have this field
1709
+ */
430
1710
  outlier?: string;
1711
+ /**
1712
+ * @remarks
1713
+ * Output value threshold.
1714
+ */
431
1715
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectNameListOutputThreshold;
1716
+ /**
1717
+ * @remarks
1718
+ * Parent node. This field is not returned currently.
1719
+ *
1720
+ * @example
1721
+ * This type does not have this field
1722
+ */
432
1723
  parentName?: string;
1724
+ /**
1725
+ * @remarks
1726
+ * Source type.
1727
+ *
1728
+ * @example
1729
+ * SAF
1730
+ */
433
1731
  sourceType?: string;
1732
+ /**
1733
+ * @remarks
1734
+ * Title.
1735
+ *
1736
+ * @example
1737
+ * 白名单
1738
+ */
434
1739
  title?: string;
1740
+ /**
1741
+ * @remarks
1742
+ * Variable type.
1743
+ *
1744
+ * @example
1745
+ * NAME_LIST
1746
+ */
435
1747
  type?: string;
1748
+ /**
1749
+ * @remarks
1750
+ * Variable metric information. This field is not returned for this type of variable.
1751
+ */
436
1752
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectNameListVariableVelocity;
1753
+ /**
1754
+ * @remarks
1755
+ * x label. This type of variable does not return this field.
1756
+ *
1757
+ * @example
1758
+ * This type does not have this field
1759
+ */
437
1760
  xLabel?: string;
1761
+ /**
1762
+ * @remarks
1763
+ * y label. This type of variable does not return this field.
1764
+ *
1765
+ * @example
1766
+ * This type does not have this field
1767
+ */
438
1768
  yLabel?: string;
439
1769
  static names(): {
440
1770
  [key: string]: string;
@@ -448,7 +1778,21 @@ export declare class DescribeEventVariableListResponseBodyResultObjectNameList e
448
1778
  });
449
1779
  }
450
1780
  export declare class DescribeEventVariableListResponseBodyResultObjectNativeVariableFunctionsOutputThreshold extends $dara.Model {
1781
+ /**
1782
+ * @remarks
1783
+ * Maximum value.
1784
+ *
1785
+ * @example
1786
+ * 10
1787
+ */
451
1788
  maxValue?: number;
1789
+ /**
1790
+ * @remarks
1791
+ * Minimum value.
1792
+ *
1793
+ * @example
1794
+ * 0
1795
+ */
452
1796
  minValue?: number;
453
1797
  static names(): {
454
1798
  [key: string]: string;
@@ -462,6 +1806,13 @@ export declare class DescribeEventVariableListResponseBodyResultObjectNativeVari
462
1806
  });
463
1807
  }
464
1808
  export declare class DescribeEventVariableListResponseBodyResultObjectNativeVariableFunctionsVariableVelocity extends $dara.Model {
1809
+ /**
1810
+ * @remarks
1811
+ * iv value. This type of variable does not return this field.
1812
+ *
1813
+ * @example
1814
+ * This type does not have this field
1815
+ */
465
1816
  iv?: string;
466
1817
  static names(): {
467
1818
  [key: string]: string;
@@ -475,30 +1826,199 @@ export declare class DescribeEventVariableListResponseBodyResultObjectNativeVari
475
1826
  });
476
1827
  }
477
1828
  export declare class DescribeEventVariableListResponseBodyResultObjectNativeVariableFunctions extends $dara.Model {
1829
+ /**
1830
+ * @remarks
1831
+ * Variable code.
1832
+ *
1833
+ * @example
1834
+ * getHourOfTimestamp({data})
1835
+ */
478
1836
  code?: string;
1837
+ /**
1838
+ * @remarks
1839
+ * Data distribution display in JSON format. This field is not returned for this type of variable.
1840
+ *
1841
+ * @example
1842
+ * This type does not have this field
1843
+ */
479
1844
  dataDisplay?: string;
1845
+ /**
1846
+ * @remarks
1847
+ * Variable definition ID. This type of variable does not return this field.
1848
+ *
1849
+ * @example
1850
+ * This type does not have this field
1851
+ */
480
1852
  defineId?: string;
1853
+ /**
1854
+ * @remarks
1855
+ * Description information.
1856
+ *
1857
+ * @example
1858
+ * 时间戳,可以是秒或者毫秒
1859
+ */
481
1860
  description?: string;
1861
+ /**
1862
+ * @remarks
1863
+ * Display type and group label.
1864
+ *
1865
+ * @example
1866
+ * FUNC
1867
+ */
482
1868
  displayType?: string;
1869
+ /**
1870
+ * @remarks
1871
+ * Calculate the expression display value. This field is not returned for this type of variable.
1872
+ *
1873
+ * @example
1874
+ * This type does not have this field
1875
+ */
483
1876
  expressionTitle?: string;
1877
+ /**
1878
+ * @remarks
1879
+ * Favorite identifier.
1880
+ *
1881
+ * @example
1882
+ * false
1883
+ */
484
1884
  favoriteFlag?: boolean;
1885
+ /**
1886
+ * @remarks
1887
+ * Details of the field pool. This type of variable does not return this field.
1888
+ *
1889
+ * @example
1890
+ * This type does not have this field
1891
+ */
485
1892
  fieldDetail?: string;
1893
+ /**
1894
+ * @remarks
1895
+ * Field sorting.
1896
+ *
1897
+ * @example
1898
+ * 0
1899
+ */
486
1900
  fieldRank?: number;
1901
+ /**
1902
+ * @remarks
1903
+ * Source of the field. This type of variable does not return this field.
1904
+ *
1905
+ * @example
1906
+ * This type does not have this field
1907
+ */
487
1908
  fieldSource?: string;
1909
+ /**
1910
+ * @remarks
1911
+ * Variable return type.
1912
+ *
1913
+ * @example
1914
+ * LONG
1915
+ */
488
1916
  fieldType?: string;
1917
+ /**
1918
+ * @remarks
1919
+ * Primary key ID.
1920
+ *
1921
+ * @example
1922
+ * 93
1923
+ */
489
1924
  id?: number;
1925
+ /**
1926
+ * @remarks
1927
+ * The input type of the parameter.
1928
+ *
1929
+ * @example
1930
+ * DATE
1931
+ */
490
1932
  inputFieldType?: string;
1933
+ /**
1934
+ * @remarks
1935
+ * Required parameter. This field is not returned for this type of variable.
1936
+ *
1937
+ * @example
1938
+ * This type does not have this field
1939
+ */
491
1940
  inputRequired?: string;
1941
+ /**
1942
+ * @remarks
1943
+ * Input field. This type of variable does not return this field.
1944
+ *
1945
+ * @example
1946
+ * This type does not have this field
1947
+ */
492
1948
  inputs?: string;
1949
+ /**
1950
+ * @remarks
1951
+ * Variable name.
1952
+ *
1953
+ * @example
1954
+ * __getHourOfTimestamp__
1955
+ */
493
1956
  name?: string;
1957
+ /**
1958
+ * @remarks
1959
+ * Exception value. This type of variable does not return this field.
1960
+ *
1961
+ * @example
1962
+ * This type does not have this field
1963
+ */
494
1964
  outlier?: string;
1965
+ /**
1966
+ * @remarks
1967
+ * Output value threshold.
1968
+ */
495
1969
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectNativeVariableFunctionsOutputThreshold;
1970
+ /**
1971
+ * @remarks
1972
+ * Parent node. This field is not returned for this type of variable.
1973
+ *
1974
+ * @example
1975
+ * This type does not have this field
1976
+ */
496
1977
  parentName?: string;
1978
+ /**
1979
+ * @remarks
1980
+ * Source type.
1981
+ *
1982
+ * @example
1983
+ * SAF
1984
+ */
497
1985
  sourceType?: string;
1986
+ /**
1987
+ * @remarks
1988
+ * Variable title.
1989
+ *
1990
+ * @example
1991
+ * 根据时间戳获取小时
1992
+ */
498
1993
  title?: string;
1994
+ /**
1995
+ * @remarks
1996
+ * Variable type.
1997
+ *
1998
+ * @example
1999
+ * FUNC
2000
+ */
499
2001
  type?: string;
2002
+ /**
2003
+ * @remarks
2004
+ * Variable metric information. This type of variable does not return this field.
2005
+ */
500
2006
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectNativeVariableFunctionsVariableVelocity;
2007
+ /**
2008
+ * @remarks
2009
+ * x label. This type of variable does not return this field.
2010
+ *
2011
+ * @example
2012
+ * This type does not have this field
2013
+ */
501
2014
  xLabel?: string;
2015
+ /**
2016
+ * @remarks
2017
+ * y label. This type of variable does not return this field.
2018
+ *
2019
+ * @example
2020
+ * This type does not have this field
2021
+ */
502
2022
  yLabel?: string;
503
2023
  static names(): {
504
2024
  [key: string]: string;
@@ -512,7 +2032,21 @@ export declare class DescribeEventVariableListResponseBodyResultObjectNativeVari
512
2032
  });
513
2033
  }
514
2034
  export declare class DescribeEventVariableListResponseBodyResultObjectNativeVariablesOutputThreshold extends $dara.Model {
2035
+ /**
2036
+ * @remarks
2037
+ * Maximum value.
2038
+ *
2039
+ * @example
2040
+ * 10
2041
+ */
515
2042
  maxValue?: number;
2043
+ /**
2044
+ * @remarks
2045
+ * Minimum value.
2046
+ *
2047
+ * @example
2048
+ * 1
2049
+ */
516
2050
  minValue?: number;
517
2051
  static names(): {
518
2052
  [key: string]: string;
@@ -526,6 +2060,13 @@ export declare class DescribeEventVariableListResponseBodyResultObjectNativeVari
526
2060
  });
527
2061
  }
528
2062
  export declare class DescribeEventVariableListResponseBodyResultObjectNativeVariablesVariableVelocity extends $dara.Model {
2063
+ /**
2064
+ * @remarks
2065
+ * iv value.
2066
+ *
2067
+ * @example
2068
+ * 无
2069
+ */
529
2070
  iv?: string;
530
2071
  static names(): {
531
2072
  [key: string]: string;
@@ -539,30 +2080,199 @@ export declare class DescribeEventVariableListResponseBodyResultObjectNativeVari
539
2080
  });
540
2081
  }
541
2082
  export declare class DescribeEventVariableListResponseBodyResultObjectNativeVariables extends $dara.Model {
2083
+ /**
2084
+ * @remarks
2085
+ * variable code.
2086
+ *
2087
+ * @example
2088
+ * age
2089
+ */
542
2090
  code?: string;
2091
+ /**
2092
+ * @remarks
2093
+ * Data distribution display, in JSON format.
2094
+ *
2095
+ * @example
2096
+ * {}
2097
+ */
543
2098
  dataDisplay?: string;
2099
+ /**
2100
+ * @remarks
2101
+ * Associated variable definition ID.
2102
+ *
2103
+ * @example
2104
+ * register
2105
+ */
544
2106
  defineId?: string;
2107
+ /**
2108
+ * @remarks
2109
+ * Variable description.
2110
+ *
2111
+ * @example
2112
+ * 描述
2113
+ */
545
2114
  description?: string;
2115
+ /**
2116
+ * @remarks
2117
+ * Display type and group label.
2118
+ *
2119
+ * @example
2120
+ * NATIVE
2121
+ */
546
2122
  displayType?: string;
2123
+ /**
2124
+ * @remarks
2125
+ * Calculate expression display value.
2126
+ *
2127
+ * @example
2128
+ * 无
2129
+ */
547
2130
  expressionTitle?: string;
2131
+ /**
2132
+ * @remarks
2133
+ * Favorite Identifier.
2134
+ *
2135
+ * @example
2136
+ * true
2137
+ */
548
2138
  favoriteFlag?: boolean;
2139
+ /**
2140
+ * @remarks
2141
+ * Field pool field details.
2142
+ *
2143
+ * @example
2144
+ * 无
2145
+ */
549
2146
  fieldDetail?: string;
2147
+ /**
2148
+ * @remarks
2149
+ * Field Sorting.
2150
+ *
2151
+ * @example
2152
+ * 1
2153
+ */
550
2154
  fieldRank?: number;
2155
+ /**
2156
+ * @remarks
2157
+ * Variable source.
2158
+ *
2159
+ * @example
2160
+ * DEFINE
2161
+ */
551
2162
  fieldSource?: string;
2163
+ /**
2164
+ * @remarks
2165
+ * Field type.
2166
+ *
2167
+ * @example
2168
+ * STRING
2169
+ */
552
2170
  fieldType?: string;
2171
+ /**
2172
+ * @remarks
2173
+ * Variable ID.
2174
+ *
2175
+ * @example
2176
+ * 223
2177
+ */
553
2178
  id?: number;
2179
+ /**
2180
+ * @remarks
2181
+ * Input field type, indicating the type of input parameters, mainly used for function categorization.
2182
+ *
2183
+ * @example
2184
+ * STRING
2185
+ */
554
2186
  inputFieldType?: string;
2187
+ /**
2188
+ * @remarks
2189
+ * Required parameters.
2190
+ *
2191
+ * @example
2192
+ * 无
2193
+ */
555
2194
  inputRequired?: string;
2195
+ /**
2196
+ * @remarks
2197
+ * Input of the variable. Event field is not present.
2198
+ *
2199
+ * @example
2200
+ * 无
2201
+ */
556
2202
  inputs?: string;
2203
+ /**
2204
+ * @remarks
2205
+ * variable name.
2206
+ *
2207
+ * @example
2208
+ * age
2209
+ */
557
2210
  name?: string;
2211
+ /**
2212
+ * @remarks
2213
+ * outlier.
2214
+ *
2215
+ * @example
2216
+ * 无
2217
+ */
558
2218
  outlier?: string;
2219
+ /**
2220
+ * @remarks
2221
+ * Output score threshold.
2222
+ */
559
2223
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectNativeVariablesOutputThreshold;
2224
+ /**
2225
+ * @remarks
2226
+ * Parent name.
2227
+ *
2228
+ * @example
2229
+ * parentName
2230
+ */
560
2231
  parentName?: string;
2232
+ /**
2233
+ * @remarks
2234
+ * Variable source type.
2235
+ *
2236
+ * @example
2237
+ * SAF
2238
+ */
561
2239
  sourceType?: string;
2240
+ /**
2241
+ * @remarks
2242
+ * Variable name.
2243
+ *
2244
+ * @example
2245
+ * 年龄
2246
+ */
562
2247
  title?: string;
2248
+ /**
2249
+ * @remarks
2250
+ * Variable type.
2251
+ *
2252
+ * @example
2253
+ * NATIVE
2254
+ */
563
2255
  type?: string;
2256
+ /**
2257
+ * @remarks
2258
+ * Variable indicator information.
2259
+ */
564
2260
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectNativeVariablesVariableVelocity;
2261
+ /**
2262
+ * @remarks
2263
+ * x label.
2264
+ *
2265
+ * @example
2266
+ * x
2267
+ */
565
2268
  xLabel?: string;
2269
+ /**
2270
+ * @remarks
2271
+ * y label.
2272
+ *
2273
+ * @example
2274
+ * y
2275
+ */
566
2276
  yLabel?: string;
567
2277
  static names(): {
568
2278
  [key: string]: string;
@@ -576,7 +2286,21 @@ export declare class DescribeEventVariableListResponseBodyResultObjectNativeVari
576
2286
  });
577
2287
  }
578
2288
  export declare class DescribeEventVariableListResponseBodyResultObjectQueryVariablesOutputThreshold extends $dara.Model {
2289
+ /**
2290
+ * @remarks
2291
+ * The maximum value.
2292
+ *
2293
+ * @example
2294
+ * 10
2295
+ */
579
2296
  maxValue?: number;
2297
+ /**
2298
+ * @remarks
2299
+ * The minimum value.
2300
+ *
2301
+ * @example
2302
+ * 1
2303
+ */
580
2304
  minValue?: number;
581
2305
  static names(): {
582
2306
  [key: string]: string;
@@ -590,6 +2314,13 @@ export declare class DescribeEventVariableListResponseBodyResultObjectQueryVaria
590
2314
  });
591
2315
  }
592
2316
  export declare class DescribeEventVariableListResponseBodyResultObjectQueryVariablesVariableVelocity extends $dara.Model {
2317
+ /**
2318
+ * @remarks
2319
+ * The IV value. This field is not returned for this type of variable.
2320
+ *
2321
+ * @example
2322
+ * This type does not have this field
2323
+ */
593
2324
  iv?: string;
594
2325
  static names(): {
595
2326
  [key: string]: string;
@@ -603,30 +2334,199 @@ export declare class DescribeEventVariableListResponseBodyResultObjectQueryVaria
603
2334
  });
604
2335
  }
605
2336
  export declare class DescribeEventVariableListResponseBodyResultObjectQueryVariables extends $dara.Model {
2337
+ /**
2338
+ * @remarks
2339
+ * The code of the query variable.
2340
+ *
2341
+ * @example
2342
+ * deInvokeQueryVariable(376773)
2343
+ */
606
2344
  code?: string;
2345
+ /**
2346
+ * @remarks
2347
+ * Data distribution display, in JSON format. This field is not returned for this type of variable.
2348
+ *
2349
+ * @example
2350
+ * This type does not have this field
2351
+ */
607
2352
  dataDisplay?: string;
2353
+ /**
2354
+ * @remarks
2355
+ * The definition ID of the query variable. This field is not returned for this type of variable.
2356
+ *
2357
+ * @example
2358
+ * This type does not have this field
2359
+ */
608
2360
  defineId?: string;
2361
+ /**
2362
+ * @remarks
2363
+ * The description of the query variable.
2364
+ *
2365
+ * @example
2366
+ * 年龄计算
2367
+ */
609
2368
  description?: string;
2369
+ /**
2370
+ * @remarks
2371
+ * The display type and grouping label.
2372
+ *
2373
+ * @example
2374
+ * QUERY_EXPRESSION
2375
+ */
610
2376
  displayType?: string;
2377
+ /**
2378
+ * @remarks
2379
+ * The display value of the calculation expression. This field is not returned for this type of variable.
2380
+ *
2381
+ * @example
2382
+ * SELECT AVG( $source )\\nFROM testCase\\nWHERE $age > 0
2383
+ */
611
2384
  expressionTitle?: string;
2385
+ /**
2386
+ * @remarks
2387
+ * The favorite flag.
2388
+ *
2389
+ * @example
2390
+ * false
2391
+ */
612
2392
  favoriteFlag?: boolean;
2393
+ /**
2394
+ * @remarks
2395
+ * The detailed information of the field in the field pool. This field is not returned for this type of variable.
2396
+ *
2397
+ * @example
2398
+ * This type does not have this field
2399
+ */
613
2400
  fieldDetail?: string;
2401
+ /**
2402
+ * @remarks
2403
+ * The field rank.
2404
+ *
2405
+ * @example
2406
+ * 0
2407
+ */
614
2408
  fieldRank?: number;
2409
+ /**
2410
+ * @remarks
2411
+ * The source of the field. This field is not returned for this type of variable.
2412
+ *
2413
+ * @example
2414
+ * This type does not have this field
2415
+ */
615
2416
  fieldSource?: string;
2417
+ /**
2418
+ * @remarks
2419
+ * The type of the field.
2420
+ *
2421
+ * @example
2422
+ * STRING
2423
+ */
616
2424
  fieldType?: string;
2425
+ /**
2426
+ * @remarks
2427
+ * The primary key ID of the query variable.
2428
+ *
2429
+ * @example
2430
+ * 3148
2431
+ */
617
2432
  id?: number;
2433
+ /**
2434
+ * @remarks
2435
+ * The input type of the parameter. This field is not returned for this type of variable.
2436
+ *
2437
+ * @example
2438
+ * This type does not have this field
2439
+ */
618
2440
  inputFieldType?: string;
2441
+ /**
2442
+ * @remarks
2443
+ * The required parameter. This field is not returned for this type of variable.
2444
+ *
2445
+ * @example
2446
+ * This type does not have this field
2447
+ */
619
2448
  inputRequired?: string;
2449
+ /**
2450
+ * @remarks
2451
+ * Multiple input parameters separated by commas. This field is not returned for this type of variable.
2452
+ *
2453
+ * @example
2454
+ * This type does not have this field
2455
+ */
620
2456
  inputs?: string;
2457
+ /**
2458
+ * @remarks
2459
+ * The name of the query variable.
2460
+ *
2461
+ * @example
2462
+ * ex_qWtKgCox350f
2463
+ */
621
2464
  name?: string;
2465
+ /**
2466
+ * @remarks
2467
+ * The outlier value.
2468
+ *
2469
+ * @example
2470
+ * SYS_ERROR
2471
+ */
622
2472
  outlier?: string;
2473
+ /**
2474
+ * @remarks
2475
+ * The output value threshold.
2476
+ */
623
2477
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectQueryVariablesOutputThreshold;
2478
+ /**
2479
+ * @remarks
2480
+ * The parent node. This field is not returned for this type of variable.
2481
+ *
2482
+ * @example
2483
+ * This type does not have this field
2484
+ */
624
2485
  parentName?: string;
2486
+ /**
2487
+ * @remarks
2488
+ * The source type.
2489
+ *
2490
+ * @example
2491
+ * DATA_SOURCE
2492
+ */
625
2493
  sourceType?: string;
2494
+ /**
2495
+ * @remarks
2496
+ * The title of the query variable. The title of the query variable.
2497
+ *
2498
+ * @example
2499
+ * 年龄计算
2500
+ */
626
2501
  title?: string;
2502
+ /**
2503
+ * @remarks
2504
+ * The type of the query variable.
2505
+ *
2506
+ * @example
2507
+ * QUERY_EXPRESSION
2508
+ */
627
2509
  type?: string;
2510
+ /**
2511
+ * @remarks
2512
+ * The variable metric information. This field is not returned for this type of variable.
2513
+ */
628
2514
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectQueryVariablesVariableVelocity;
2515
+ /**
2516
+ * @remarks
2517
+ * The X label. This field is not returned for this type of variable.
2518
+ *
2519
+ * @example
2520
+ * This type does not have this field
2521
+ */
629
2522
  xLabel?: string;
2523
+ /**
2524
+ * @remarks
2525
+ * The Y label. This field is not returned for this type of variable.
2526
+ *
2527
+ * @example
2528
+ * This type does not have this field
2529
+ */
630
2530
  yLabel?: string;
631
2531
  static names(): {
632
2532
  [key: string]: string;
@@ -640,7 +2540,21 @@ export declare class DescribeEventVariableListResponseBodyResultObjectQueryVaria
640
2540
  });
641
2541
  }
642
2542
  export declare class DescribeEventVariableListResponseBodyResultObjectSelfVariablesOutputThreshold extends $dara.Model {
2543
+ /**
2544
+ * @remarks
2545
+ * Maximum value.
2546
+ *
2547
+ * @example
2548
+ * 10
2549
+ */
643
2550
  maxValue?: number;
2551
+ /**
2552
+ * @remarks
2553
+ * Minimum value.
2554
+ *
2555
+ * @example
2556
+ * 1
2557
+ */
644
2558
  minValue?: number;
645
2559
  static names(): {
646
2560
  [key: string]: string;
@@ -654,6 +2568,13 @@ export declare class DescribeEventVariableListResponseBodyResultObjectSelfVariab
654
2568
  });
655
2569
  }
656
2570
  export declare class DescribeEventVariableListResponseBodyResultObjectSelfVariablesVariableVelocity extends $dara.Model {
2571
+ /**
2572
+ * @remarks
2573
+ * iv value. This type of variable does not return this field.
2574
+ *
2575
+ * @example
2576
+ * This type does not have this field
2577
+ */
657
2578
  iv?: string;
658
2579
  static names(): {
659
2580
  [key: string]: string;
@@ -667,30 +2588,199 @@ export declare class DescribeEventVariableListResponseBodyResultObjectSelfVariab
667
2588
  });
668
2589
  }
669
2590
  export declare class DescribeEventVariableListResponseBodyResultObjectSelfVariables extends $dara.Model {
2591
+ /**
2592
+ * @remarks
2593
+ * Variable code.
2594
+ *
2595
+ * @example
2596
+ * deReadVelocity(hitRules,\\"dUd5ioJ8014\\",1,\\"MO\\",0,true,\\"SUM\\")
2597
+ */
670
2598
  code?: string;
2599
+ /**
2600
+ * @remarks
2601
+ * Data distribution display, in JSON format. This field is not returned for this type of variable.
2602
+ *
2603
+ * @example
2604
+ * This type does not have this field
2605
+ */
671
2606
  dataDisplay?: string;
2607
+ /**
2608
+ * @remarks
2609
+ * Variable definition ID. Only returned for custom system variables.
2610
+ *
2611
+ * @example
2612
+ * 49
2613
+ */
672
2614
  defineId?: string;
2615
+ /**
2616
+ * @remarks
2617
+ * Description of the variable.
2618
+ *
2619
+ * @example
2620
+ * 变量的描述信息
2621
+ */
673
2622
  description?: string;
2623
+ /**
2624
+ * @remarks
2625
+ * Display type and group label.
2626
+ *
2627
+ * @example
2628
+ * SELF_BIND
2629
+ */
674
2630
  displayType?: string;
2631
+ /**
2632
+ * @remarks
2633
+ * Expression name.
2634
+ *
2635
+ * @example
2636
+ * @IP地址
2637
+ */
675
2638
  expressionTitle?: string;
2639
+ /**
2640
+ * @remarks
2641
+ * Favorite identifier.
2642
+ *
2643
+ * @example
2644
+ * false
2645
+ */
676
2646
  favoriteFlag?: boolean;
2647
+ /**
2648
+ * @remarks
2649
+ * Details of the field pool. This type of variable does not return this field.
2650
+ *
2651
+ * @example
2652
+ * This type does not have this field
2653
+ */
677
2654
  fieldDetail?: string;
2655
+ /**
2656
+ * @remarks
2657
+ * Field sorting.
2658
+ *
2659
+ * @example
2660
+ * 0
2661
+ */
678
2662
  fieldRank?: number;
2663
+ /**
2664
+ * @remarks
2665
+ * Source of the field. This type of variable does not return this field.
2666
+ *
2667
+ * @example
2668
+ * This type does not have this field
2669
+ */
679
2670
  fieldSource?: string;
2671
+ /**
2672
+ * @remarks
2673
+ * Field type.
2674
+ *
2675
+ * @example
2676
+ * STRING
2677
+ */
680
2678
  fieldType?: string;
2679
+ /**
2680
+ * @remarks
2681
+ * Variable ID.
2682
+ *
2683
+ * @example
2684
+ * 3174
2685
+ */
681
2686
  id?: number;
2687
+ /**
2688
+ * @remarks
2689
+ * The input type of the parameter. This field is not returned for this type of variable.
2690
+ *
2691
+ * @example
2692
+ * This type does not have this field
2693
+ */
682
2694
  inputFieldType?: string;
2695
+ /**
2696
+ * @remarks
2697
+ * Required parameter. This field is not returned for this type of variable.
2698
+ *
2699
+ * @example
2700
+ * This type does not have this field
2701
+ */
683
2702
  inputRequired?: string;
2703
+ /**
2704
+ * @remarks
2705
+ * Input parameters. Only returned when custom system variables are defined.
2706
+ *
2707
+ * @example
2708
+ * ip
2709
+ */
684
2710
  inputs?: string;
2711
+ /**
2712
+ * @remarks
2713
+ * Variable name.
2714
+ *
2715
+ * @example
2716
+ * ex_isvspbF2c7ac
2717
+ */
685
2718
  name?: string;
2719
+ /**
2720
+ * @remarks
2721
+ * Anomaly value. Returned when the variable is a custom variable (type= EXPRESSION).
2722
+ *
2723
+ * @example
2724
+ * -1
2725
+ */
686
2726
  outlier?: string;
2727
+ /**
2728
+ * @remarks
2729
+ * Output value threshold.
2730
+ */
687
2731
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectSelfVariablesOutputThreshold;
2732
+ /**
2733
+ * @remarks
2734
+ * Parent node. This field is not returned currently.
2735
+ *
2736
+ * @example
2737
+ * This type does not have this field
2738
+ */
688
2739
  parentName?: string;
2740
+ /**
2741
+ * @remarks
2742
+ * Source type.
2743
+ *
2744
+ * @example
2745
+ * SAF
2746
+ */
689
2747
  sourceType?: string;
2748
+ /**
2749
+ * @remarks
2750
+ * Title.
2751
+ *
2752
+ * @example
2753
+ * 获取手机号前七位
2754
+ */
690
2755
  title?: string;
2756
+ /**
2757
+ * @remarks
2758
+ * Variable type.
2759
+ *
2760
+ * @example
2761
+ * EXPRESSION
2762
+ */
691
2763
  type?: string;
2764
+ /**
2765
+ * @remarks
2766
+ * Variable metric information. This field is not returned for this type of variable.
2767
+ */
692
2768
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectSelfVariablesVariableVelocity;
2769
+ /**
2770
+ * @remarks
2771
+ * x label. This type of variable does not return this field.
2772
+ *
2773
+ * @example
2774
+ * This type does not have this field
2775
+ */
693
2776
  xLabel?: string;
2777
+ /**
2778
+ * @remarks
2779
+ * y label. This type of variable does not return this field.
2780
+ *
2781
+ * @example
2782
+ * This type does not have this field
2783
+ */
694
2784
  yLabel?: string;
695
2785
  static names(): {
696
2786
  [key: string]: string;
@@ -704,7 +2794,21 @@ export declare class DescribeEventVariableListResponseBodyResultObjectSelfVariab
704
2794
  });
705
2795
  }
706
2796
  export declare class DescribeEventVariableListResponseBodyResultObjectSysVariablesOutputThreshold extends $dara.Model {
2797
+ /**
2798
+ * @remarks
2799
+ * Maximum value.
2800
+ *
2801
+ * @example
2802
+ * 10
2803
+ */
707
2804
  maxValue?: number;
2805
+ /**
2806
+ * @remarks
2807
+ * Minimum value.
2808
+ *
2809
+ * @example
2810
+ * 1
2811
+ */
708
2812
  minValue?: number;
709
2813
  static names(): {
710
2814
  [key: string]: string;
@@ -718,6 +2822,13 @@ export declare class DescribeEventVariableListResponseBodyResultObjectSysVariabl
718
2822
  });
719
2823
  }
720
2824
  export declare class DescribeEventVariableListResponseBodyResultObjectSysVariablesVariableVelocity extends $dara.Model {
2825
+ /**
2826
+ * @remarks
2827
+ * iv value. This type of variable does not return this field.
2828
+ *
2829
+ * @example
2830
+ * This type does not have this field
2831
+ */
721
2832
  iv?: string;
722
2833
  static names(): {
723
2834
  [key: string]: string;
@@ -731,30 +2842,199 @@ export declare class DescribeEventVariableListResponseBodyResultObjectSysVariabl
731
2842
  });
732
2843
  }
733
2844
  export declare class DescribeEventVariableListResponseBodyResultObjectSysVariables extends $dara.Model {
2845
+ /**
2846
+ * @remarks
2847
+ * Variable code.
2848
+ *
2849
+ * @example
2850
+ * parseIpV2(ip)?.cityId
2851
+ */
734
2852
  code?: string;
2853
+ /**
2854
+ * @remarks
2855
+ * Data distribution display, in JSON format. This field is not returned for this type of variable.
2856
+ *
2857
+ * @example
2858
+ * This type does not have this field
2859
+ */
735
2860
  dataDisplay?: string;
2861
+ /**
2862
+ * @remarks
2863
+ * ID of the bound variable definition.
2864
+ *
2865
+ * @example
2866
+ * 2488
2867
+ */
736
2868
  defineId?: string;
2869
+ /**
2870
+ * @remarks
2871
+ * Description of the variable.
2872
+ *
2873
+ * @example
2874
+ * 通过IP地址库解析IP所在的城市Code,例如,输入“42.120.74.211”,经过该变量运算,输出“330100”。
2875
+ */
737
2876
  description?: string;
2877
+ /**
2878
+ * @remarks
2879
+ * Display type and group label.
2880
+ *
2881
+ * @example
2882
+ * SYSTEM_BIND
2883
+ */
738
2884
  displayType?: string;
2885
+ /**
2886
+ * @remarks
2887
+ * Calculate the expression display value. This type of variable does not return this field.
2888
+ *
2889
+ * @example
2890
+ * This type does not have this field
2891
+ */
739
2892
  expressionTitle?: string;
2893
+ /**
2894
+ * @remarks
2895
+ * Favorite identifier.
2896
+ *
2897
+ * @example
2898
+ * false
2899
+ */
740
2900
  favoriteFlag?: boolean;
2901
+ /**
2902
+ * @remarks
2903
+ * Details of the field pool. This type of variable does not return this field.
2904
+ *
2905
+ * @example
2906
+ * This type does not have this field
2907
+ */
741
2908
  fieldDetail?: string;
2909
+ /**
2910
+ * @remarks
2911
+ * Field sorting.
2912
+ *
2913
+ * @example
2914
+ * 0
2915
+ */
742
2916
  fieldRank?: number;
2917
+ /**
2918
+ * @remarks
2919
+ * Source of the field. This type of variable does not return this field.
2920
+ *
2921
+ * @example
2922
+ * This type does not have this field
2923
+ */
743
2924
  fieldSource?: string;
2925
+ /**
2926
+ * @remarks
2927
+ * Field type.
2928
+ *
2929
+ * @example
2930
+ * STRING
2931
+ */
744
2932
  fieldType?: string;
2933
+ /**
2934
+ * @remarks
2935
+ * Variable ID.
2936
+ *
2937
+ * @example
2938
+ * 3151
2939
+ */
745
2940
  id?: number;
2941
+ /**
2942
+ * @remarks
2943
+ * Input type of the parameter. This field is not returned for this type of variable.
2944
+ *
2945
+ * @example
2946
+ * This type does not have this field
2947
+ */
746
2948
  inputFieldType?: string;
2949
+ /**
2950
+ * @remarks
2951
+ * Required parameter. This field is not returned for this type of variable.
2952
+ *
2953
+ * @example
2954
+ * This type does not have this field
2955
+ */
747
2956
  inputRequired?: string;
2957
+ /**
2958
+ * @remarks
2959
+ * Variable value input.
2960
+ *
2961
+ * @example
2962
+ * ip
2963
+ */
748
2964
  inputs?: string;
2965
+ /**
2966
+ * @remarks
2967
+ * Variable name.
2968
+ *
2969
+ * @example
2970
+ * __ipLocationCityCode__
2971
+ */
749
2972
  name?: string;
2973
+ /**
2974
+ * @remarks
2975
+ * Outlier value. This field is not returned for this type of variable.
2976
+ *
2977
+ * @example
2978
+ * This type does not have this field
2979
+ */
750
2980
  outlier?: string;
2981
+ /**
2982
+ * @remarks
2983
+ * Output value threshold.
2984
+ */
751
2985
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectSysVariablesOutputThreshold;
2986
+ /**
2987
+ * @remarks
2988
+ * Parent name.
2989
+ *
2990
+ * @example
2991
+ * 无
2992
+ */
752
2993
  parentName?: string;
2994
+ /**
2995
+ * @remarks
2996
+ * Source type.
2997
+ *
2998
+ * @example
2999
+ * SAF
3000
+ */
753
3001
  sourceType?: string;
3002
+ /**
3003
+ * @remarks
3004
+ * Title.
3005
+ *
3006
+ * @example
3007
+ * IP所在地_城市Code
3008
+ */
754
3009
  title?: string;
3010
+ /**
3011
+ * @remarks
3012
+ * Variable type.
3013
+ *
3014
+ * @example
3015
+ * SYSTEM_BIND
3016
+ */
755
3017
  type?: string;
3018
+ /**
3019
+ * @remarks
3020
+ * Variable metric information. This field is not returned for this type of variable.
3021
+ */
756
3022
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectSysVariablesVariableVelocity;
3023
+ /**
3024
+ * @remarks
3025
+ * x label. This type of variable does not return this field.
3026
+ *
3027
+ * @example
3028
+ * This type does not have this field
3029
+ */
757
3030
  xLabel?: string;
3031
+ /**
3032
+ * @remarks
3033
+ * y label. This type of variable does not return this field.
3034
+ *
3035
+ * @example
3036
+ * This type does not have this field
3037
+ */
758
3038
  yLabel?: string;
759
3039
  static names(): {
760
3040
  [key: string]: string;
@@ -768,7 +3048,21 @@ export declare class DescribeEventVariableListResponseBodyResultObjectSysVariabl
768
3048
  });
769
3049
  }
770
3050
  export declare class DescribeEventVariableListResponseBodyResultObjectVelocityVariablesOutputThreshold extends $dara.Model {
3051
+ /**
3052
+ * @remarks
3053
+ * The maximum value.
3054
+ *
3055
+ * @example
3056
+ * 10
3057
+ */
771
3058
  maxValue?: number;
3059
+ /**
3060
+ * @remarks
3061
+ * The minimum value.
3062
+ *
3063
+ * @example
3064
+ * 1
3065
+ */
772
3066
  minValue?: number;
773
3067
  static names(): {
774
3068
  [key: string]: string;
@@ -782,6 +3076,13 @@ export declare class DescribeEventVariableListResponseBodyResultObjectVelocityVa
782
3076
  });
783
3077
  }
784
3078
  export declare class DescribeEventVariableListResponseBodyResultObjectVelocityVariablesVariableVelocity extends $dara.Model {
3079
+ /**
3080
+ * @remarks
3081
+ * The IV value. This field is not returned for this type of variable.
3082
+ *
3083
+ * @example
3084
+ * This type does not have this field
3085
+ */
785
3086
  iv?: string;
786
3087
  static names(): {
787
3088
  [key: string]: string;
@@ -795,30 +3096,199 @@ export declare class DescribeEventVariableListResponseBodyResultObjectVelocityVa
795
3096
  });
796
3097
  }
797
3098
  export declare class DescribeEventVariableListResponseBodyResultObjectVelocityVariables extends $dara.Model {
3099
+ /**
3100
+ * @remarks
3101
+ * The code of the variable.
3102
+ *
3103
+ * @example
3104
+ * deReadVelocity(userId,\\"hFsEFUEe88a\\",1,\\"H\\",0,true,\\"COUNT\\")
3105
+ */
798
3106
  code?: string;
3107
+ /**
3108
+ * @remarks
3109
+ * Data distribution display, in JSON format. This field is not returned for this type of variable.
3110
+ *
3111
+ * @example
3112
+ * This type does not have this field
3113
+ */
799
3114
  dataDisplay?: string;
3115
+ /**
3116
+ * @remarks
3117
+ * The definition ID of the variable. This field is not returned for this type of variable.
3118
+ *
3119
+ * @example
3120
+ * This type does not have this field
3121
+ */
800
3122
  defineId?: string;
3123
+ /**
3124
+ * @remarks
3125
+ * The description of the variable.
3126
+ *
3127
+ * @example
3128
+ * 累计用户省份次数。
3129
+ */
801
3130
  description?: string;
3131
+ /**
3132
+ * @remarks
3133
+ * The display type and grouping label.
3134
+ *
3135
+ * @example
3136
+ * SELF_VELOCITY
3137
+ */
802
3138
  displayType?: string;
3139
+ /**
3140
+ * @remarks
3141
+ * The display value of the calculation expression. This field is not returned for this type of variable.
3142
+ *
3143
+ * @example
3144
+ * This type does not have this field
3145
+ */
803
3146
  expressionTitle?: string;
3147
+ /**
3148
+ * @remarks
3149
+ * The favorite flag.
3150
+ *
3151
+ * @example
3152
+ * false
3153
+ */
804
3154
  favoriteFlag?: boolean;
3155
+ /**
3156
+ * @remarks
3157
+ * The detailed information of the field in the field pool. This field is not returned for this type of variable.
3158
+ *
3159
+ * @example
3160
+ * This type does not have this field
3161
+ */
805
3162
  fieldDetail?: string;
3163
+ /**
3164
+ * @remarks
3165
+ * The field rank.
3166
+ *
3167
+ * @example
3168
+ * 0
3169
+ */
806
3170
  fieldRank?: number;
3171
+ /**
3172
+ * @remarks
3173
+ * The source of the field. This field is not returned for this type of variable.
3174
+ *
3175
+ * @example
3176
+ * This type does not have this field
3177
+ */
807
3178
  fieldSource?: string;
3179
+ /**
3180
+ * @remarks
3181
+ * The type of the field.
3182
+ *
3183
+ * @example
3184
+ * DOUBLE
3185
+ */
808
3186
  fieldType?: string;
3187
+ /**
3188
+ * @remarks
3189
+ * The primary key ID.
3190
+ *
3191
+ * @example
3192
+ * 3148
3193
+ */
809
3194
  id?: number;
3195
+ /**
3196
+ * @remarks
3197
+ * The input type of the parameter. This field is not returned for this type of variable.
3198
+ *
3199
+ * @example
3200
+ * This type does not have this field
3201
+ */
810
3202
  inputFieldType?: string;
3203
+ /**
3204
+ * @remarks
3205
+ * The required parameter. This field is not returned for this type of variable.
3206
+ *
3207
+ * @example
3208
+ * This type does not have this field
3209
+ */
811
3210
  inputRequired?: string;
3211
+ /**
3212
+ * @remarks
3213
+ * Multiple input parameters separated by commas. This field is not returned for this type of variable.
3214
+ *
3215
+ * @example
3216
+ * This type does not have this field
3217
+ */
812
3218
  inputs?: string;
3219
+ /**
3220
+ * @remarks
3221
+ * The name of the variable.
3222
+ *
3223
+ * @example
3224
+ * hFsEFUEe88a
3225
+ */
813
3226
  name?: string;
3227
+ /**
3228
+ * @remarks
3229
+ * The outlier value. This field is not returned for this type of variable.
3230
+ *
3231
+ * @example
3232
+ * This type does not have this field
3233
+ */
814
3234
  outlier?: string;
3235
+ /**
3236
+ * @remarks
3237
+ * The output value threshold.
3238
+ */
815
3239
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectVelocityVariablesOutputThreshold;
3240
+ /**
3241
+ * @remarks
3242
+ * The parent node. This field is not returned for this type of variable.
3243
+ *
3244
+ * @example
3245
+ * This type does not have this field
3246
+ */
816
3247
  parentName?: string;
3248
+ /**
3249
+ * @remarks
3250
+ * The source type.
3251
+ *
3252
+ * @example
3253
+ * SAF_SELF
3254
+ */
817
3255
  sourceType?: string;
3256
+ /**
3257
+ * @remarks
3258
+ * The title of the variable.
3259
+ *
3260
+ * @example
3261
+ * 累计用户省份次数
3262
+ */
818
3263
  title?: string;
3264
+ /**
3265
+ * @remarks
3266
+ * The type of the variable.
3267
+ *
3268
+ * @example
3269
+ * SELF_VELOCITY
3270
+ */
819
3271
  type?: string;
3272
+ /**
3273
+ * @remarks
3274
+ * The variable metric information. This field is not returned for this type of variable.
3275
+ */
820
3276
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectVelocityVariablesVariableVelocity;
3277
+ /**
3278
+ * @remarks
3279
+ * The X label. This field is not returned for this type of variable.
3280
+ *
3281
+ * @example
3282
+ * This type does not have this field
3283
+ */
821
3284
  xLabel?: string;
3285
+ /**
3286
+ * @remarks
3287
+ * The Y label. This field is not returned for this type of variable.
3288
+ *
3289
+ * @example
3290
+ * This type does not have this field
3291
+ */
822
3292
  yLabel?: string;
823
3293
  static names(): {
824
3294
  [key: string]: string;
@@ -832,21 +3302,80 @@ export declare class DescribeEventVariableListResponseBodyResultObjectVelocityVa
832
3302
  });
833
3303
  }
834
3304
  export declare class DescribeEventVariableListResponseBodyResultObject extends $dara.Model {
3305
+ /**
3306
+ * @remarks
3307
+ * Action variable.
3308
+ */
835
3309
  actions?: DescribeEventVariableListResponseBodyResultObjectActions[];
3310
+ /**
3311
+ * @remarks
3312
+ * Device variable.
3313
+ */
836
3314
  deviceVariables?: DescribeEventVariableListResponseBodyResultObjectDeviceVariables[];
3315
+ /**
3316
+ * @remarks
3317
+ * Custom variable.
3318
+ */
837
3319
  expressionVariables?: DescribeEventVariableListResponseBodyResultObjectExpressionVariables[];
3320
+ /**
3321
+ * @remarks
3322
+ * Favorite variables.
3323
+ */
838
3324
  favoriteVariables?: DescribeEventVariableListResponseBodyResultObjectFavoriteVariables[];
3325
+ /**
3326
+ * @remarks
3327
+ * Intermediate variable return object.
3328
+ */
839
3329
  middleVariables?: DescribeEventVariableListResponseBodyResultObjectMiddleVariables[];
3330
+ /**
3331
+ * @remarks
3332
+ * An array of model variables.
3333
+ */
840
3334
  modelVariables?: DescribeEventVariableListResponseBodyResultObjectModelVariables[];
3335
+ /**
3336
+ * @remarks
3337
+ * List of name variables.
3338
+ */
841
3339
  nameList?: DescribeEventVariableListResponseBodyResultObjectNameList[];
3340
+ /**
3341
+ * @remarks
3342
+ * List of available functions for the original variable.
3343
+ */
842
3344
  nativeVariableFunctions?: DescribeEventVariableListResponseBodyResultObjectNativeVariableFunctions[];
3345
+ /**
3346
+ * @remarks
3347
+ * List of event fields.
3348
+ */
843
3349
  nativeVariables?: DescribeEventVariableListResponseBodyResultObjectNativeVariables[];
3350
+ /**
3351
+ * @remarks
3352
+ * An array of custom query variables.
3353
+ */
844
3354
  queryVariables?: DescribeEventVariableListResponseBodyResultObjectQueryVariables[];
3355
+ /**
3356
+ * @remarks
3357
+ * Custom variables (custom variables, cumulative variables, custom system variables).
3358
+ */
845
3359
  selfVariables?: DescribeEventVariableListResponseBodyResultObjectSelfVariables[];
3360
+ /**
3361
+ * @remarks
3362
+ * System variables.
3363
+ */
846
3364
  sysVariables?: DescribeEventVariableListResponseBodyResultObjectSysVariables[];
3365
+ /**
3366
+ * @remarks
3367
+ * Other related variables.
3368
+ *
3369
+ * @example
3370
+ * {}
3371
+ */
847
3372
  thirdVariables?: {
848
3373
  [key: string]: any;
849
3374
  };
3375
+ /**
3376
+ * @remarks
3377
+ * An array of accumulated variables.
3378
+ */
850
3379
  velocityVariables?: DescribeEventVariableListResponseBodyResultObjectVelocityVariables[];
851
3380
  static names(): {
852
3381
  [key: string]: string;
@@ -860,7 +3389,18 @@ export declare class DescribeEventVariableListResponseBodyResultObject extends $
860
3389
  });
861
3390
  }
862
3391
  export declare class DescribeEventVariableListResponseBody extends $dara.Model {
3392
+ /**
3393
+ * @remarks
3394
+ * Request ID.
3395
+ *
3396
+ * @example
3397
+ * A32FE941-35F2-5378-B37C-4B8FDB16F094
3398
+ */
863
3399
  requestId?: string;
3400
+ /**
3401
+ * @remarks
3402
+ * Return object.
3403
+ */
864
3404
  resultObject?: DescribeEventVariableListResponseBodyResultObject;
865
3405
  static names(): {
866
3406
  [key: string]: string;