@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
@@ -3,7 +3,21 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class DescribeEventVariableListResponseBodyResultObjectActionsOutputThreshold extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * Maximum value.
9
+ *
10
+ * @example
11
+ * 10
12
+ */
6
13
  maxValue?: number;
14
+ /**
15
+ * @remarks
16
+ * Minimum value.
17
+ *
18
+ * @example
19
+ * 1
20
+ */
7
21
  minValue?: number;
8
22
  static names(): { [key: string]: string } {
9
23
  return {
@@ -29,6 +43,13 @@ export class DescribeEventVariableListResponseBodyResultObjectActionsOutputThres
29
43
  }
30
44
 
31
45
  export class DescribeEventVariableListResponseBodyResultObjectActionsVariableVelocity extends $dara.Model {
46
+ /**
47
+ * @remarks
48
+ * iv value. This type of variable does not return this field.
49
+ *
50
+ * @example
51
+ * This type does not have this field
52
+ */
32
53
  iv?: string;
33
54
  static names(): { [key: string]: string } {
34
55
  return {
@@ -52,30 +73,199 @@ export class DescribeEventVariableListResponseBodyResultObjectActionsVariableVel
52
73
  }
53
74
 
54
75
  export class DescribeEventVariableListResponseBodyResultObjectActions extends $dara.Model {
76
+ /**
77
+ * @remarks
78
+ * Variable code.
79
+ *
80
+ * @example
81
+ * deAddResult
82
+ */
55
83
  code?: string;
84
+ /**
85
+ * @remarks
86
+ * Data distribution display in JSON format. This field is not returned for this type of variable.
87
+ *
88
+ * @example
89
+ * This type does not have this field
90
+ */
56
91
  dataDisplay?: string;
92
+ /**
93
+ * @remarks
94
+ * Variable definition ID. This type of variable does not return this field.
95
+ *
96
+ * @example
97
+ * This type does not have this field
98
+ */
57
99
  defineId?: string;
100
+ /**
101
+ * @remarks
102
+ * Description information.
103
+ *
104
+ * @example
105
+ * 决策结果
106
+ */
58
107
  description?: string;
108
+ /**
109
+ * @remarks
110
+ * Display type and group label.
111
+ *
112
+ * @example
113
+ * ACTION
114
+ */
59
115
  displayType?: string;
116
+ /**
117
+ * @remarks
118
+ * Expression display. This type of variable does not return this field.
119
+ *
120
+ * @example
121
+ * This type does not have this field
122
+ */
60
123
  expressionTitle?: string;
124
+ /**
125
+ * @remarks
126
+ * Favorite identifier.
127
+ *
128
+ * @example
129
+ * false
130
+ */
61
131
  favoriteFlag?: boolean;
132
+ /**
133
+ * @remarks
134
+ * Details of the field pool. This type of variable does not return this field.
135
+ *
136
+ * @example
137
+ * This type does not have this field
138
+ */
62
139
  fieldDetail?: string;
140
+ /**
141
+ * @remarks
142
+ * Field sorting.
143
+ *
144
+ * @example
145
+ * 0
146
+ */
63
147
  fieldRank?: number;
148
+ /**
149
+ * @remarks
150
+ * Source of the field. This type of variable does not return this field.
151
+ *
152
+ * @example
153
+ * This type does not have this field
154
+ */
64
155
  fieldSource?: string;
156
+ /**
157
+ * @remarks
158
+ * Field type. This field is not returned for this type of variable.
159
+ *
160
+ * @example
161
+ * This type does not have this field
162
+ */
65
163
  fieldType?: string;
164
+ /**
165
+ * @remarks
166
+ * Primary key ID.
167
+ *
168
+ * @example
169
+ * 3144
170
+ */
66
171
  id?: number;
172
+ /**
173
+ * @remarks
174
+ * Input type of the parameter.
175
+ *
176
+ * @example
177
+ * STRING
178
+ */
67
179
  inputFieldType?: string;
180
+ /**
181
+ * @remarks
182
+ * Required parameter. This type of variable does not return this field.
183
+ *
184
+ * @example
185
+ * This type does not have this field
186
+ */
68
187
  inputRequired?: string;
188
+ /**
189
+ * @remarks
190
+ * Input parameters. This field is not returned for this type of variable.
191
+ *
192
+ * @example
193
+ * This type does not have this field
194
+ */
69
195
  inputs?: string;
196
+ /**
197
+ * @remarks
198
+ * Variable name.
199
+ *
200
+ * @example
201
+ * __addDeResult__
202
+ */
70
203
  name?: string;
204
+ /**
205
+ * @remarks
206
+ * Anomaly value. This field is not returned for this type of variable.
207
+ *
208
+ * @example
209
+ * This type does not have this field
210
+ */
71
211
  outlier?: string;
212
+ /**
213
+ * @remarks
214
+ * Output value threshold.
215
+ */
72
216
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectActionsOutputThreshold;
217
+ /**
218
+ * @remarks
219
+ * Parent node. This field is not returned for this type of variable.
220
+ *
221
+ * @example
222
+ * This type does not have this field
223
+ */
73
224
  parentName?: string;
225
+ /**
226
+ * @remarks
227
+ * Source type.
228
+ *
229
+ * @example
230
+ * SAF
231
+ */
74
232
  sourceType?: string;
233
+ /**
234
+ * @remarks
235
+ * Title.
236
+ *
237
+ * @example
238
+ * 决策结果
239
+ */
75
240
  title?: string;
241
+ /**
242
+ * @remarks
243
+ * Variable type.
244
+ *
245
+ * @example
246
+ * ACTION
247
+ */
76
248
  type?: string;
249
+ /**
250
+ * @remarks
251
+ * Variable metric information. This field is not returned for this type of variable.
252
+ */
77
253
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectActionsVariableVelocity;
254
+ /**
255
+ * @remarks
256
+ * x label. This type of variable does not return this field.
257
+ *
258
+ * @example
259
+ * This type does not have this field
260
+ */
78
261
  xLabel?: string;
262
+ /**
263
+ * @remarks
264
+ * y label. This type of variable does not return this field.
265
+ *
266
+ * @example
267
+ * This type does not have this field
268
+ */
79
269
  yLabel?: string;
80
270
  static names(): { [key: string]: string } {
81
271
  return {
@@ -153,7 +343,21 @@ export class DescribeEventVariableListResponseBodyResultObjectActions extends $d
153
343
  }
154
344
 
155
345
  export class DescribeEventVariableListResponseBodyResultObjectDeviceVariablesOutputThreshold extends $dara.Model {
346
+ /**
347
+ * @remarks
348
+ * The minimum value.
349
+ *
350
+ * @example
351
+ * 10
352
+ */
156
353
  maxValue?: number;
354
+ /**
355
+ * @remarks
356
+ * The minimum value.
357
+ *
358
+ * @example
359
+ * 1
360
+ */
157
361
  minValue?: number;
158
362
  static names(): { [key: string]: string } {
159
363
  return {
@@ -179,6 +383,13 @@ export class DescribeEventVariableListResponseBodyResultObjectDeviceVariablesOut
179
383
  }
180
384
 
181
385
  export class DescribeEventVariableListResponseBodyResultObjectDeviceVariablesVariableVelocity extends $dara.Model {
386
+ /**
387
+ * @remarks
388
+ * The IV value. This field is not returned for this type of variable.
389
+ *
390
+ * @example
391
+ * This type does not have this field
392
+ */
182
393
  iv?: string;
183
394
  static names(): { [key: string]: string } {
184
395
  return {
@@ -202,30 +413,199 @@ export class DescribeEventVariableListResponseBodyResultObjectDeviceVariablesVar
202
413
  }
203
414
 
204
415
  export class DescribeEventVariableListResponseBodyResultObjectDeviceVariables extends $dara.Model {
416
+ /**
417
+ * @remarks
418
+ * Variable code.
419
+ *
420
+ * @example
421
+ * queryPhoneSimulatorInfo(deviceToken)?.deviceName
422
+ */
205
423
  code?: string;
424
+ /**
425
+ * @remarks
426
+ * Data distribution display in JSON format. This field is not returned for this type of variable.
427
+ *
428
+ * @example
429
+ * This type does not have this field
430
+ */
206
431
  dataDisplay?: string;
432
+ /**
433
+ * @remarks
434
+ * Variable definition ID. This type of variable does not return this field.
435
+ *
436
+ * @example
437
+ * This type does not have this field
438
+ */
207
439
  defineId?: string;
440
+ /**
441
+ * @remarks
442
+ * Description information.
443
+ *
444
+ * @example
445
+ * 设备信息-设备名称
446
+ */
208
447
  description?: string;
448
+ /**
449
+ * @remarks
450
+ * The display type and grouping label.
451
+ *
452
+ * @example
453
+ * DEVICE
454
+ */
209
455
  displayType?: string;
456
+ /**
457
+ * @remarks
458
+ * The display value of the calculation expression. This field is not returned for this type of variable.
459
+ *
460
+ * @example
461
+ * This type does not have this field
462
+ */
210
463
  expressionTitle?: string;
464
+ /**
465
+ * @remarks
466
+ * The favorite flag.
467
+ *
468
+ * @example
469
+ * false
470
+ */
211
471
  favoriteFlag?: boolean;
472
+ /**
473
+ * @remarks
474
+ * The detailed information of the field in the field pool. This field is not returned for this type of variable.
475
+ *
476
+ * @example
477
+ * This type does not have this field
478
+ */
212
479
  fieldDetail?: string;
480
+ /**
481
+ * @remarks
482
+ * The field rank.
483
+ *
484
+ * @example
485
+ * 0
486
+ */
213
487
  fieldRank?: number;
488
+ /**
489
+ * @remarks
490
+ * The source of the field. This field is not returned for this type of variable.
491
+ *
492
+ * @example
493
+ * This type does not have this field
494
+ */
214
495
  fieldSource?: string;
496
+ /**
497
+ * @remarks
498
+ * Field type.
499
+ *
500
+ * @example
501
+ * STRING
502
+ */
215
503
  fieldType?: string;
504
+ /**
505
+ * @remarks
506
+ * Primary key ID.
507
+ *
508
+ * @example
509
+ * 41
510
+ */
216
511
  id?: number;
512
+ /**
513
+ * @remarks
514
+ * The input type of the parameter. This field is not returned for this type of variable.
515
+ *
516
+ * @example
517
+ * This type does not have this field
518
+ */
217
519
  inputFieldType?: string;
520
+ /**
521
+ * @remarks
522
+ * The required parameter. This field is not returned for this type of variable.
523
+ *
524
+ * @example
525
+ * This type does not have this field
526
+ */
218
527
  inputRequired?: string;
528
+ /**
529
+ * @remarks
530
+ * Input for the variable. This field is not returned for this type of variable.
531
+ *
532
+ * @example
533
+ * This type does not have this field
534
+ */
219
535
  inputs?: string;
536
+ /**
537
+ * @remarks
538
+ * Variable name.
539
+ *
540
+ * @example
541
+ * __device_name__
542
+ */
220
543
  name?: string;
544
+ /**
545
+ * @remarks
546
+ * The outlier value. This field is not returned for this type of variable.
547
+ *
548
+ * @example
549
+ * This type does not have this field
550
+ */
221
551
  outlier?: string;
552
+ /**
553
+ * @remarks
554
+ * The output value threshold.
555
+ */
222
556
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectDeviceVariablesOutputThreshold;
557
+ /**
558
+ * @remarks
559
+ * Parent node. This field is not returned for this type of variable.
560
+ *
561
+ * @example
562
+ * This type does not have this field
563
+ */
223
564
  parentName?: string;
565
+ /**
566
+ * @remarks
567
+ * The source type.
568
+ *
569
+ * @example
570
+ * SAF
571
+ */
224
572
  sourceType?: string;
573
+ /**
574
+ * @remarks
575
+ * Title.
576
+ *
577
+ * @example
578
+ * 设备信息-设备名称-deviceName
579
+ */
225
580
  title?: string;
581
+ /**
582
+ * @remarks
583
+ * Variable type.
584
+ *
585
+ * @example
586
+ * DEVICE
587
+ */
226
588
  type?: string;
589
+ /**
590
+ * @remarks
591
+ * The variable metric information. This field is not returned for this type of variable.
592
+ */
227
593
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectDeviceVariablesVariableVelocity;
594
+ /**
595
+ * @remarks
596
+ * The X label. This field is not returned for this type of variable.
597
+ *
598
+ * @example
599
+ * This type does not have this field
600
+ */
228
601
  xLabel?: string;
602
+ /**
603
+ * @remarks
604
+ * The Y label. This field is not returned for this type of variable.
605
+ *
606
+ * @example
607
+ * This type does not have this field
608
+ */
229
609
  yLabel?: string;
230
610
  static names(): { [key: string]: string } {
231
611
  return {
@@ -303,7 +683,21 @@ export class DescribeEventVariableListResponseBodyResultObjectDeviceVariables ex
303
683
  }
304
684
 
305
685
  export class DescribeEventVariableListResponseBodyResultObjectExpressionVariablesOutputThreshold extends $dara.Model {
686
+ /**
687
+ * @remarks
688
+ * The maximum value.
689
+ *
690
+ * @example
691
+ * 10
692
+ */
306
693
  maxValue?: number;
694
+ /**
695
+ * @remarks
696
+ * The minimum value.
697
+ *
698
+ * @example
699
+ * 1
700
+ */
307
701
  minValue?: number;
308
702
  static names(): { [key: string]: string } {
309
703
  return {
@@ -329,6 +723,13 @@ export class DescribeEventVariableListResponseBodyResultObjectExpressionVariable
329
723
  }
330
724
 
331
725
  export class DescribeEventVariableListResponseBodyResultObjectExpressionVariablesVariableVelocity extends $dara.Model {
726
+ /**
727
+ * @remarks
728
+ * The IV value. This field is not returned for this type of variable.
729
+ *
730
+ * @example
731
+ * This type does not have this field
732
+ */
332
733
  iv?: string;
333
734
  static names(): { [key: string]: string } {
334
735
  return {
@@ -352,30 +753,199 @@ export class DescribeEventVariableListResponseBodyResultObjectExpressionVariable
352
753
  }
353
754
 
354
755
  export class DescribeEventVariableListResponseBodyResultObjectExpressionVariables extends $dara.Model {
756
+ /**
757
+ * @remarks
758
+ * The code of the variable.
759
+ *
760
+ * @example
761
+ * deInvokeSelfVariable(390397)
762
+ */
355
763
  code?: string;
764
+ /**
765
+ * @remarks
766
+ * Data distribution display, in JSON format. This field is not returned for this type of variable.
767
+ *
768
+ * @example
769
+ * This type does not have this field
770
+ */
356
771
  dataDisplay?: string;
772
+ /**
773
+ * @remarks
774
+ * The definition ID of the variable. This field is not returned for this type of variable.
775
+ *
776
+ * @example
777
+ * This type does not have this field
778
+ */
357
779
  defineId?: string;
780
+ /**
781
+ * @remarks
782
+ * The description of the variable.
783
+ *
784
+ * @example
785
+ * 获取手机号前7位
786
+ */
358
787
  description?: string;
788
+ /**
789
+ * @remarks
790
+ * The display type and grouping label.
791
+ *
792
+ * @example
793
+ * EXPRESSION
794
+ */
359
795
  displayType?: string;
796
+ /**
797
+ * @remarks
798
+ * The display value of the calculation expression.
799
+ *
800
+ * @example
801
+ * @testaaa +1
802
+ */
360
803
  expressionTitle?: string;
804
+ /**
805
+ * @remarks
806
+ * The favorite flag.
807
+ *
808
+ * @example
809
+ * false
810
+ */
361
811
  favoriteFlag?: boolean;
812
+ /**
813
+ * @remarks
814
+ * The detailed information of the field in the field pool. This field is not returned for this type of variable.
815
+ *
816
+ * @example
817
+ * This type does not have this field
818
+ */
362
819
  fieldDetail?: string;
820
+ /**
821
+ * @remarks
822
+ * The field rank.
823
+ *
824
+ * @example
825
+ * 0
826
+ */
363
827
  fieldRank?: number;
828
+ /**
829
+ * @remarks
830
+ * The source of the field. This field is not returned for this type of variable.
831
+ *
832
+ * @example
833
+ * This type does not have this field
834
+ */
364
835
  fieldSource?: string;
836
+ /**
837
+ * @remarks
838
+ * The input type of the variable.
839
+ *
840
+ * @example
841
+ * STRING
842
+ */
365
843
  fieldType?: string;
844
+ /**
845
+ * @remarks
846
+ * Primary key ID.
847
+ *
848
+ * @example
849
+ * 3148
850
+ */
366
851
  id?: number;
852
+ /**
853
+ * @remarks
854
+ * The input type of the parameter. This field is not returned for this type of variable.
855
+ *
856
+ * @example
857
+ * This type does not have this field
858
+ */
367
859
  inputFieldType?: string;
860
+ /**
861
+ * @remarks
862
+ * The required parameter. This field is not returned for this type of variable.
863
+ *
864
+ * @example
865
+ * This type does not have this field
866
+ */
368
867
  inputRequired?: string;
868
+ /**
869
+ * @remarks
870
+ * Multiple input parameters separated by commas. This field is not returned for this type of variable.
871
+ *
872
+ * @example
873
+ * This type does not have this field
874
+ */
369
875
  inputs?: string;
876
+ /**
877
+ * @remarks
878
+ * The name of the variable.
879
+ *
880
+ * @example
881
+ * ex_w2yIClHCc150
882
+ */
370
883
  name?: string;
884
+ /**
885
+ * @remarks
886
+ * The outlier value.
887
+ *
888
+ * @example
889
+ * -1
890
+ */
371
891
  outlier?: string;
892
+ /**
893
+ * @remarks
894
+ * The output value threshold.
895
+ */
372
896
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectExpressionVariablesOutputThreshold;
897
+ /**
898
+ * @remarks
899
+ * The parent node. This field is not returned for this type of variable.
900
+ *
901
+ * @example
902
+ * This type does not have this field
903
+ */
373
904
  parentName?: string;
905
+ /**
906
+ * @remarks
907
+ * The source type.
908
+ *
909
+ * @example
910
+ * SAF
911
+ */
374
912
  sourceType?: string;
913
+ /**
914
+ * @remarks
915
+ * Title.
916
+ *
917
+ * @example
918
+ * 获取手机号前7位
919
+ */
375
920
  title?: string;
921
+ /**
922
+ * @remarks
923
+ * The type of the variable.
924
+ *
925
+ * @example
926
+ * EXPRESSION
927
+ */
376
928
  type?: string;
929
+ /**
930
+ * @remarks
931
+ * The variable metric information. This field is not returned for this type of variable.
932
+ */
377
933
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectExpressionVariablesVariableVelocity;
934
+ /**
935
+ * @remarks
936
+ * The X label. This field is not returned for this type of variable.
937
+ *
938
+ * @example
939
+ * This type does not have this field
940
+ */
378
941
  xLabel?: string;
942
+ /**
943
+ * @remarks
944
+ * The Y label. This field is not returned for this type of variable.
945
+ *
946
+ * @example
947
+ * This type does not have this field
948
+ */
379
949
  yLabel?: string;
380
950
  static names(): { [key: string]: string } {
381
951
  return {
@@ -453,7 +1023,21 @@ export class DescribeEventVariableListResponseBodyResultObjectExpressionVariable
453
1023
  }
454
1024
 
455
1025
  export class DescribeEventVariableListResponseBodyResultObjectFavoriteVariablesOutputThreshold extends $dara.Model {
1026
+ /**
1027
+ * @remarks
1028
+ * Maximum value.
1029
+ *
1030
+ * @example
1031
+ * 10
1032
+ */
456
1033
  maxValue?: number;
1034
+ /**
1035
+ * @remarks
1036
+ * Minimum value.
1037
+ *
1038
+ * @example
1039
+ * 1
1040
+ */
457
1041
  minValue?: number;
458
1042
  static names(): { [key: string]: string } {
459
1043
  return {
@@ -479,6 +1063,13 @@ export class DescribeEventVariableListResponseBodyResultObjectFavoriteVariablesO
479
1063
  }
480
1064
 
481
1065
  export class DescribeEventVariableListResponseBodyResultObjectFavoriteVariablesVariableVelocity extends $dara.Model {
1066
+ /**
1067
+ * @remarks
1068
+ * iv value. This type of variable does not return this field.
1069
+ *
1070
+ * @example
1071
+ * This type does not have this field
1072
+ */
482
1073
  iv?: string;
483
1074
  static names(): { [key: string]: string } {
484
1075
  return {
@@ -502,30 +1093,199 @@ export class DescribeEventVariableListResponseBodyResultObjectFavoriteVariablesV
502
1093
  }
503
1094
 
504
1095
  export class DescribeEventVariableListResponseBodyResultObjectFavoriteVariables extends $dara.Model {
1096
+ /**
1097
+ * @remarks
1098
+ * Variable code.
1099
+ *
1100
+ * @example
1101
+ * deFunctionProcess(ip,\\"isIp\\")
1102
+ */
505
1103
  code?: string;
1104
+ /**
1105
+ * @remarks
1106
+ * Data distribution display in JSON format. This field is not returned for this type of variable.
1107
+ *
1108
+ * @example
1109
+ * This type does not have this field
1110
+ */
506
1111
  dataDisplay?: string;
1112
+ /**
1113
+ * @remarks
1114
+ * Variable definition ID.
1115
+ *
1116
+ * @example
1117
+ * 16
1118
+ */
507
1119
  defineId?: string;
1120
+ /**
1121
+ * @remarks
1122
+ * Description of the variable.
1123
+ *
1124
+ * @example
1125
+ * 判断是否符合IPv4标准
1126
+ */
508
1127
  description?: string;
1128
+ /**
1129
+ * @remarks
1130
+ * Display type and group label.
1131
+ *
1132
+ * @example
1133
+ * SYSTEM_BIND
1134
+ */
509
1135
  displayType?: string;
1136
+ /**
1137
+ * @remarks
1138
+ * Expression display value. This type of variable does not return this field.
1139
+ *
1140
+ * @example
1141
+ * This type does not have this field
1142
+ */
510
1143
  expressionTitle?: string;
1144
+ /**
1145
+ * @remarks
1146
+ * Favorite identifier.
1147
+ *
1148
+ * @example
1149
+ * false
1150
+ */
511
1151
  favoriteFlag?: boolean;
1152
+ /**
1153
+ * @remarks
1154
+ * Details of the field pool. This type of variable does not return this field.
1155
+ *
1156
+ * @example
1157
+ * This type does not have this field
1158
+ */
512
1159
  fieldDetail?: string;
1160
+ /**
1161
+ * @remarks
1162
+ * Field sorting.
1163
+ *
1164
+ * @example
1165
+ * 0
1166
+ */
513
1167
  fieldRank?: number;
1168
+ /**
1169
+ * @remarks
1170
+ * Source of the field. This type of variable does not return this field.
1171
+ *
1172
+ * @example
1173
+ * This type does not have this field
1174
+ */
514
1175
  fieldSource?: string;
1176
+ /**
1177
+ * @remarks
1178
+ * Field type.
1179
+ *
1180
+ * @example
1181
+ * BOOLEAN
1182
+ */
515
1183
  fieldType?: string;
1184
+ /**
1185
+ * @remarks
1186
+ * Primary key ID.
1187
+ *
1188
+ * @example
1189
+ * 34
1190
+ */
516
1191
  id?: number;
1192
+ /**
1193
+ * @remarks
1194
+ * Input type of the parameter. This field is not returned for this type of variable.
1195
+ *
1196
+ * @example
1197
+ * This type does not have this field
1198
+ */
517
1199
  inputFieldType?: string;
1200
+ /**
1201
+ * @remarks
1202
+ * Required parameter. This field is not returned for this type of variable.
1203
+ *
1204
+ * @example
1205
+ * This type does not have this field
1206
+ */
518
1207
  inputRequired?: string;
1208
+ /**
1209
+ * @remarks
1210
+ * Input parameters should be separated by commas. Some variables may not have this field.
1211
+ *
1212
+ * @example
1213
+ * ip
1214
+ */
519
1215
  inputs?: string;
1216
+ /**
1217
+ * @remarks
1218
+ * Variable name.
1219
+ *
1220
+ * @example
1221
+ * __isIpAddressV4__
1222
+ */
520
1223
  name?: string;
1224
+ /**
1225
+ * @remarks
1226
+ * Anomaly value. This field is not returned for this type of variable.
1227
+ *
1228
+ * @example
1229
+ * This type does not have this field
1230
+ */
521
1231
  outlier?: string;
1232
+ /**
1233
+ * @remarks
1234
+ * Output value threshold.
1235
+ */
522
1236
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectFavoriteVariablesOutputThreshold;
1237
+ /**
1238
+ * @remarks
1239
+ * Parent node. This field is not returned for this type of variable.
1240
+ *
1241
+ * @example
1242
+ * This type does not have this field
1243
+ */
523
1244
  parentName?: string;
1245
+ /**
1246
+ * @remarks
1247
+ * Source type.
1248
+ *
1249
+ * @example
1250
+ * SAF
1251
+ */
524
1252
  sourceType?: string;
1253
+ /**
1254
+ * @remarks
1255
+ * Title.
1256
+ *
1257
+ * @example
1258
+ * IP是否符合IPV4格式
1259
+ */
525
1260
  title?: string;
1261
+ /**
1262
+ * @remarks
1263
+ * Variable type.
1264
+ *
1265
+ * @example
1266
+ * SYSTEM_BIND
1267
+ */
526
1268
  type?: string;
1269
+ /**
1270
+ * @remarks
1271
+ * Variable metric information. This field is not returned for this type of variable.
1272
+ */
527
1273
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectFavoriteVariablesVariableVelocity;
1274
+ /**
1275
+ * @remarks
1276
+ * x label. This type of variable does not return this field.
1277
+ *
1278
+ * @example
1279
+ * This type does not have this field
1280
+ */
528
1281
  xLabel?: string;
1282
+ /**
1283
+ * @remarks
1284
+ * y label. This type of variable does not return this field.
1285
+ *
1286
+ * @example
1287
+ * This type does not have this field
1288
+ */
529
1289
  yLabel?: string;
530
1290
  static names(): { [key: string]: string } {
531
1291
  return {
@@ -603,7 +1363,21 @@ export class DescribeEventVariableListResponseBodyResultObjectFavoriteVariables
603
1363
  }
604
1364
 
605
1365
  export class DescribeEventVariableListResponseBodyResultObjectMiddleVariablesOutputThreshold extends $dara.Model {
1366
+ /**
1367
+ * @remarks
1368
+ * Maximum value.
1369
+ *
1370
+ * @example
1371
+ * 10
1372
+ */
606
1373
  maxValue?: number;
1374
+ /**
1375
+ * @remarks
1376
+ * Minimum value.
1377
+ *
1378
+ * @example
1379
+ * 0
1380
+ */
607
1381
  minValue?: number;
608
1382
  static names(): { [key: string]: string } {
609
1383
  return {
@@ -629,6 +1403,13 @@ export class DescribeEventVariableListResponseBodyResultObjectMiddleVariablesOut
629
1403
  }
630
1404
 
631
1405
  export class DescribeEventVariableListResponseBodyResultObjectMiddleVariablesVariableVelocity extends $dara.Model {
1406
+ /**
1407
+ * @remarks
1408
+ * id value. This type of variable does not return this field.
1409
+ *
1410
+ * @example
1411
+ * This type does not have this field
1412
+ */
632
1413
  iv?: string;
633
1414
  static names(): { [key: string]: string } {
634
1415
  return {
@@ -652,30 +1433,199 @@ export class DescribeEventVariableListResponseBodyResultObjectMiddleVariablesVar
652
1433
  }
653
1434
 
654
1435
  export class DescribeEventVariableListResponseBodyResultObjectMiddleVariables extends $dara.Model {
1436
+ /**
1437
+ * @remarks
1438
+ * Variable code.
1439
+ *
1440
+ * @example
1441
+ * mid
1442
+ */
655
1443
  code?: string;
1444
+ /**
1445
+ * @remarks
1446
+ * Data distribution display in JSON format. This field is not returned for this type of variable.
1447
+ *
1448
+ * @example
1449
+ * This type does not have this field
1450
+ */
656
1451
  dataDisplay?: string;
1452
+ /**
1453
+ * @remarks
1454
+ * Variable definition ID.
1455
+ *
1456
+ * @example
1457
+ * register
1458
+ */
657
1459
  defineId?: string;
1460
+ /**
1461
+ * @remarks
1462
+ * Variable description.
1463
+ *
1464
+ * @example
1465
+ * description
1466
+ */
658
1467
  description?: string;
1468
+ /**
1469
+ * @remarks
1470
+ * Display type and group label.
1471
+ *
1472
+ * @example
1473
+ * MIDDLE
1474
+ */
659
1475
  displayType?: string;
1476
+ /**
1477
+ * @remarks
1478
+ * Calculate the display value of the expression. This type of variable does not return this field.
1479
+ *
1480
+ * @example
1481
+ * This type does not have this field
1482
+ */
660
1483
  expressionTitle?: string;
1484
+ /**
1485
+ * @remarks
1486
+ * Favorite identifier.
1487
+ *
1488
+ * @example
1489
+ * false
1490
+ */
661
1491
  favoriteFlag?: boolean;
1492
+ /**
1493
+ * @remarks
1494
+ * Details of the field pool. This type of variable does not return this field.
1495
+ *
1496
+ * @example
1497
+ * This type does not have this field
1498
+ */
662
1499
  fieldDetail?: string;
1500
+ /**
1501
+ * @remarks
1502
+ * Field sorting.
1503
+ *
1504
+ * @example
1505
+ * 0
1506
+ */
663
1507
  fieldRank?: number;
1508
+ /**
1509
+ * @remarks
1510
+ * Variable source.
1511
+ *
1512
+ * @example
1513
+ * DEFAULT
1514
+ */
664
1515
  fieldSource?: string;
1516
+ /**
1517
+ * @remarks
1518
+ * Field type.
1519
+ *
1520
+ * @example
1521
+ * STRING
1522
+ */
665
1523
  fieldType?: string;
1524
+ /**
1525
+ * @remarks
1526
+ * Primary key ID.
1527
+ *
1528
+ * @example
1529
+ * 49
1530
+ */
666
1531
  id?: number;
1532
+ /**
1533
+ * @remarks
1534
+ * Input field type, indicating the type of input parameters, mainly used for function classification. This type of variable does not return this field.
1535
+ *
1536
+ * @example
1537
+ * This type does not have this field
1538
+ */
667
1539
  inputFieldType?: string;
1540
+ /**
1541
+ * @remarks
1542
+ * Required parameter. This field is not returned for this type of variable.
1543
+ *
1544
+ * @example
1545
+ * This type does not have this field
1546
+ */
668
1547
  inputRequired?: string;
1548
+ /**
1549
+ * @remarks
1550
+ * Input of the variable.
1551
+ *
1552
+ * @example
1553
+ * This type does not have this field
1554
+ */
669
1555
  inputs?: string;
1556
+ /**
1557
+ * @remarks
1558
+ * Variable name.
1559
+ *
1560
+ * @example
1561
+ * mid
1562
+ */
670
1563
  name?: string;
1564
+ /**
1565
+ * @remarks
1566
+ * Outlier value. This field is not returned for this type of variable.
1567
+ *
1568
+ * @example
1569
+ * This type does not have this field
1570
+ */
671
1571
  outlier?: string;
1572
+ /**
1573
+ * @remarks
1574
+ * Output value threshold.
1575
+ */
672
1576
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectMiddleVariablesOutputThreshold;
1577
+ /**
1578
+ * @remarks
1579
+ * Parent node. This field is not returned for this type of variable.
1580
+ *
1581
+ * @example
1582
+ * This type does not have this field
1583
+ */
673
1584
  parentName?: string;
1585
+ /**
1586
+ * @remarks
1587
+ * Source type.
1588
+ *
1589
+ * @example
1590
+ * SAF
1591
+ */
674
1592
  sourceType?: string;
1593
+ /**
1594
+ * @remarks
1595
+ * Title.
1596
+ *
1597
+ * @example
1598
+ * midVaribale
1599
+ */
675
1600
  title?: string;
1601
+ /**
1602
+ * @remarks
1603
+ * Variable type.
1604
+ *
1605
+ * @example
1606
+ * MIDDLE
1607
+ */
676
1608
  type?: string;
1609
+ /**
1610
+ * @remarks
1611
+ * Variable metric information. This type of variable does not return this field.
1612
+ */
677
1613
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectMiddleVariablesVariableVelocity;
1614
+ /**
1615
+ * @remarks
1616
+ * x label. This type of variable does not return this field.
1617
+ *
1618
+ * @example
1619
+ * This type does not have this field
1620
+ */
678
1621
  xLabel?: string;
1622
+ /**
1623
+ * @remarks
1624
+ * y label. This type of variable does not return this field.
1625
+ *
1626
+ * @example
1627
+ * This type does not have this field
1628
+ */
679
1629
  yLabel?: string;
680
1630
  static names(): { [key: string]: string } {
681
1631
  return {
@@ -753,7 +1703,21 @@ export class DescribeEventVariableListResponseBodyResultObjectMiddleVariables ex
753
1703
  }
754
1704
 
755
1705
  export class DescribeEventVariableListResponseBodyResultObjectModelVariablesOutputThreshold extends $dara.Model {
1706
+ /**
1707
+ * @remarks
1708
+ * The maximum value.
1709
+ *
1710
+ * @example
1711
+ * 10
1712
+ */
756
1713
  maxValue?: number;
1714
+ /**
1715
+ * @remarks
1716
+ * The minimum value.
1717
+ *
1718
+ * @example
1719
+ * 1
1720
+ */
757
1721
  minValue?: number;
758
1722
  static names(): { [key: string]: string } {
759
1723
  return {
@@ -779,6 +1743,13 @@ export class DescribeEventVariableListResponseBodyResultObjectModelVariablesOutp
779
1743
  }
780
1744
 
781
1745
  export class DescribeEventVariableListResponseBodyResultObjectModelVariablesVariableVelocity extends $dara.Model {
1746
+ /**
1747
+ * @remarks
1748
+ * The IV value. This field is not returned for this type of variable.
1749
+ *
1750
+ * @example
1751
+ * This type does not have this field
1752
+ */
782
1753
  iv?: string;
783
1754
  static names(): { [key: string]: string } {
784
1755
  return {
@@ -802,30 +1773,199 @@ export class DescribeEventVariableListResponseBodyResultObjectModelVariablesVari
802
1773
  }
803
1774
 
804
1775
  export class DescribeEventVariableListResponseBodyResultObjectModelVariables extends $dara.Model {
1776
+ /**
1777
+ * @remarks
1778
+ * The code of the model variable.
1779
+ *
1780
+ * @example
1781
+ * getAIData(model)
1782
+ */
805
1783
  code?: string;
1784
+ /**
1785
+ * @remarks
1786
+ * Data distribution display, in JSON format. This field is not returned for this type of variable.
1787
+ *
1788
+ * @example
1789
+ * This type does not have this field
1790
+ */
806
1791
  dataDisplay?: string;
1792
+ /**
1793
+ * @remarks
1794
+ * The definition ID of the model variable. This field is not returned for this type of variable.
1795
+ *
1796
+ * @example
1797
+ * This type does not have this field
1798
+ */
807
1799
  defineId?: string;
1800
+ /**
1801
+ * @remarks
1802
+ * The description of the model variable.
1803
+ *
1804
+ * @example
1805
+ * BL_t_show
1806
+ */
808
1807
  description?: string;
1808
+ /**
1809
+ * @remarks
1810
+ * The display type and grouping label.
1811
+ *
1812
+ * @example
1813
+ * MODEL
1814
+ */
809
1815
  displayType?: string;
1816
+ /**
1817
+ * @remarks
1818
+ * The display value of the calculation expression. This field is not returned for this type of variable.
1819
+ *
1820
+ * @example
1821
+ * This type does not have this field
1822
+ */
810
1823
  expressionTitle?: string;
1824
+ /**
1825
+ * @remarks
1826
+ * The favorite flag.
1827
+ *
1828
+ * @example
1829
+ * false
1830
+ */
811
1831
  favoriteFlag?: boolean;
1832
+ /**
1833
+ * @remarks
1834
+ * The detailed information of the field in the field pool. This field is not returned for this type of variable.
1835
+ *
1836
+ * @example
1837
+ * This type does not have this field
1838
+ */
812
1839
  fieldDetail?: string;
1840
+ /**
1841
+ * @remarks
1842
+ * The field rank.
1843
+ *
1844
+ * @example
1845
+ * 0
1846
+ */
813
1847
  fieldRank?: number;
1848
+ /**
1849
+ * @remarks
1850
+ * The source of the field. This field is not returned for this type of variable.
1851
+ *
1852
+ * @example
1853
+ * This type does not have this field
1854
+ */
814
1855
  fieldSource?: string;
1856
+ /**
1857
+ * @remarks
1858
+ * The type of the field.
1859
+ *
1860
+ * @example
1861
+ * DOUBLE
1862
+ */
815
1863
  fieldType?: string;
1864
+ /**
1865
+ * @remarks
1866
+ * The primary key ID of the model variable.
1867
+ *
1868
+ * @example
1869
+ * 43
1870
+ */
816
1871
  id?: number;
1872
+ /**
1873
+ * @remarks
1874
+ * The input type of the parameter. This field is not returned for this type of variable.
1875
+ *
1876
+ * @example
1877
+ * This type does not have this field
1878
+ */
817
1879
  inputFieldType?: string;
1880
+ /**
1881
+ * @remarks
1882
+ * The required parameter. This field is not returned for this type of variable.
1883
+ *
1884
+ * @example
1885
+ * This type does not have this field
1886
+ */
818
1887
  inputRequired?: string;
1888
+ /**
1889
+ * @remarks
1890
+ * Multiple input parameters separated by commas. This field is not returned for this type of variable.
1891
+ *
1892
+ * @example
1893
+ * This type does not have this field
1894
+ */
819
1895
  inputs?: string;
1896
+ /**
1897
+ * @remarks
1898
+ * The name of the model variable.
1899
+ *
1900
+ * @example
1901
+ * mo_qbbyf33o66f2
1902
+ */
820
1903
  name?: string;
1904
+ /**
1905
+ * @remarks
1906
+ * The outlier value. This field is not returned for this type of variable.
1907
+ *
1908
+ * @example
1909
+ * This type does not have this field
1910
+ */
821
1911
  outlier?: string;
1912
+ /**
1913
+ * @remarks
1914
+ * The output value threshold.
1915
+ */
822
1916
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectModelVariablesOutputThreshold;
1917
+ /**
1918
+ * @remarks
1919
+ * The parent node. This field is not returned for this type of variable.
1920
+ *
1921
+ * @example
1922
+ * This type does not have this field
1923
+ */
823
1924
  parentName?: string;
1925
+ /**
1926
+ * @remarks
1927
+ * The source type.
1928
+ *
1929
+ * @example
1930
+ * SAF
1931
+ */
824
1932
  sourceType?: string;
1933
+ /**
1934
+ * @remarks
1935
+ * The title of the model variable.
1936
+ *
1937
+ * @example
1938
+ * BL_t_show
1939
+ */
825
1940
  title?: string;
1941
+ /**
1942
+ * @remarks
1943
+ * The type of the model variable.
1944
+ *
1945
+ * @example
1946
+ * MODEL
1947
+ */
826
1948
  type?: string;
1949
+ /**
1950
+ * @remarks
1951
+ * The variable metric information. This field is not returned for this type of variable.
1952
+ */
827
1953
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectModelVariablesVariableVelocity;
1954
+ /**
1955
+ * @remarks
1956
+ * The X label. This field is not returned for this type of variable.
1957
+ *
1958
+ * @example
1959
+ * This type does not have this field
1960
+ */
828
1961
  xLabel?: string;
1962
+ /**
1963
+ * @remarks
1964
+ * The Y label. This field is not returned for this type of variable.
1965
+ *
1966
+ * @example
1967
+ * This type does not have this field
1968
+ */
829
1969
  yLabel?: string;
830
1970
  static names(): { [key: string]: string } {
831
1971
  return {
@@ -903,7 +2043,21 @@ export class DescribeEventVariableListResponseBodyResultObjectModelVariables ext
903
2043
  }
904
2044
 
905
2045
  export class DescribeEventVariableListResponseBodyResultObjectNameListOutputThreshold extends $dara.Model {
2046
+ /**
2047
+ * @remarks
2048
+ * Maximum value.
2049
+ *
2050
+ * @example
2051
+ * 10
2052
+ */
906
2053
  maxValue?: number;
2054
+ /**
2055
+ * @remarks
2056
+ * Minimum value.
2057
+ *
2058
+ * @example
2059
+ * 1
2060
+ */
907
2061
  minValue?: number;
908
2062
  static names(): { [key: string]: string } {
909
2063
  return {
@@ -929,6 +2083,13 @@ export class DescribeEventVariableListResponseBodyResultObjectNameListOutputThre
929
2083
  }
930
2084
 
931
2085
  export class DescribeEventVariableListResponseBodyResultObjectNameListVariableVelocity extends $dara.Model {
2086
+ /**
2087
+ * @remarks
2088
+ * iv value. This type of variable does not return this field.
2089
+ *
2090
+ * @example
2091
+ * This type does not have this field
2092
+ */
932
2093
  iv?: string;
933
2094
  static names(): { [key: string]: string } {
934
2095
  return {
@@ -952,30 +2113,199 @@ export class DescribeEventVariableListResponseBodyResultObjectNameListVariableVe
952
2113
  }
953
2114
 
954
2115
  export class DescribeEventVariableListResponseBodyResultObjectNameList extends $dara.Model {
2116
+ /**
2117
+ * @remarks
2118
+ * Variable code.
2119
+ *
2120
+ * @example
2121
+ * nl_UN8otElLb490
2122
+ */
955
2123
  code?: string;
2124
+ /**
2125
+ * @remarks
2126
+ * Data distribution display in JSON format. This field is not currently returned.
2127
+ *
2128
+ * @example
2129
+ * This type does not have this field
2130
+ */
956
2131
  dataDisplay?: string;
2132
+ /**
2133
+ * @remarks
2134
+ * Variable definition ID. This type of variable does not return this field.
2135
+ *
2136
+ * @example
2137
+ * This type does not have this field
2138
+ */
957
2139
  defineId?: string;
2140
+ /**
2141
+ * @remarks
2142
+ * Description information.
2143
+ *
2144
+ * @example
2145
+ * 描述
2146
+ */
958
2147
  description?: string;
2148
+ /**
2149
+ * @remarks
2150
+ * Display type and group label.
2151
+ *
2152
+ * @example
2153
+ * NAME_LIST
2154
+ */
959
2155
  displayType?: string;
2156
+ /**
2157
+ * @remarks
2158
+ * Calculate the expression display value. This type of variable does not return this field.
2159
+ *
2160
+ * @example
2161
+ * This type does not have this field
2162
+ */
960
2163
  expressionTitle?: string;
2164
+ /**
2165
+ * @remarks
2166
+ * Favorite identifier.
2167
+ *
2168
+ * @example
2169
+ * false
2170
+ */
961
2171
  favoriteFlag?: boolean;
2172
+ /**
2173
+ * @remarks
2174
+ * Details of the field pool. This type of variable does not return this field.
2175
+ *
2176
+ * @example
2177
+ * This type does not have this field
2178
+ */
962
2179
  fieldDetail?: string;
2180
+ /**
2181
+ * @remarks
2182
+ * Field sorting.
2183
+ *
2184
+ * @example
2185
+ * 0
2186
+ */
963
2187
  fieldRank?: number;
2188
+ /**
2189
+ * @remarks
2190
+ * Source of the field. This type of variable does not return this field.
2191
+ *
2192
+ * @example
2193
+ * This type does not have this field
2194
+ */
964
2195
  fieldSource?: string;
2196
+ /**
2197
+ * @remarks
2198
+ * Field type. This field is not returned for this type of variable.
2199
+ *
2200
+ * @example
2201
+ * This type does not have this field
2202
+ */
965
2203
  fieldType?: string;
2204
+ /**
2205
+ * @remarks
2206
+ * Primary key ID.
2207
+ *
2208
+ * @example
2209
+ * 34
2210
+ */
966
2211
  id?: number;
2212
+ /**
2213
+ * @remarks
2214
+ * Input type of the parameter. This field is not returned for this type of variable.
2215
+ *
2216
+ * @example
2217
+ * This type does not have this field
2218
+ */
967
2219
  inputFieldType?: string;
2220
+ /**
2221
+ * @remarks
2222
+ * Required parameter. This field is not returned for this type of variable.
2223
+ *
2224
+ * @example
2225
+ * This type does not have this field
2226
+ */
968
2227
  inputRequired?: string;
2228
+ /**
2229
+ * @remarks
2230
+ * Input parameters. This field is not returned for this type of variable.
2231
+ *
2232
+ * @example
2233
+ * This type does not have this field
2234
+ */
969
2235
  inputs?: string;
2236
+ /**
2237
+ * @remarks
2238
+ * Variable name.
2239
+ *
2240
+ * @example
2241
+ * nl_UN8otElLb490
2242
+ */
970
2243
  name?: string;
2244
+ /**
2245
+ * @remarks
2246
+ * Outlier value. This field is not returned for this type of variable.
2247
+ *
2248
+ * @example
2249
+ * This type does not have this field
2250
+ */
971
2251
  outlier?: string;
2252
+ /**
2253
+ * @remarks
2254
+ * Output value threshold.
2255
+ */
972
2256
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectNameListOutputThreshold;
2257
+ /**
2258
+ * @remarks
2259
+ * Parent node. This field is not returned currently.
2260
+ *
2261
+ * @example
2262
+ * This type does not have this field
2263
+ */
973
2264
  parentName?: string;
2265
+ /**
2266
+ * @remarks
2267
+ * Source type.
2268
+ *
2269
+ * @example
2270
+ * SAF
2271
+ */
974
2272
  sourceType?: string;
2273
+ /**
2274
+ * @remarks
2275
+ * Title.
2276
+ *
2277
+ * @example
2278
+ * 白名单
2279
+ */
975
2280
  title?: string;
2281
+ /**
2282
+ * @remarks
2283
+ * Variable type.
2284
+ *
2285
+ * @example
2286
+ * NAME_LIST
2287
+ */
976
2288
  type?: string;
2289
+ /**
2290
+ * @remarks
2291
+ * Variable metric information. This field is not returned for this type of variable.
2292
+ */
977
2293
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectNameListVariableVelocity;
2294
+ /**
2295
+ * @remarks
2296
+ * x label. This type of variable does not return this field.
2297
+ *
2298
+ * @example
2299
+ * This type does not have this field
2300
+ */
978
2301
  xLabel?: string;
2302
+ /**
2303
+ * @remarks
2304
+ * y label. This type of variable does not return this field.
2305
+ *
2306
+ * @example
2307
+ * This type does not have this field
2308
+ */
979
2309
  yLabel?: string;
980
2310
  static names(): { [key: string]: string } {
981
2311
  return {
@@ -1053,7 +2383,21 @@ export class DescribeEventVariableListResponseBodyResultObjectNameList extends $
1053
2383
  }
1054
2384
 
1055
2385
  export class DescribeEventVariableListResponseBodyResultObjectNativeVariableFunctionsOutputThreshold extends $dara.Model {
2386
+ /**
2387
+ * @remarks
2388
+ * Maximum value.
2389
+ *
2390
+ * @example
2391
+ * 10
2392
+ */
1056
2393
  maxValue?: number;
2394
+ /**
2395
+ * @remarks
2396
+ * Minimum value.
2397
+ *
2398
+ * @example
2399
+ * 0
2400
+ */
1057
2401
  minValue?: number;
1058
2402
  static names(): { [key: string]: string } {
1059
2403
  return {
@@ -1079,6 +2423,13 @@ export class DescribeEventVariableListResponseBodyResultObjectNativeVariableFunc
1079
2423
  }
1080
2424
 
1081
2425
  export class DescribeEventVariableListResponseBodyResultObjectNativeVariableFunctionsVariableVelocity extends $dara.Model {
2426
+ /**
2427
+ * @remarks
2428
+ * iv value. This type of variable does not return this field.
2429
+ *
2430
+ * @example
2431
+ * This type does not have this field
2432
+ */
1082
2433
  iv?: string;
1083
2434
  static names(): { [key: string]: string } {
1084
2435
  return {
@@ -1102,30 +2453,199 @@ export class DescribeEventVariableListResponseBodyResultObjectNativeVariableFunc
1102
2453
  }
1103
2454
 
1104
2455
  export class DescribeEventVariableListResponseBodyResultObjectNativeVariableFunctions extends $dara.Model {
2456
+ /**
2457
+ * @remarks
2458
+ * Variable code.
2459
+ *
2460
+ * @example
2461
+ * getHourOfTimestamp({data})
2462
+ */
1105
2463
  code?: string;
2464
+ /**
2465
+ * @remarks
2466
+ * Data distribution display in JSON format. This field is not returned for this type of variable.
2467
+ *
2468
+ * @example
2469
+ * This type does not have this field
2470
+ */
1106
2471
  dataDisplay?: string;
2472
+ /**
2473
+ * @remarks
2474
+ * Variable definition ID. This type of variable does not return this field.
2475
+ *
2476
+ * @example
2477
+ * This type does not have this field
2478
+ */
1107
2479
  defineId?: string;
2480
+ /**
2481
+ * @remarks
2482
+ * Description information.
2483
+ *
2484
+ * @example
2485
+ * 时间戳,可以是秒或者毫秒
2486
+ */
1108
2487
  description?: string;
2488
+ /**
2489
+ * @remarks
2490
+ * Display type and group label.
2491
+ *
2492
+ * @example
2493
+ * FUNC
2494
+ */
1109
2495
  displayType?: string;
2496
+ /**
2497
+ * @remarks
2498
+ * Calculate the expression display value. This field is not returned for this type of variable.
2499
+ *
2500
+ * @example
2501
+ * This type does not have this field
2502
+ */
1110
2503
  expressionTitle?: string;
2504
+ /**
2505
+ * @remarks
2506
+ * Favorite identifier.
2507
+ *
2508
+ * @example
2509
+ * false
2510
+ */
1111
2511
  favoriteFlag?: boolean;
2512
+ /**
2513
+ * @remarks
2514
+ * Details of the field pool. This type of variable does not return this field.
2515
+ *
2516
+ * @example
2517
+ * This type does not have this field
2518
+ */
1112
2519
  fieldDetail?: string;
2520
+ /**
2521
+ * @remarks
2522
+ * Field sorting.
2523
+ *
2524
+ * @example
2525
+ * 0
2526
+ */
1113
2527
  fieldRank?: number;
2528
+ /**
2529
+ * @remarks
2530
+ * Source of the field. This type of variable does not return this field.
2531
+ *
2532
+ * @example
2533
+ * This type does not have this field
2534
+ */
1114
2535
  fieldSource?: string;
2536
+ /**
2537
+ * @remarks
2538
+ * Variable return type.
2539
+ *
2540
+ * @example
2541
+ * LONG
2542
+ */
1115
2543
  fieldType?: string;
2544
+ /**
2545
+ * @remarks
2546
+ * Primary key ID.
2547
+ *
2548
+ * @example
2549
+ * 93
2550
+ */
1116
2551
  id?: number;
2552
+ /**
2553
+ * @remarks
2554
+ * The input type of the parameter.
2555
+ *
2556
+ * @example
2557
+ * DATE
2558
+ */
1117
2559
  inputFieldType?: string;
2560
+ /**
2561
+ * @remarks
2562
+ * Required parameter. This field is not returned for this type of variable.
2563
+ *
2564
+ * @example
2565
+ * This type does not have this field
2566
+ */
1118
2567
  inputRequired?: string;
2568
+ /**
2569
+ * @remarks
2570
+ * Input field. This type of variable does not return this field.
2571
+ *
2572
+ * @example
2573
+ * This type does not have this field
2574
+ */
1119
2575
  inputs?: string;
2576
+ /**
2577
+ * @remarks
2578
+ * Variable name.
2579
+ *
2580
+ * @example
2581
+ * __getHourOfTimestamp__
2582
+ */
1120
2583
  name?: string;
2584
+ /**
2585
+ * @remarks
2586
+ * Exception value. This type of variable does not return this field.
2587
+ *
2588
+ * @example
2589
+ * This type does not have this field
2590
+ */
1121
2591
  outlier?: string;
2592
+ /**
2593
+ * @remarks
2594
+ * Output value threshold.
2595
+ */
1122
2596
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectNativeVariableFunctionsOutputThreshold;
2597
+ /**
2598
+ * @remarks
2599
+ * Parent node. This field is not returned for this type of variable.
2600
+ *
2601
+ * @example
2602
+ * This type does not have this field
2603
+ */
1123
2604
  parentName?: string;
2605
+ /**
2606
+ * @remarks
2607
+ * Source type.
2608
+ *
2609
+ * @example
2610
+ * SAF
2611
+ */
1124
2612
  sourceType?: string;
2613
+ /**
2614
+ * @remarks
2615
+ * Variable title.
2616
+ *
2617
+ * @example
2618
+ * 根据时间戳获取小时
2619
+ */
1125
2620
  title?: string;
2621
+ /**
2622
+ * @remarks
2623
+ * Variable type.
2624
+ *
2625
+ * @example
2626
+ * FUNC
2627
+ */
1126
2628
  type?: string;
2629
+ /**
2630
+ * @remarks
2631
+ * Variable metric information. This type of variable does not return this field.
2632
+ */
1127
2633
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectNativeVariableFunctionsVariableVelocity;
2634
+ /**
2635
+ * @remarks
2636
+ * x label. This type of variable does not return this field.
2637
+ *
2638
+ * @example
2639
+ * This type does not have this field
2640
+ */
1128
2641
  xLabel?: string;
2642
+ /**
2643
+ * @remarks
2644
+ * y label. This type of variable does not return this field.
2645
+ *
2646
+ * @example
2647
+ * This type does not have this field
2648
+ */
1129
2649
  yLabel?: string;
1130
2650
  static names(): { [key: string]: string } {
1131
2651
  return {
@@ -1203,7 +2723,21 @@ export class DescribeEventVariableListResponseBodyResultObjectNativeVariableFunc
1203
2723
  }
1204
2724
 
1205
2725
  export class DescribeEventVariableListResponseBodyResultObjectNativeVariablesOutputThreshold extends $dara.Model {
2726
+ /**
2727
+ * @remarks
2728
+ * Maximum value.
2729
+ *
2730
+ * @example
2731
+ * 10
2732
+ */
1206
2733
  maxValue?: number;
2734
+ /**
2735
+ * @remarks
2736
+ * Minimum value.
2737
+ *
2738
+ * @example
2739
+ * 1
2740
+ */
1207
2741
  minValue?: number;
1208
2742
  static names(): { [key: string]: string } {
1209
2743
  return {
@@ -1229,6 +2763,13 @@ export class DescribeEventVariableListResponseBodyResultObjectNativeVariablesOut
1229
2763
  }
1230
2764
 
1231
2765
  export class DescribeEventVariableListResponseBodyResultObjectNativeVariablesVariableVelocity extends $dara.Model {
2766
+ /**
2767
+ * @remarks
2768
+ * iv value.
2769
+ *
2770
+ * @example
2771
+ * 无
2772
+ */
1232
2773
  iv?: string;
1233
2774
  static names(): { [key: string]: string } {
1234
2775
  return {
@@ -1252,30 +2793,199 @@ export class DescribeEventVariableListResponseBodyResultObjectNativeVariablesVar
1252
2793
  }
1253
2794
 
1254
2795
  export class DescribeEventVariableListResponseBodyResultObjectNativeVariables extends $dara.Model {
2796
+ /**
2797
+ * @remarks
2798
+ * variable code.
2799
+ *
2800
+ * @example
2801
+ * age
2802
+ */
1255
2803
  code?: string;
2804
+ /**
2805
+ * @remarks
2806
+ * Data distribution display, in JSON format.
2807
+ *
2808
+ * @example
2809
+ * {}
2810
+ */
1256
2811
  dataDisplay?: string;
2812
+ /**
2813
+ * @remarks
2814
+ * Associated variable definition ID.
2815
+ *
2816
+ * @example
2817
+ * register
2818
+ */
1257
2819
  defineId?: string;
2820
+ /**
2821
+ * @remarks
2822
+ * Variable description.
2823
+ *
2824
+ * @example
2825
+ * 描述
2826
+ */
1258
2827
  description?: string;
2828
+ /**
2829
+ * @remarks
2830
+ * Display type and group label.
2831
+ *
2832
+ * @example
2833
+ * NATIVE
2834
+ */
1259
2835
  displayType?: string;
2836
+ /**
2837
+ * @remarks
2838
+ * Calculate expression display value.
2839
+ *
2840
+ * @example
2841
+ * 无
2842
+ */
1260
2843
  expressionTitle?: string;
2844
+ /**
2845
+ * @remarks
2846
+ * Favorite Identifier.
2847
+ *
2848
+ * @example
2849
+ * true
2850
+ */
1261
2851
  favoriteFlag?: boolean;
2852
+ /**
2853
+ * @remarks
2854
+ * Field pool field details.
2855
+ *
2856
+ * @example
2857
+ * 无
2858
+ */
1262
2859
  fieldDetail?: string;
2860
+ /**
2861
+ * @remarks
2862
+ * Field Sorting.
2863
+ *
2864
+ * @example
2865
+ * 1
2866
+ */
1263
2867
  fieldRank?: number;
2868
+ /**
2869
+ * @remarks
2870
+ * Variable source.
2871
+ *
2872
+ * @example
2873
+ * DEFINE
2874
+ */
1264
2875
  fieldSource?: string;
2876
+ /**
2877
+ * @remarks
2878
+ * Field type.
2879
+ *
2880
+ * @example
2881
+ * STRING
2882
+ */
1265
2883
  fieldType?: string;
2884
+ /**
2885
+ * @remarks
2886
+ * Variable ID.
2887
+ *
2888
+ * @example
2889
+ * 223
2890
+ */
1266
2891
  id?: number;
2892
+ /**
2893
+ * @remarks
2894
+ * Input field type, indicating the type of input parameters, mainly used for function categorization.
2895
+ *
2896
+ * @example
2897
+ * STRING
2898
+ */
1267
2899
  inputFieldType?: string;
2900
+ /**
2901
+ * @remarks
2902
+ * Required parameters.
2903
+ *
2904
+ * @example
2905
+ * 无
2906
+ */
1268
2907
  inputRequired?: string;
2908
+ /**
2909
+ * @remarks
2910
+ * Input of the variable. Event field is not present.
2911
+ *
2912
+ * @example
2913
+ * 无
2914
+ */
1269
2915
  inputs?: string;
2916
+ /**
2917
+ * @remarks
2918
+ * variable name.
2919
+ *
2920
+ * @example
2921
+ * age
2922
+ */
1270
2923
  name?: string;
2924
+ /**
2925
+ * @remarks
2926
+ * outlier.
2927
+ *
2928
+ * @example
2929
+ * 无
2930
+ */
1271
2931
  outlier?: string;
2932
+ /**
2933
+ * @remarks
2934
+ * Output score threshold.
2935
+ */
1272
2936
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectNativeVariablesOutputThreshold;
2937
+ /**
2938
+ * @remarks
2939
+ * Parent name.
2940
+ *
2941
+ * @example
2942
+ * parentName
2943
+ */
1273
2944
  parentName?: string;
2945
+ /**
2946
+ * @remarks
2947
+ * Variable source type.
2948
+ *
2949
+ * @example
2950
+ * SAF
2951
+ */
1274
2952
  sourceType?: string;
2953
+ /**
2954
+ * @remarks
2955
+ * Variable name.
2956
+ *
2957
+ * @example
2958
+ * 年龄
2959
+ */
1275
2960
  title?: string;
2961
+ /**
2962
+ * @remarks
2963
+ * Variable type.
2964
+ *
2965
+ * @example
2966
+ * NATIVE
2967
+ */
1276
2968
  type?: string;
2969
+ /**
2970
+ * @remarks
2971
+ * Variable indicator information.
2972
+ */
1277
2973
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectNativeVariablesVariableVelocity;
2974
+ /**
2975
+ * @remarks
2976
+ * x label.
2977
+ *
2978
+ * @example
2979
+ * x
2980
+ */
1278
2981
  xLabel?: string;
2982
+ /**
2983
+ * @remarks
2984
+ * y label.
2985
+ *
2986
+ * @example
2987
+ * y
2988
+ */
1279
2989
  yLabel?: string;
1280
2990
  static names(): { [key: string]: string } {
1281
2991
  return {
@@ -1353,7 +3063,21 @@ export class DescribeEventVariableListResponseBodyResultObjectNativeVariables ex
1353
3063
  }
1354
3064
 
1355
3065
  export class DescribeEventVariableListResponseBodyResultObjectQueryVariablesOutputThreshold extends $dara.Model {
3066
+ /**
3067
+ * @remarks
3068
+ * The maximum value.
3069
+ *
3070
+ * @example
3071
+ * 10
3072
+ */
1356
3073
  maxValue?: number;
3074
+ /**
3075
+ * @remarks
3076
+ * The minimum value.
3077
+ *
3078
+ * @example
3079
+ * 1
3080
+ */
1357
3081
  minValue?: number;
1358
3082
  static names(): { [key: string]: string } {
1359
3083
  return {
@@ -1379,6 +3103,13 @@ export class DescribeEventVariableListResponseBodyResultObjectQueryVariablesOutp
1379
3103
  }
1380
3104
 
1381
3105
  export class DescribeEventVariableListResponseBodyResultObjectQueryVariablesVariableVelocity extends $dara.Model {
3106
+ /**
3107
+ * @remarks
3108
+ * The IV value. This field is not returned for this type of variable.
3109
+ *
3110
+ * @example
3111
+ * This type does not have this field
3112
+ */
1382
3113
  iv?: string;
1383
3114
  static names(): { [key: string]: string } {
1384
3115
  return {
@@ -1402,30 +3133,199 @@ export class DescribeEventVariableListResponseBodyResultObjectQueryVariablesVari
1402
3133
  }
1403
3134
 
1404
3135
  export class DescribeEventVariableListResponseBodyResultObjectQueryVariables extends $dara.Model {
3136
+ /**
3137
+ * @remarks
3138
+ * The code of the query variable.
3139
+ *
3140
+ * @example
3141
+ * deInvokeQueryVariable(376773)
3142
+ */
1405
3143
  code?: string;
3144
+ /**
3145
+ * @remarks
3146
+ * Data distribution display, in JSON format. This field is not returned for this type of variable.
3147
+ *
3148
+ * @example
3149
+ * This type does not have this field
3150
+ */
1406
3151
  dataDisplay?: string;
3152
+ /**
3153
+ * @remarks
3154
+ * The definition ID of the query variable. This field is not returned for this type of variable.
3155
+ *
3156
+ * @example
3157
+ * This type does not have this field
3158
+ */
1407
3159
  defineId?: string;
3160
+ /**
3161
+ * @remarks
3162
+ * The description of the query variable.
3163
+ *
3164
+ * @example
3165
+ * 年龄计算
3166
+ */
1408
3167
  description?: string;
3168
+ /**
3169
+ * @remarks
3170
+ * The display type and grouping label.
3171
+ *
3172
+ * @example
3173
+ * QUERY_EXPRESSION
3174
+ */
1409
3175
  displayType?: string;
3176
+ /**
3177
+ * @remarks
3178
+ * The display value of the calculation expression. This field is not returned for this type of variable.
3179
+ *
3180
+ * @example
3181
+ * SELECT AVG( $source )\\nFROM testCase\\nWHERE $age > 0
3182
+ */
1410
3183
  expressionTitle?: string;
3184
+ /**
3185
+ * @remarks
3186
+ * The favorite flag.
3187
+ *
3188
+ * @example
3189
+ * false
3190
+ */
1411
3191
  favoriteFlag?: boolean;
3192
+ /**
3193
+ * @remarks
3194
+ * The detailed information of the field in the field pool. This field is not returned for this type of variable.
3195
+ *
3196
+ * @example
3197
+ * This type does not have this field
3198
+ */
1412
3199
  fieldDetail?: string;
3200
+ /**
3201
+ * @remarks
3202
+ * The field rank.
3203
+ *
3204
+ * @example
3205
+ * 0
3206
+ */
1413
3207
  fieldRank?: number;
3208
+ /**
3209
+ * @remarks
3210
+ * The source of the field. This field is not returned for this type of variable.
3211
+ *
3212
+ * @example
3213
+ * This type does not have this field
3214
+ */
1414
3215
  fieldSource?: string;
3216
+ /**
3217
+ * @remarks
3218
+ * The type of the field.
3219
+ *
3220
+ * @example
3221
+ * STRING
3222
+ */
1415
3223
  fieldType?: string;
3224
+ /**
3225
+ * @remarks
3226
+ * The primary key ID of the query variable.
3227
+ *
3228
+ * @example
3229
+ * 3148
3230
+ */
1416
3231
  id?: number;
3232
+ /**
3233
+ * @remarks
3234
+ * The input type of the parameter. This field is not returned for this type of variable.
3235
+ *
3236
+ * @example
3237
+ * This type does not have this field
3238
+ */
1417
3239
  inputFieldType?: string;
3240
+ /**
3241
+ * @remarks
3242
+ * The required parameter. This field is not returned for this type of variable.
3243
+ *
3244
+ * @example
3245
+ * This type does not have this field
3246
+ */
1418
3247
  inputRequired?: string;
3248
+ /**
3249
+ * @remarks
3250
+ * Multiple input parameters separated by commas. This field is not returned for this type of variable.
3251
+ *
3252
+ * @example
3253
+ * This type does not have this field
3254
+ */
1419
3255
  inputs?: string;
3256
+ /**
3257
+ * @remarks
3258
+ * The name of the query variable.
3259
+ *
3260
+ * @example
3261
+ * ex_qWtKgCox350f
3262
+ */
1420
3263
  name?: string;
3264
+ /**
3265
+ * @remarks
3266
+ * The outlier value.
3267
+ *
3268
+ * @example
3269
+ * SYS_ERROR
3270
+ */
1421
3271
  outlier?: string;
3272
+ /**
3273
+ * @remarks
3274
+ * The output value threshold.
3275
+ */
1422
3276
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectQueryVariablesOutputThreshold;
3277
+ /**
3278
+ * @remarks
3279
+ * The parent node. This field is not returned for this type of variable.
3280
+ *
3281
+ * @example
3282
+ * This type does not have this field
3283
+ */
1423
3284
  parentName?: string;
3285
+ /**
3286
+ * @remarks
3287
+ * The source type.
3288
+ *
3289
+ * @example
3290
+ * DATA_SOURCE
3291
+ */
1424
3292
  sourceType?: string;
3293
+ /**
3294
+ * @remarks
3295
+ * The title of the query variable. The title of the query variable.
3296
+ *
3297
+ * @example
3298
+ * 年龄计算
3299
+ */
1425
3300
  title?: string;
3301
+ /**
3302
+ * @remarks
3303
+ * The type of the query variable.
3304
+ *
3305
+ * @example
3306
+ * QUERY_EXPRESSION
3307
+ */
1426
3308
  type?: string;
3309
+ /**
3310
+ * @remarks
3311
+ * The variable metric information. This field is not returned for this type of variable.
3312
+ */
1427
3313
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectQueryVariablesVariableVelocity;
3314
+ /**
3315
+ * @remarks
3316
+ * The X label. This field is not returned for this type of variable.
3317
+ *
3318
+ * @example
3319
+ * This type does not have this field
3320
+ */
1428
3321
  xLabel?: string;
3322
+ /**
3323
+ * @remarks
3324
+ * The Y label. This field is not returned for this type of variable.
3325
+ *
3326
+ * @example
3327
+ * This type does not have this field
3328
+ */
1429
3329
  yLabel?: string;
1430
3330
  static names(): { [key: string]: string } {
1431
3331
  return {
@@ -1503,7 +3403,21 @@ export class DescribeEventVariableListResponseBodyResultObjectQueryVariables ext
1503
3403
  }
1504
3404
 
1505
3405
  export class DescribeEventVariableListResponseBodyResultObjectSelfVariablesOutputThreshold extends $dara.Model {
3406
+ /**
3407
+ * @remarks
3408
+ * Maximum value.
3409
+ *
3410
+ * @example
3411
+ * 10
3412
+ */
1506
3413
  maxValue?: number;
3414
+ /**
3415
+ * @remarks
3416
+ * Minimum value.
3417
+ *
3418
+ * @example
3419
+ * 1
3420
+ */
1507
3421
  minValue?: number;
1508
3422
  static names(): { [key: string]: string } {
1509
3423
  return {
@@ -1529,6 +3443,13 @@ export class DescribeEventVariableListResponseBodyResultObjectSelfVariablesOutpu
1529
3443
  }
1530
3444
 
1531
3445
  export class DescribeEventVariableListResponseBodyResultObjectSelfVariablesVariableVelocity extends $dara.Model {
3446
+ /**
3447
+ * @remarks
3448
+ * iv value. This type of variable does not return this field.
3449
+ *
3450
+ * @example
3451
+ * This type does not have this field
3452
+ */
1532
3453
  iv?: string;
1533
3454
  static names(): { [key: string]: string } {
1534
3455
  return {
@@ -1552,30 +3473,199 @@ export class DescribeEventVariableListResponseBodyResultObjectSelfVariablesVaria
1552
3473
  }
1553
3474
 
1554
3475
  export class DescribeEventVariableListResponseBodyResultObjectSelfVariables extends $dara.Model {
3476
+ /**
3477
+ * @remarks
3478
+ * Variable code.
3479
+ *
3480
+ * @example
3481
+ * deReadVelocity(hitRules,\\"dUd5ioJ8014\\",1,\\"MO\\",0,true,\\"SUM\\")
3482
+ */
1555
3483
  code?: string;
3484
+ /**
3485
+ * @remarks
3486
+ * Data distribution display, in JSON format. This field is not returned for this type of variable.
3487
+ *
3488
+ * @example
3489
+ * This type does not have this field
3490
+ */
1556
3491
  dataDisplay?: string;
3492
+ /**
3493
+ * @remarks
3494
+ * Variable definition ID. Only returned for custom system variables.
3495
+ *
3496
+ * @example
3497
+ * 49
3498
+ */
1557
3499
  defineId?: string;
3500
+ /**
3501
+ * @remarks
3502
+ * Description of the variable.
3503
+ *
3504
+ * @example
3505
+ * 变量的描述信息
3506
+ */
1558
3507
  description?: string;
3508
+ /**
3509
+ * @remarks
3510
+ * Display type and group label.
3511
+ *
3512
+ * @example
3513
+ * SELF_BIND
3514
+ */
1559
3515
  displayType?: string;
3516
+ /**
3517
+ * @remarks
3518
+ * Expression name.
3519
+ *
3520
+ * @example
3521
+ * @IP地址
3522
+ */
1560
3523
  expressionTitle?: string;
3524
+ /**
3525
+ * @remarks
3526
+ * Favorite identifier.
3527
+ *
3528
+ * @example
3529
+ * false
3530
+ */
1561
3531
  favoriteFlag?: boolean;
3532
+ /**
3533
+ * @remarks
3534
+ * Details of the field pool. This type of variable does not return this field.
3535
+ *
3536
+ * @example
3537
+ * This type does not have this field
3538
+ */
1562
3539
  fieldDetail?: string;
3540
+ /**
3541
+ * @remarks
3542
+ * Field sorting.
3543
+ *
3544
+ * @example
3545
+ * 0
3546
+ */
1563
3547
  fieldRank?: number;
3548
+ /**
3549
+ * @remarks
3550
+ * Source of the field. This type of variable does not return this field.
3551
+ *
3552
+ * @example
3553
+ * This type does not have this field
3554
+ */
1564
3555
  fieldSource?: string;
3556
+ /**
3557
+ * @remarks
3558
+ * Field type.
3559
+ *
3560
+ * @example
3561
+ * STRING
3562
+ */
1565
3563
  fieldType?: string;
3564
+ /**
3565
+ * @remarks
3566
+ * Variable ID.
3567
+ *
3568
+ * @example
3569
+ * 3174
3570
+ */
1566
3571
  id?: number;
3572
+ /**
3573
+ * @remarks
3574
+ * The input type of the parameter. This field is not returned for this type of variable.
3575
+ *
3576
+ * @example
3577
+ * This type does not have this field
3578
+ */
1567
3579
  inputFieldType?: string;
3580
+ /**
3581
+ * @remarks
3582
+ * Required parameter. This field is not returned for this type of variable.
3583
+ *
3584
+ * @example
3585
+ * This type does not have this field
3586
+ */
1568
3587
  inputRequired?: string;
3588
+ /**
3589
+ * @remarks
3590
+ * Input parameters. Only returned when custom system variables are defined.
3591
+ *
3592
+ * @example
3593
+ * ip
3594
+ */
1569
3595
  inputs?: string;
3596
+ /**
3597
+ * @remarks
3598
+ * Variable name.
3599
+ *
3600
+ * @example
3601
+ * ex_isvspbF2c7ac
3602
+ */
1570
3603
  name?: string;
3604
+ /**
3605
+ * @remarks
3606
+ * Anomaly value. Returned when the variable is a custom variable (type= EXPRESSION).
3607
+ *
3608
+ * @example
3609
+ * -1
3610
+ */
1571
3611
  outlier?: string;
3612
+ /**
3613
+ * @remarks
3614
+ * Output value threshold.
3615
+ */
1572
3616
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectSelfVariablesOutputThreshold;
3617
+ /**
3618
+ * @remarks
3619
+ * Parent node. This field is not returned currently.
3620
+ *
3621
+ * @example
3622
+ * This type does not have this field
3623
+ */
1573
3624
  parentName?: string;
3625
+ /**
3626
+ * @remarks
3627
+ * Source type.
3628
+ *
3629
+ * @example
3630
+ * SAF
3631
+ */
1574
3632
  sourceType?: string;
3633
+ /**
3634
+ * @remarks
3635
+ * Title.
3636
+ *
3637
+ * @example
3638
+ * 获取手机号前七位
3639
+ */
1575
3640
  title?: string;
3641
+ /**
3642
+ * @remarks
3643
+ * Variable type.
3644
+ *
3645
+ * @example
3646
+ * EXPRESSION
3647
+ */
1576
3648
  type?: string;
3649
+ /**
3650
+ * @remarks
3651
+ * Variable metric information. This field is not returned for this type of variable.
3652
+ */
1577
3653
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectSelfVariablesVariableVelocity;
3654
+ /**
3655
+ * @remarks
3656
+ * x label. This type of variable does not return this field.
3657
+ *
3658
+ * @example
3659
+ * This type does not have this field
3660
+ */
1578
3661
  xLabel?: string;
3662
+ /**
3663
+ * @remarks
3664
+ * y label. This type of variable does not return this field.
3665
+ *
3666
+ * @example
3667
+ * This type does not have this field
3668
+ */
1579
3669
  yLabel?: string;
1580
3670
  static names(): { [key: string]: string } {
1581
3671
  return {
@@ -1653,7 +3743,21 @@ export class DescribeEventVariableListResponseBodyResultObjectSelfVariables exte
1653
3743
  }
1654
3744
 
1655
3745
  export class DescribeEventVariableListResponseBodyResultObjectSysVariablesOutputThreshold extends $dara.Model {
3746
+ /**
3747
+ * @remarks
3748
+ * Maximum value.
3749
+ *
3750
+ * @example
3751
+ * 10
3752
+ */
1656
3753
  maxValue?: number;
3754
+ /**
3755
+ * @remarks
3756
+ * Minimum value.
3757
+ *
3758
+ * @example
3759
+ * 1
3760
+ */
1657
3761
  minValue?: number;
1658
3762
  static names(): { [key: string]: string } {
1659
3763
  return {
@@ -1679,6 +3783,13 @@ export class DescribeEventVariableListResponseBodyResultObjectSysVariablesOutput
1679
3783
  }
1680
3784
 
1681
3785
  export class DescribeEventVariableListResponseBodyResultObjectSysVariablesVariableVelocity extends $dara.Model {
3786
+ /**
3787
+ * @remarks
3788
+ * iv value. This type of variable does not return this field.
3789
+ *
3790
+ * @example
3791
+ * This type does not have this field
3792
+ */
1682
3793
  iv?: string;
1683
3794
  static names(): { [key: string]: string } {
1684
3795
  return {
@@ -1702,30 +3813,199 @@ export class DescribeEventVariableListResponseBodyResultObjectSysVariablesVariab
1702
3813
  }
1703
3814
 
1704
3815
  export class DescribeEventVariableListResponseBodyResultObjectSysVariables extends $dara.Model {
3816
+ /**
3817
+ * @remarks
3818
+ * Variable code.
3819
+ *
3820
+ * @example
3821
+ * parseIpV2(ip)?.cityId
3822
+ */
1705
3823
  code?: string;
3824
+ /**
3825
+ * @remarks
3826
+ * Data distribution display, in JSON format. This field is not returned for this type of variable.
3827
+ *
3828
+ * @example
3829
+ * This type does not have this field
3830
+ */
1706
3831
  dataDisplay?: string;
3832
+ /**
3833
+ * @remarks
3834
+ * ID of the bound variable definition.
3835
+ *
3836
+ * @example
3837
+ * 2488
3838
+ */
1707
3839
  defineId?: string;
3840
+ /**
3841
+ * @remarks
3842
+ * Description of the variable.
3843
+ *
3844
+ * @example
3845
+ * 通过IP地址库解析IP所在的城市Code,例如,输入“42.120.74.211”,经过该变量运算,输出“330100”。
3846
+ */
1708
3847
  description?: string;
3848
+ /**
3849
+ * @remarks
3850
+ * Display type and group label.
3851
+ *
3852
+ * @example
3853
+ * SYSTEM_BIND
3854
+ */
1709
3855
  displayType?: string;
3856
+ /**
3857
+ * @remarks
3858
+ * Calculate the expression display value. This type of variable does not return this field.
3859
+ *
3860
+ * @example
3861
+ * This type does not have this field
3862
+ */
1710
3863
  expressionTitle?: string;
3864
+ /**
3865
+ * @remarks
3866
+ * Favorite identifier.
3867
+ *
3868
+ * @example
3869
+ * false
3870
+ */
1711
3871
  favoriteFlag?: boolean;
3872
+ /**
3873
+ * @remarks
3874
+ * Details of the field pool. This type of variable does not return this field.
3875
+ *
3876
+ * @example
3877
+ * This type does not have this field
3878
+ */
1712
3879
  fieldDetail?: string;
3880
+ /**
3881
+ * @remarks
3882
+ * Field sorting.
3883
+ *
3884
+ * @example
3885
+ * 0
3886
+ */
1713
3887
  fieldRank?: number;
3888
+ /**
3889
+ * @remarks
3890
+ * Source of the field. This type of variable does not return this field.
3891
+ *
3892
+ * @example
3893
+ * This type does not have this field
3894
+ */
1714
3895
  fieldSource?: string;
3896
+ /**
3897
+ * @remarks
3898
+ * Field type.
3899
+ *
3900
+ * @example
3901
+ * STRING
3902
+ */
1715
3903
  fieldType?: string;
3904
+ /**
3905
+ * @remarks
3906
+ * Variable ID.
3907
+ *
3908
+ * @example
3909
+ * 3151
3910
+ */
1716
3911
  id?: number;
3912
+ /**
3913
+ * @remarks
3914
+ * Input type of the parameter. This field is not returned for this type of variable.
3915
+ *
3916
+ * @example
3917
+ * This type does not have this field
3918
+ */
1717
3919
  inputFieldType?: string;
3920
+ /**
3921
+ * @remarks
3922
+ * Required parameter. This field is not returned for this type of variable.
3923
+ *
3924
+ * @example
3925
+ * This type does not have this field
3926
+ */
1718
3927
  inputRequired?: string;
3928
+ /**
3929
+ * @remarks
3930
+ * Variable value input.
3931
+ *
3932
+ * @example
3933
+ * ip
3934
+ */
1719
3935
  inputs?: string;
3936
+ /**
3937
+ * @remarks
3938
+ * Variable name.
3939
+ *
3940
+ * @example
3941
+ * __ipLocationCityCode__
3942
+ */
1720
3943
  name?: string;
3944
+ /**
3945
+ * @remarks
3946
+ * Outlier value. This field is not returned for this type of variable.
3947
+ *
3948
+ * @example
3949
+ * This type does not have this field
3950
+ */
1721
3951
  outlier?: string;
3952
+ /**
3953
+ * @remarks
3954
+ * Output value threshold.
3955
+ */
1722
3956
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectSysVariablesOutputThreshold;
3957
+ /**
3958
+ * @remarks
3959
+ * Parent name.
3960
+ *
3961
+ * @example
3962
+ * 无
3963
+ */
1723
3964
  parentName?: string;
3965
+ /**
3966
+ * @remarks
3967
+ * Source type.
3968
+ *
3969
+ * @example
3970
+ * SAF
3971
+ */
1724
3972
  sourceType?: string;
3973
+ /**
3974
+ * @remarks
3975
+ * Title.
3976
+ *
3977
+ * @example
3978
+ * IP所在地_城市Code
3979
+ */
1725
3980
  title?: string;
3981
+ /**
3982
+ * @remarks
3983
+ * Variable type.
3984
+ *
3985
+ * @example
3986
+ * SYSTEM_BIND
3987
+ */
1726
3988
  type?: string;
3989
+ /**
3990
+ * @remarks
3991
+ * Variable metric information. This field is not returned for this type of variable.
3992
+ */
1727
3993
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectSysVariablesVariableVelocity;
3994
+ /**
3995
+ * @remarks
3996
+ * x label. This type of variable does not return this field.
3997
+ *
3998
+ * @example
3999
+ * This type does not have this field
4000
+ */
1728
4001
  xLabel?: string;
4002
+ /**
4003
+ * @remarks
4004
+ * y label. This type of variable does not return this field.
4005
+ *
4006
+ * @example
4007
+ * This type does not have this field
4008
+ */
1729
4009
  yLabel?: string;
1730
4010
  static names(): { [key: string]: string } {
1731
4011
  return {
@@ -1803,7 +4083,21 @@ export class DescribeEventVariableListResponseBodyResultObjectSysVariables exten
1803
4083
  }
1804
4084
 
1805
4085
  export class DescribeEventVariableListResponseBodyResultObjectVelocityVariablesOutputThreshold extends $dara.Model {
4086
+ /**
4087
+ * @remarks
4088
+ * The maximum value.
4089
+ *
4090
+ * @example
4091
+ * 10
4092
+ */
1806
4093
  maxValue?: number;
4094
+ /**
4095
+ * @remarks
4096
+ * The minimum value.
4097
+ *
4098
+ * @example
4099
+ * 1
4100
+ */
1807
4101
  minValue?: number;
1808
4102
  static names(): { [key: string]: string } {
1809
4103
  return {
@@ -1829,6 +4123,13 @@ export class DescribeEventVariableListResponseBodyResultObjectVelocityVariablesO
1829
4123
  }
1830
4124
 
1831
4125
  export class DescribeEventVariableListResponseBodyResultObjectVelocityVariablesVariableVelocity extends $dara.Model {
4126
+ /**
4127
+ * @remarks
4128
+ * The IV value. This field is not returned for this type of variable.
4129
+ *
4130
+ * @example
4131
+ * This type does not have this field
4132
+ */
1832
4133
  iv?: string;
1833
4134
  static names(): { [key: string]: string } {
1834
4135
  return {
@@ -1852,30 +4153,199 @@ export class DescribeEventVariableListResponseBodyResultObjectVelocityVariablesV
1852
4153
  }
1853
4154
 
1854
4155
  export class DescribeEventVariableListResponseBodyResultObjectVelocityVariables extends $dara.Model {
4156
+ /**
4157
+ * @remarks
4158
+ * The code of the variable.
4159
+ *
4160
+ * @example
4161
+ * deReadVelocity(userId,\\"hFsEFUEe88a\\",1,\\"H\\",0,true,\\"COUNT\\")
4162
+ */
1855
4163
  code?: string;
4164
+ /**
4165
+ * @remarks
4166
+ * Data distribution display, in JSON format. This field is not returned for this type of variable.
4167
+ *
4168
+ * @example
4169
+ * This type does not have this field
4170
+ */
1856
4171
  dataDisplay?: string;
4172
+ /**
4173
+ * @remarks
4174
+ * The definition ID of the variable. This field is not returned for this type of variable.
4175
+ *
4176
+ * @example
4177
+ * This type does not have this field
4178
+ */
1857
4179
  defineId?: string;
4180
+ /**
4181
+ * @remarks
4182
+ * The description of the variable.
4183
+ *
4184
+ * @example
4185
+ * 累计用户省份次数。
4186
+ */
1858
4187
  description?: string;
4188
+ /**
4189
+ * @remarks
4190
+ * The display type and grouping label.
4191
+ *
4192
+ * @example
4193
+ * SELF_VELOCITY
4194
+ */
1859
4195
  displayType?: string;
4196
+ /**
4197
+ * @remarks
4198
+ * The display value of the calculation expression. This field is not returned for this type of variable.
4199
+ *
4200
+ * @example
4201
+ * This type does not have this field
4202
+ */
1860
4203
  expressionTitle?: string;
4204
+ /**
4205
+ * @remarks
4206
+ * The favorite flag.
4207
+ *
4208
+ * @example
4209
+ * false
4210
+ */
1861
4211
  favoriteFlag?: boolean;
4212
+ /**
4213
+ * @remarks
4214
+ * The detailed information of the field in the field pool. This field is not returned for this type of variable.
4215
+ *
4216
+ * @example
4217
+ * This type does not have this field
4218
+ */
1862
4219
  fieldDetail?: string;
4220
+ /**
4221
+ * @remarks
4222
+ * The field rank.
4223
+ *
4224
+ * @example
4225
+ * 0
4226
+ */
1863
4227
  fieldRank?: number;
4228
+ /**
4229
+ * @remarks
4230
+ * The source of the field. This field is not returned for this type of variable.
4231
+ *
4232
+ * @example
4233
+ * This type does not have this field
4234
+ */
1864
4235
  fieldSource?: string;
4236
+ /**
4237
+ * @remarks
4238
+ * The type of the field.
4239
+ *
4240
+ * @example
4241
+ * DOUBLE
4242
+ */
1865
4243
  fieldType?: string;
4244
+ /**
4245
+ * @remarks
4246
+ * The primary key ID.
4247
+ *
4248
+ * @example
4249
+ * 3148
4250
+ */
1866
4251
  id?: number;
4252
+ /**
4253
+ * @remarks
4254
+ * The input type of the parameter. This field is not returned for this type of variable.
4255
+ *
4256
+ * @example
4257
+ * This type does not have this field
4258
+ */
1867
4259
  inputFieldType?: string;
4260
+ /**
4261
+ * @remarks
4262
+ * The required parameter. This field is not returned for this type of variable.
4263
+ *
4264
+ * @example
4265
+ * This type does not have this field
4266
+ */
1868
4267
  inputRequired?: string;
4268
+ /**
4269
+ * @remarks
4270
+ * Multiple input parameters separated by commas. This field is not returned for this type of variable.
4271
+ *
4272
+ * @example
4273
+ * This type does not have this field
4274
+ */
1869
4275
  inputs?: string;
4276
+ /**
4277
+ * @remarks
4278
+ * The name of the variable.
4279
+ *
4280
+ * @example
4281
+ * hFsEFUEe88a
4282
+ */
1870
4283
  name?: string;
4284
+ /**
4285
+ * @remarks
4286
+ * The outlier value. This field is not returned for this type of variable.
4287
+ *
4288
+ * @example
4289
+ * This type does not have this field
4290
+ */
1871
4291
  outlier?: string;
4292
+ /**
4293
+ * @remarks
4294
+ * The output value threshold.
4295
+ */
1872
4296
  outputThreshold?: DescribeEventVariableListResponseBodyResultObjectVelocityVariablesOutputThreshold;
4297
+ /**
4298
+ * @remarks
4299
+ * The parent node. This field is not returned for this type of variable.
4300
+ *
4301
+ * @example
4302
+ * This type does not have this field
4303
+ */
1873
4304
  parentName?: string;
4305
+ /**
4306
+ * @remarks
4307
+ * The source type.
4308
+ *
4309
+ * @example
4310
+ * SAF_SELF
4311
+ */
1874
4312
  sourceType?: string;
4313
+ /**
4314
+ * @remarks
4315
+ * The title of the variable.
4316
+ *
4317
+ * @example
4318
+ * 累计用户省份次数
4319
+ */
1875
4320
  title?: string;
4321
+ /**
4322
+ * @remarks
4323
+ * The type of the variable.
4324
+ *
4325
+ * @example
4326
+ * SELF_VELOCITY
4327
+ */
1876
4328
  type?: string;
4329
+ /**
4330
+ * @remarks
4331
+ * The variable metric information. This field is not returned for this type of variable.
4332
+ */
1877
4333
  variableVelocity?: DescribeEventVariableListResponseBodyResultObjectVelocityVariablesVariableVelocity;
4334
+ /**
4335
+ * @remarks
4336
+ * The X label. This field is not returned for this type of variable.
4337
+ *
4338
+ * @example
4339
+ * This type does not have this field
4340
+ */
1878
4341
  xLabel?: string;
4342
+ /**
4343
+ * @remarks
4344
+ * The Y label. This field is not returned for this type of variable.
4345
+ *
4346
+ * @example
4347
+ * This type does not have this field
4348
+ */
1879
4349
  yLabel?: string;
1880
4350
  static names(): { [key: string]: string } {
1881
4351
  return {
@@ -1953,19 +4423,78 @@ export class DescribeEventVariableListResponseBodyResultObjectVelocityVariables
1953
4423
  }
1954
4424
 
1955
4425
  export class DescribeEventVariableListResponseBodyResultObject extends $dara.Model {
4426
+ /**
4427
+ * @remarks
4428
+ * Action variable.
4429
+ */
1956
4430
  actions?: DescribeEventVariableListResponseBodyResultObjectActions[];
4431
+ /**
4432
+ * @remarks
4433
+ * Device variable.
4434
+ */
1957
4435
  deviceVariables?: DescribeEventVariableListResponseBodyResultObjectDeviceVariables[];
4436
+ /**
4437
+ * @remarks
4438
+ * Custom variable.
4439
+ */
1958
4440
  expressionVariables?: DescribeEventVariableListResponseBodyResultObjectExpressionVariables[];
4441
+ /**
4442
+ * @remarks
4443
+ * Favorite variables.
4444
+ */
1959
4445
  favoriteVariables?: DescribeEventVariableListResponseBodyResultObjectFavoriteVariables[];
4446
+ /**
4447
+ * @remarks
4448
+ * Intermediate variable return object.
4449
+ */
1960
4450
  middleVariables?: DescribeEventVariableListResponseBodyResultObjectMiddleVariables[];
4451
+ /**
4452
+ * @remarks
4453
+ * An array of model variables.
4454
+ */
1961
4455
  modelVariables?: DescribeEventVariableListResponseBodyResultObjectModelVariables[];
4456
+ /**
4457
+ * @remarks
4458
+ * List of name variables.
4459
+ */
1962
4460
  nameList?: DescribeEventVariableListResponseBodyResultObjectNameList[];
4461
+ /**
4462
+ * @remarks
4463
+ * List of available functions for the original variable.
4464
+ */
1963
4465
  nativeVariableFunctions?: DescribeEventVariableListResponseBodyResultObjectNativeVariableFunctions[];
4466
+ /**
4467
+ * @remarks
4468
+ * List of event fields.
4469
+ */
1964
4470
  nativeVariables?: DescribeEventVariableListResponseBodyResultObjectNativeVariables[];
4471
+ /**
4472
+ * @remarks
4473
+ * An array of custom query variables.
4474
+ */
1965
4475
  queryVariables?: DescribeEventVariableListResponseBodyResultObjectQueryVariables[];
4476
+ /**
4477
+ * @remarks
4478
+ * Custom variables (custom variables, cumulative variables, custom system variables).
4479
+ */
1966
4480
  selfVariables?: DescribeEventVariableListResponseBodyResultObjectSelfVariables[];
4481
+ /**
4482
+ * @remarks
4483
+ * System variables.
4484
+ */
1967
4485
  sysVariables?: DescribeEventVariableListResponseBodyResultObjectSysVariables[];
4486
+ /**
4487
+ * @remarks
4488
+ * Other related variables.
4489
+ *
4490
+ * @example
4491
+ * {}
4492
+ */
1968
4493
  thirdVariables?: { [key: string]: any };
4494
+ /**
4495
+ * @remarks
4496
+ * An array of accumulated variables.
4497
+ */
1969
4498
  velocityVariables?: DescribeEventVariableListResponseBodyResultObjectVelocityVariables[];
1970
4499
  static names(): { [key: string]: string } {
1971
4500
  return {
@@ -2057,7 +4586,18 @@ export class DescribeEventVariableListResponseBodyResultObject extends $dara.Mod
2057
4586
  }
2058
4587
 
2059
4588
  export class DescribeEventVariableListResponseBody extends $dara.Model {
4589
+ /**
4590
+ * @remarks
4591
+ * Request ID.
4592
+ *
4593
+ * @example
4594
+ * A32FE941-35F2-5378-B37C-4B8FDB16F094
4595
+ */
2060
4596
  requestId?: string;
4597
+ /**
4598
+ * @remarks
4599
+ * Return object.
4600
+ */
2061
4601
  resultObject?: DescribeEventVariableListResponseBodyResultObject;
2062
4602
  static names(): { [key: string]: string } {
2063
4603
  return {