tencentcloud-sdk-bi 3.0.760 → 3.0.761

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220105/models.rb +338 -56
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6552a9f02f0a1b4fbfb9a87e57d9ca65c50f47c4
4
- data.tar.gz: ee351d5abf93196a7c6f1296724e66f58d61b68d
3
+ metadata.gz: 32bac57a1442649b1aae2767019725ae8d4a3822
4
+ data.tar.gz: 0e56a29b9f1a20ec9c28d1c46f1eaf442afffc46
5
5
  SHA512:
6
- metadata.gz: 7b1af4a120895b3718672bb4f7583bf044ceb61d2cb1a10b6736f74bab6903a74d1293fd4d55ef4a921c06f8dca03a83229f0e3fb1def37cc8c85a1b51dfa481
7
- data.tar.gz: 5ee13acafc4ff388690b994b42951649d61a18947d1fd5d146ffe8c949d64ec5a214273df2c5be8ecdb0598298dcf9c0a75837a0c4b44760af6b578ffaaf185d
6
+ metadata.gz: 8e46db7e6dae505b2014a857df329c3eab5ffbb591d6fd52a0417c642a3fff1393f20693ae43f246309090b2772edbe234e9cb025e8a35c34666856ccb4fc164
7
+ data.tar.gz: 208db81f51d3f27ad5a3c0fc38e2035fdbba5c0b57b7201abbbf9ff94b052aa84a0e63fcae8498566b5922ac0c14c85ba445cb5547fb5d2d3a8e488d7e21ddc4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.760
1
+ 3.0.761
@@ -51,6 +51,9 @@ module TencentCloud
51
51
 
52
52
  # ApplyEmbedInterval返回参数结构体
53
53
  class ApplyEmbedIntervalResponse < TencentCloud::Common::AbstractModel
54
+ # @param ErrorInfo: 自定义错误信息对象
55
+ # 注意:此字段可能返回 null,表示取不到有效值。
56
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
54
57
  # @param Extra: 额外参数
55
58
  # 注意:此字段可能返回 null,表示取不到有效值。
56
59
  # @type Extra: String
@@ -63,9 +66,10 @@ module TencentCloud
63
66
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
64
67
  # @type RequestId: String
65
68
 
66
- attr_accessor :Extra, :Data, :Msg, :RequestId
69
+ attr_accessor :ErrorInfo, :Extra, :Data, :Msg, :RequestId
67
70
 
68
- def initialize(extra=nil, data=nil, msg=nil, requestid=nil)
71
+ def initialize(errorinfo=nil, extra=nil, data=nil, msg=nil, requestid=nil)
72
+ @ErrorInfo = errorinfo
69
73
  @Extra = extra
70
74
  @Data = data
71
75
  @Msg = msg
@@ -73,6 +77,10 @@ module TencentCloud
73
77
  end
74
78
 
75
79
  def deserialize(params)
80
+ unless params['ErrorInfo'].nil?
81
+ @ErrorInfo = ErrorInfo.new
82
+ @ErrorInfo.deserialize(params['ErrorInfo'])
83
+ end
76
84
  @Extra = params['Extra']
77
85
  unless params['Data'].nil?
78
86
  @Data = ApplyEmbedTokenInfo.new
@@ -293,6 +301,9 @@ module TencentCloud
293
301
 
294
302
  # CreateDatasourceCloud返回参数结构体
295
303
  class CreateDatasourceCloudResponse < TencentCloud::Common::AbstractModel
304
+ # @param ErrorInfo: 自定义错误信息对象
305
+ # 注意:此字段可能返回 null,表示取不到有效值。
306
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
296
307
  # @param Data: 成功无
297
308
  # 注意:此字段可能返回 null,表示取不到有效值。
298
309
  # @type Data: :class:`Tencentcloud::Bi.v20220105.models.IdDTO`
@@ -305,9 +316,10 @@ module TencentCloud
305
316
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
306
317
  # @type RequestId: String
307
318
 
308
- attr_accessor :Data, :Extra, :Msg, :RequestId
319
+ attr_accessor :ErrorInfo, :Data, :Extra, :Msg, :RequestId
309
320
 
310
- def initialize(data=nil, extra=nil, msg=nil, requestid=nil)
321
+ def initialize(errorinfo=nil, data=nil, extra=nil, msg=nil, requestid=nil)
322
+ @ErrorInfo = errorinfo
311
323
  @Data = data
312
324
  @Extra = extra
313
325
  @Msg = msg
@@ -315,6 +327,10 @@ module TencentCloud
315
327
  end
316
328
 
317
329
  def deserialize(params)
330
+ unless params['ErrorInfo'].nil?
331
+ @ErrorInfo = ErrorInfo.new
332
+ @ErrorInfo.deserialize(params['ErrorInfo'])
333
+ end
318
334
  unless params['Data'].nil?
319
335
  @Data = IdDTO.new
320
336
  @Data.deserialize(params['Data'])
@@ -415,6 +431,9 @@ module TencentCloud
415
431
 
416
432
  # CreateDatasource返回参数结构体
417
433
  class CreateDatasourceResponse < TencentCloud::Common::AbstractModel
434
+ # @param ErrorInfo: 自定义错误信息对象
435
+ # 注意:此字段可能返回 null,表示取不到有效值。
436
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
418
437
  # @param Data: 数据源id
419
438
  # 注意:此字段可能返回 null,表示取不到有效值。
420
439
  # @type Data: :class:`Tencentcloud::Bi.v20220105.models.IdDTO`
@@ -427,9 +446,10 @@ module TencentCloud
427
446
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
428
447
  # @type RequestId: String
429
448
 
430
- attr_accessor :Data, :Extra, :Msg, :RequestId
449
+ attr_accessor :ErrorInfo, :Data, :Extra, :Msg, :RequestId
431
450
 
432
- def initialize(data=nil, extra=nil, msg=nil, requestid=nil)
451
+ def initialize(errorinfo=nil, data=nil, extra=nil, msg=nil, requestid=nil)
452
+ @ErrorInfo = errorinfo
433
453
  @Data = data
434
454
  @Extra = extra
435
455
  @Msg = msg
@@ -437,6 +457,10 @@ module TencentCloud
437
457
  end
438
458
 
439
459
  def deserialize(params)
460
+ unless params['ErrorInfo'].nil?
461
+ @ErrorInfo = ErrorInfo.new
462
+ @ErrorInfo.deserialize(params['ErrorInfo'])
463
+ end
440
464
  unless params['Data'].nil?
441
465
  @Data = IdDTO.new
442
466
  @Data.deserialize(params['Data'])
@@ -493,6 +517,9 @@ module TencentCloud
493
517
 
494
518
  # CreateEmbedToken返回参数结构体
495
519
  class CreateEmbedTokenResponse < TencentCloud::Common::AbstractModel
520
+ # @param ErrorInfo: 自定义错误信息对象
521
+ # 注意:此字段可能返回 null,表示取不到有效值。
522
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
496
523
  # @param Extra: 额外信息
497
524
  # 注意:此字段可能返回 null,表示取不到有效值。
498
525
  # @type Extra: String
@@ -505,9 +532,10 @@ module TencentCloud
505
532
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
506
533
  # @type RequestId: String
507
534
 
508
- attr_accessor :Extra, :Data, :Msg, :RequestId
535
+ attr_accessor :ErrorInfo, :Extra, :Data, :Msg, :RequestId
509
536
 
510
- def initialize(extra=nil, data=nil, msg=nil, requestid=nil)
537
+ def initialize(errorinfo=nil, extra=nil, data=nil, msg=nil, requestid=nil)
538
+ @ErrorInfo = errorinfo
511
539
  @Extra = extra
512
540
  @Data = data
513
541
  @Msg = msg
@@ -515,6 +543,10 @@ module TencentCloud
515
543
  end
516
544
 
517
545
  def deserialize(params)
546
+ unless params['ErrorInfo'].nil?
547
+ @ErrorInfo = ErrorInfo.new
548
+ @ErrorInfo.deserialize(params['ErrorInfo'])
549
+ end
518
550
  @Extra = params['Extra']
519
551
  unless params['Data'].nil?
520
552
  @Data = EmbedTokenInfo.new
@@ -563,6 +595,9 @@ module TencentCloud
563
595
 
564
596
  # CreateProject返回参数结构体
565
597
  class CreateProjectResponse < TencentCloud::Common::AbstractModel
598
+ # @param ErrorInfo: 自定义错误信息对象
599
+ # 注意:此字段可能返回 null,表示取不到有效值。
600
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
566
601
  # @param Extra: 额外数据
567
602
  # @type Extra: String
568
603
  # @param Data: 数据
@@ -572,9 +607,10 @@ module TencentCloud
572
607
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
573
608
  # @type RequestId: String
574
609
 
575
- attr_accessor :Extra, :Data, :Msg, :RequestId
610
+ attr_accessor :ErrorInfo, :Extra, :Data, :Msg, :RequestId
576
611
 
577
- def initialize(extra=nil, data=nil, msg=nil, requestid=nil)
612
+ def initialize(errorinfo=nil, extra=nil, data=nil, msg=nil, requestid=nil)
613
+ @ErrorInfo = errorinfo
578
614
  @Extra = extra
579
615
  @Data = data
580
616
  @Msg = msg
@@ -582,6 +618,10 @@ module TencentCloud
582
618
  end
583
619
 
584
620
  def deserialize(params)
621
+ unless params['ErrorInfo'].nil?
622
+ @ErrorInfo = ErrorInfo.new
623
+ @ErrorInfo.deserialize(params['ErrorInfo'])
624
+ end
585
625
  @Extra = params['Extra']
586
626
  unless params['Data'].nil?
587
627
  @Data = Data.new
@@ -636,6 +676,9 @@ module TencentCloud
636
676
 
637
677
  # CreateUserRoleProject返回参数结构体
638
678
  class CreateUserRoleProjectResponse < TencentCloud::Common::AbstractModel
679
+ # @param ErrorInfo: 自定义错误信息对象
680
+ # 注意:此字段可能返回 null,表示取不到有效值。
681
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
639
682
  # @param Extra: 扩展
640
683
  # 注意:此字段可能返回 null,表示取不到有效值。
641
684
  # @type Extra: String
@@ -648,9 +691,10 @@ module TencentCloud
648
691
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
649
692
  # @type RequestId: String
650
693
 
651
- attr_accessor :Extra, :Data, :Msg, :RequestId
694
+ attr_accessor :ErrorInfo, :Extra, :Data, :Msg, :RequestId
652
695
 
653
- def initialize(extra=nil, data=nil, msg=nil, requestid=nil)
696
+ def initialize(errorinfo=nil, extra=nil, data=nil, msg=nil, requestid=nil)
697
+ @ErrorInfo = errorinfo
654
698
  @Extra = extra
655
699
  @Data = data
656
700
  @Msg = msg
@@ -658,6 +702,10 @@ module TencentCloud
658
702
  end
659
703
 
660
704
  def deserialize(params)
705
+ unless params['ErrorInfo'].nil?
706
+ @ErrorInfo = ErrorInfo.new
707
+ @ErrorInfo.deserialize(params['ErrorInfo'])
708
+ end
661
709
  @Extra = params['Extra']
662
710
  unless params['Data'].nil?
663
711
  @Data = DataId.new
@@ -708,6 +756,9 @@ module TencentCloud
708
756
 
709
757
  # CreateUserRole返回参数结构体
710
758
  class CreateUserRoleResponse < TencentCloud::Common::AbstractModel
759
+ # @param ErrorInfo: 自定义错误信息对象
760
+ # 注意:此字段可能返回 null,表示取不到有效值。
761
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
711
762
  # @param Extra: 扩展
712
763
  # 注意:此字段可能返回 null,表示取不到有效值。
713
764
  # @type Extra: String
@@ -720,9 +771,10 @@ module TencentCloud
720
771
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
721
772
  # @type RequestId: String
722
773
 
723
- attr_accessor :Extra, :Data, :Msg, :RequestId
774
+ attr_accessor :ErrorInfo, :Extra, :Data, :Msg, :RequestId
724
775
 
725
- def initialize(extra=nil, data=nil, msg=nil, requestid=nil)
776
+ def initialize(errorinfo=nil, extra=nil, data=nil, msg=nil, requestid=nil)
777
+ @ErrorInfo = errorinfo
726
778
  @Extra = extra
727
779
  @Data = data
728
780
  @Msg = msg
@@ -730,6 +782,10 @@ module TencentCloud
730
782
  end
731
783
 
732
784
  def deserialize(params)
785
+ unless params['ErrorInfo'].nil?
786
+ @ErrorInfo = ErrorInfo.new
787
+ @ErrorInfo.deserialize(params['ErrorInfo'])
788
+ end
733
789
  @Extra = params['Extra']
734
790
  unless params['Data'].nil?
735
791
  @Data = DataId.new
@@ -1016,6 +1072,9 @@ module TencentCloud
1016
1072
 
1017
1073
  # DeleteDatasource返回参数结构体
1018
1074
  class DeleteDatasourceResponse < TencentCloud::Common::AbstractModel
1075
+ # @param ErrorInfo: 自定义错误信息对象
1076
+ # 注意:此字段可能返回 null,表示取不到有效值。
1077
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
1019
1078
  # @param Data: 数据
1020
1079
  # 注意:此字段可能返回 null,表示取不到有效值。
1021
1080
  # @type Data: String
@@ -1026,9 +1085,10 @@ module TencentCloud
1026
1085
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1027
1086
  # @type RequestId: String
1028
1087
 
1029
- attr_accessor :Data, :Extra, :Msg, :RequestId
1088
+ attr_accessor :ErrorInfo, :Data, :Extra, :Msg, :RequestId
1030
1089
 
1031
- def initialize(data=nil, extra=nil, msg=nil, requestid=nil)
1090
+ def initialize(errorinfo=nil, data=nil, extra=nil, msg=nil, requestid=nil)
1091
+ @ErrorInfo = errorinfo
1032
1092
  @Data = data
1033
1093
  @Extra = extra
1034
1094
  @Msg = msg
@@ -1036,6 +1096,10 @@ module TencentCloud
1036
1096
  end
1037
1097
 
1038
1098
  def deserialize(params)
1099
+ unless params['ErrorInfo'].nil?
1100
+ @ErrorInfo = ErrorInfo.new
1101
+ @ErrorInfo.deserialize(params['ErrorInfo'])
1102
+ end
1039
1103
  @Data = params['Data']
1040
1104
  @Extra = params['Extra']
1041
1105
  @Msg = params['Msg']
@@ -1069,6 +1133,9 @@ module TencentCloud
1069
1133
 
1070
1134
  # DeleteProject返回参数结构体
1071
1135
  class DeleteProjectResponse < TencentCloud::Common::AbstractModel
1136
+ # @param ErrorInfo: 自定义错误信息对象
1137
+ # 注意:此字段可能返回 null,表示取不到有效值。
1138
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
1072
1139
  # @param Extra: ”“
1073
1140
  # @type Extra: String
1074
1141
  # @param Data: ""
@@ -1080,9 +1147,10 @@ module TencentCloud
1080
1147
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1081
1148
  # @type RequestId: String
1082
1149
 
1083
- attr_accessor :Extra, :Data, :Msg, :RequestId
1150
+ attr_accessor :ErrorInfo, :Extra, :Data, :Msg, :RequestId
1084
1151
 
1085
- def initialize(extra=nil, data=nil, msg=nil, requestid=nil)
1152
+ def initialize(errorinfo=nil, extra=nil, data=nil, msg=nil, requestid=nil)
1153
+ @ErrorInfo = errorinfo
1086
1154
  @Extra = extra
1087
1155
  @Data = data
1088
1156
  @Msg = msg
@@ -1090,6 +1158,10 @@ module TencentCloud
1090
1158
  end
1091
1159
 
1092
1160
  def deserialize(params)
1161
+ unless params['ErrorInfo'].nil?
1162
+ @ErrorInfo = ErrorInfo.new
1163
+ @ErrorInfo.deserialize(params['ErrorInfo'])
1164
+ end
1093
1165
  @Extra = params['Extra']
1094
1166
  @Data = params['Data']
1095
1167
  @Msg = params['Msg']
@@ -1119,6 +1191,9 @@ module TencentCloud
1119
1191
 
1120
1192
  # DeleteUserRoleProject返回参数结构体
1121
1193
  class DeleteUserRoleProjectResponse < TencentCloud::Common::AbstractModel
1194
+ # @param ErrorInfo: 自定义错误信息对象
1195
+ # 注意:此字段可能返回 null,表示取不到有效值。
1196
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
1122
1197
  # @param Extra: 扩展
1123
1198
  # 注意:此字段可能返回 null,表示取不到有效值。
1124
1199
  # @type Extra: String
@@ -1131,9 +1206,10 @@ module TencentCloud
1131
1206
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1132
1207
  # @type RequestId: String
1133
1208
 
1134
- attr_accessor :Extra, :Data, :Msg, :RequestId
1209
+ attr_accessor :ErrorInfo, :Extra, :Data, :Msg, :RequestId
1135
1210
 
1136
- def initialize(extra=nil, data=nil, msg=nil, requestid=nil)
1211
+ def initialize(errorinfo=nil, extra=nil, data=nil, msg=nil, requestid=nil)
1212
+ @ErrorInfo = errorinfo
1137
1213
  @Extra = extra
1138
1214
  @Data = data
1139
1215
  @Msg = msg
@@ -1141,6 +1217,10 @@ module TencentCloud
1141
1217
  end
1142
1218
 
1143
1219
  def deserialize(params)
1220
+ unless params['ErrorInfo'].nil?
1221
+ @ErrorInfo = ErrorInfo.new
1222
+ @ErrorInfo.deserialize(params['ErrorInfo'])
1223
+ end
1144
1224
  @Extra = params['Extra']
1145
1225
  @Data = params['Data']
1146
1226
  @Msg = params['Msg']
@@ -1166,6 +1246,9 @@ module TencentCloud
1166
1246
 
1167
1247
  # DeleteUserRole返回参数结构体
1168
1248
  class DeleteUserRoleResponse < TencentCloud::Common::AbstractModel
1249
+ # @param ErrorInfo: 自定义错误信息对象
1250
+ # 注意:此字段可能返回 null,表示取不到有效值。
1251
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
1169
1252
  # @param Extra: 扩展
1170
1253
  # 注意:此字段可能返回 null,表示取不到有效值。
1171
1254
  # @type Extra: String
@@ -1178,9 +1261,10 @@ module TencentCloud
1178
1261
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1179
1262
  # @type RequestId: String
1180
1263
 
1181
- attr_accessor :Extra, :Data, :Msg, :RequestId
1264
+ attr_accessor :ErrorInfo, :Extra, :Data, :Msg, :RequestId
1182
1265
 
1183
- def initialize(extra=nil, data=nil, msg=nil, requestid=nil)
1266
+ def initialize(errorinfo=nil, extra=nil, data=nil, msg=nil, requestid=nil)
1267
+ @ErrorInfo = errorinfo
1184
1268
  @Extra = extra
1185
1269
  @Data = data
1186
1270
  @Msg = msg
@@ -1188,6 +1272,10 @@ module TencentCloud
1188
1272
  end
1189
1273
 
1190
1274
  def deserialize(params)
1275
+ unless params['ErrorInfo'].nil?
1276
+ @ErrorInfo = ErrorInfo.new
1277
+ @ErrorInfo.deserialize(params['ErrorInfo'])
1278
+ end
1191
1279
  @Extra = params['Extra']
1192
1280
  @Data = params['Data']
1193
1281
  @Msg = params['Msg']
@@ -1237,6 +1325,9 @@ module TencentCloud
1237
1325
 
1238
1326
  # DescribeDatasourceList返回参数结构体
1239
1327
  class DescribeDatasourceListResponse < TencentCloud::Common::AbstractModel
1328
+ # @param ErrorInfo: 自定义错误信息对象
1329
+ # 注意:此字段可能返回 null,表示取不到有效值。
1330
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
1240
1331
  # @param Data: 列表详情
1241
1332
  # 注意:此字段可能返回 null,表示取不到有效值。
1242
1333
  # @type Data: :class:`Tencentcloud::Bi.v20220105.models.DatasourceInfoData`
@@ -1247,9 +1338,10 @@ module TencentCloud
1247
1338
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1248
1339
  # @type RequestId: String
1249
1340
 
1250
- attr_accessor :Data, :Extra, :Msg, :RequestId
1341
+ attr_accessor :ErrorInfo, :Data, :Extra, :Msg, :RequestId
1251
1342
 
1252
- def initialize(data=nil, extra=nil, msg=nil, requestid=nil)
1343
+ def initialize(errorinfo=nil, data=nil, extra=nil, msg=nil, requestid=nil)
1344
+ @ErrorInfo = errorinfo
1253
1345
  @Data = data
1254
1346
  @Extra = extra
1255
1347
  @Msg = msg
@@ -1257,6 +1349,10 @@ module TencentCloud
1257
1349
  end
1258
1350
 
1259
1351
  def deserialize(params)
1352
+ unless params['ErrorInfo'].nil?
1353
+ @ErrorInfo = ErrorInfo.new
1354
+ @ErrorInfo.deserialize(params['ErrorInfo'])
1355
+ end
1260
1356
  unless params['Data'].nil?
1261
1357
  @Data = DatasourceInfoData.new
1262
1358
  @Data.deserialize(params['Data'])
@@ -1289,6 +1385,9 @@ module TencentCloud
1289
1385
 
1290
1386
  # DescribeProjectInfo返回参数结构体
1291
1387
  class DescribeProjectInfoResponse < TencentCloud::Common::AbstractModel
1388
+ # @param ErrorInfo: 自定义错误信息对象
1389
+ # 注意:此字段可能返回 null,表示取不到有效值。
1390
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
1292
1391
  # @param Extra: ""
1293
1392
  # 注意:此字段可能返回 null,表示取不到有效值。
1294
1393
  # @type Extra: String
@@ -1301,9 +1400,10 @@ module TencentCloud
1301
1400
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1302
1401
  # @type RequestId: String
1303
1402
 
1304
- attr_accessor :Extra, :Msg, :Data, :RequestId
1403
+ attr_accessor :ErrorInfo, :Extra, :Msg, :Data, :RequestId
1305
1404
 
1306
- def initialize(extra=nil, msg=nil, data=nil, requestid=nil)
1405
+ def initialize(errorinfo=nil, extra=nil, msg=nil, data=nil, requestid=nil)
1406
+ @ErrorInfo = errorinfo
1307
1407
  @Extra = extra
1308
1408
  @Msg = msg
1309
1409
  @Data = data
@@ -1311,6 +1411,10 @@ module TencentCloud
1311
1411
  end
1312
1412
 
1313
1413
  def deserialize(params)
1414
+ unless params['ErrorInfo'].nil?
1415
+ @ErrorInfo = ErrorInfo.new
1416
+ @ErrorInfo.deserialize(params['ErrorInfo'])
1417
+ end
1314
1418
  @Extra = params['Extra']
1315
1419
  @Msg = params['Msg']
1316
1420
  unless params['Data'].nil?
@@ -1355,6 +1459,9 @@ module TencentCloud
1355
1459
 
1356
1460
  # DescribeProjectList返回参数结构体
1357
1461
  class DescribeProjectListResponse < TencentCloud::Common::AbstractModel
1462
+ # @param ErrorInfo: 自定义错误信息对象
1463
+ # 注意:此字段可能返回 null,表示取不到有效值。
1464
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
1358
1465
  # @param Extra: 额外信息
1359
1466
  # 注意:此字段可能返回 null,表示取不到有效值。
1360
1467
  # @type Extra: String
@@ -1367,9 +1474,10 @@ module TencentCloud
1367
1474
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1368
1475
  # @type RequestId: String
1369
1476
 
1370
- attr_accessor :Extra, :Msg, :Data, :RequestId
1477
+ attr_accessor :ErrorInfo, :Extra, :Msg, :Data, :RequestId
1371
1478
 
1372
- def initialize(extra=nil, msg=nil, data=nil, requestid=nil)
1479
+ def initialize(errorinfo=nil, extra=nil, msg=nil, data=nil, requestid=nil)
1480
+ @ErrorInfo = errorinfo
1373
1481
  @Extra = extra
1374
1482
  @Msg = msg
1375
1483
  @Data = data
@@ -1377,6 +1485,10 @@ module TencentCloud
1377
1485
  end
1378
1486
 
1379
1487
  def deserialize(params)
1488
+ unless params['ErrorInfo'].nil?
1489
+ @ErrorInfo = ErrorInfo.new
1490
+ @ErrorInfo.deserialize(params['ErrorInfo'])
1491
+ end
1380
1492
  @Extra = params['Extra']
1381
1493
  @Msg = params['Msg']
1382
1494
  unless params['Data'].nil?
@@ -1417,6 +1529,9 @@ module TencentCloud
1417
1529
 
1418
1530
  # DescribeUserProjectList返回参数结构体
1419
1531
  class DescribeUserProjectListResponse < TencentCloud::Common::AbstractModel
1532
+ # @param ErrorInfo: 自定义错误信息对象
1533
+ # 注意:此字段可能返回 null,表示取不到有效值。
1534
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
1420
1535
  # @param Data: 数据
1421
1536
  # 注意:此字段可能返回 null,表示取不到有效值。
1422
1537
  # @type Data: :class:`Tencentcloud::Bi.v20220105.models.CorpUserListData`
@@ -1429,9 +1544,10 @@ module TencentCloud
1429
1544
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1430
1545
  # @type RequestId: String
1431
1546
 
1432
- attr_accessor :Data, :Extra, :Msg, :RequestId
1547
+ attr_accessor :ErrorInfo, :Data, :Extra, :Msg, :RequestId
1433
1548
 
1434
- def initialize(data=nil, extra=nil, msg=nil, requestid=nil)
1549
+ def initialize(errorinfo=nil, data=nil, extra=nil, msg=nil, requestid=nil)
1550
+ @ErrorInfo = errorinfo
1435
1551
  @Data = data
1436
1552
  @Extra = extra
1437
1553
  @Msg = msg
@@ -1439,6 +1555,10 @@ module TencentCloud
1439
1555
  end
1440
1556
 
1441
1557
  def deserialize(params)
1558
+ unless params['ErrorInfo'].nil?
1559
+ @ErrorInfo = ErrorInfo.new
1560
+ @ErrorInfo.deserialize(params['ErrorInfo'])
1561
+ end
1442
1562
  unless params['Data'].nil?
1443
1563
  @Data = CorpUserListData.new
1444
1564
  @Data.deserialize(params['Data'])
@@ -1463,16 +1583,19 @@ module TencentCloud
1463
1583
  # @type Keyword: String
1464
1584
  # @param ProjectId: 项目id
1465
1585
  # @type ProjectId: String
1586
+ # @param IsOnlyBindAppUser: 是否只获取绑定企微应用的
1587
+ # @type IsOnlyBindAppUser: Boolean
1466
1588
 
1467
- attr_accessor :PageNo, :PageSize, :AllPage, :UserType, :Keyword, :ProjectId
1589
+ attr_accessor :PageNo, :PageSize, :AllPage, :UserType, :Keyword, :ProjectId, :IsOnlyBindAppUser
1468
1590
 
1469
- def initialize(pageno=nil, pagesize=nil, allpage=nil, usertype=nil, keyword=nil, projectid=nil)
1591
+ def initialize(pageno=nil, pagesize=nil, allpage=nil, usertype=nil, keyword=nil, projectid=nil, isonlybindappuser=nil)
1470
1592
  @PageNo = pageno
1471
1593
  @PageSize = pagesize
1472
1594
  @AllPage = allpage
1473
1595
  @UserType = usertype
1474
1596
  @Keyword = keyword
1475
1597
  @ProjectId = projectid
1598
+ @IsOnlyBindAppUser = isonlybindappuser
1476
1599
  end
1477
1600
 
1478
1601
  def deserialize(params)
@@ -1482,11 +1605,15 @@ module TencentCloud
1482
1605
  @UserType = params['UserType']
1483
1606
  @Keyword = params['Keyword']
1484
1607
  @ProjectId = params['ProjectId']
1608
+ @IsOnlyBindAppUser = params['IsOnlyBindAppUser']
1485
1609
  end
1486
1610
  end
1487
1611
 
1488
1612
  # DescribeUserRoleList返回参数结构体
1489
1613
  class DescribeUserRoleListResponse < TencentCloud::Common::AbstractModel
1614
+ # @param ErrorInfo: 自定义错误信息对象
1615
+ # 注意:此字段可能返回 null,表示取不到有效值。
1616
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
1490
1617
  # @param Extra: 扩展
1491
1618
  # 注意:此字段可能返回 null,表示取不到有效值。
1492
1619
  # @type Extra: String
@@ -1499,9 +1626,10 @@ module TencentCloud
1499
1626
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1500
1627
  # @type RequestId: String
1501
1628
 
1502
- attr_accessor :Extra, :Data, :Msg, :RequestId
1629
+ attr_accessor :ErrorInfo, :Extra, :Data, :Msg, :RequestId
1503
1630
 
1504
- def initialize(extra=nil, data=nil, msg=nil, requestid=nil)
1631
+ def initialize(errorinfo=nil, extra=nil, data=nil, msg=nil, requestid=nil)
1632
+ @ErrorInfo = errorinfo
1505
1633
  @Extra = extra
1506
1634
  @Data = data
1507
1635
  @Msg = msg
@@ -1509,6 +1637,10 @@ module TencentCloud
1509
1637
  end
1510
1638
 
1511
1639
  def deserialize(params)
1640
+ unless params['ErrorInfo'].nil?
1641
+ @ErrorInfo = ErrorInfo.new
1642
+ @ErrorInfo.deserialize(params['ErrorInfo'])
1643
+ end
1512
1644
  @Extra = params['Extra']
1513
1645
  unless params['Data'].nil?
1514
1646
  @Data = UserRoleListData.new
@@ -1527,24 +1659,31 @@ module TencentCloud
1527
1659
  # @type PageSize: Integer
1528
1660
  # @param ProjectId: 项目ID
1529
1661
  # @type ProjectId: Integer
1662
+ # @param IsOnlyBindAppUser: 是否只获取绑定企微应用的
1663
+ # @type IsOnlyBindAppUser: Boolean
1530
1664
 
1531
- attr_accessor :PageNo, :PageSize, :ProjectId
1665
+ attr_accessor :PageNo, :PageSize, :ProjectId, :IsOnlyBindAppUser
1532
1666
 
1533
- def initialize(pageno=nil, pagesize=nil, projectid=nil)
1667
+ def initialize(pageno=nil, pagesize=nil, projectid=nil, isonlybindappuser=nil)
1534
1668
  @PageNo = pageno
1535
1669
  @PageSize = pagesize
1536
1670
  @ProjectId = projectid
1671
+ @IsOnlyBindAppUser = isonlybindappuser
1537
1672
  end
1538
1673
 
1539
1674
  def deserialize(params)
1540
1675
  @PageNo = params['PageNo']
1541
1676
  @PageSize = params['PageSize']
1542
1677
  @ProjectId = params['ProjectId']
1678
+ @IsOnlyBindAppUser = params['IsOnlyBindAppUser']
1543
1679
  end
1544
1680
  end
1545
1681
 
1546
1682
  # DescribeUserRoleProjectList返回参数结构体
1547
1683
  class DescribeUserRoleProjectListResponse < TencentCloud::Common::AbstractModel
1684
+ # @param ErrorInfo: 自定义错误信息对象
1685
+ # 注意:此字段可能返回 null,表示取不到有效值。
1686
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
1548
1687
  # @param Extra: 扩展
1549
1688
  # 注意:此字段可能返回 null,表示取不到有效值。
1550
1689
  # @type Extra: String
@@ -1557,9 +1696,10 @@ module TencentCloud
1557
1696
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1558
1697
  # @type RequestId: String
1559
1698
 
1560
- attr_accessor :Extra, :Data, :Msg, :RequestId
1699
+ attr_accessor :ErrorInfo, :Extra, :Data, :Msg, :RequestId
1561
1700
 
1562
- def initialize(extra=nil, data=nil, msg=nil, requestid=nil)
1701
+ def initialize(errorinfo=nil, extra=nil, data=nil, msg=nil, requestid=nil)
1702
+ @ErrorInfo = errorinfo
1563
1703
  @Extra = extra
1564
1704
  @Data = data
1565
1705
  @Msg = msg
@@ -1567,6 +1707,10 @@ module TencentCloud
1567
1707
  end
1568
1708
 
1569
1709
  def deserialize(params)
1710
+ unless params['ErrorInfo'].nil?
1711
+ @ErrorInfo = ErrorInfo.new
1712
+ @ErrorInfo.deserialize(params['ErrorInfo'])
1713
+ end
1570
1714
  @Extra = params['Extra']
1571
1715
  unless params['Data'].nil?
1572
1716
  @Data = UserRoleListData.new
@@ -1659,6 +1803,51 @@ module TencentCloud
1659
1803
  end
1660
1804
  end
1661
1805
 
1806
+ # 自定义错误信息对象
1807
+ class ErrorInfo < TencentCloud::Common::AbstractModel
1808
+ # @param ErrorTip: 错误说明字段
1809
+ # 注意:此字段可能返回 null,表示取不到有效值。
1810
+ # @type ErrorTip: String
1811
+ # @param ErrorMessage: 原始异常信息
1812
+ # 注意:此字段可能返回 null,表示取不到有效值。
1813
+ # @type ErrorMessage: String
1814
+ # @param ErrorLevel: 错误等级字段
1815
+ # ERROR
1816
+ # WARN
1817
+ # INFO
1818
+ # 注意:此字段可能返回 null,表示取不到有效值。
1819
+ # @type ErrorLevel: String
1820
+ # @param DocLink: 指引文档链接
1821
+ # 注意:此字段可能返回 null,表示取不到有效值。
1822
+ # @type DocLink: String
1823
+ # @param FAQ: 快速指引说明
1824
+ # 注意:此字段可能返回 null,表示取不到有效值。
1825
+ # @type FAQ: String
1826
+ # @param ReservedField: 预留字段1
1827
+ # 注意:此字段可能返回 null,表示取不到有效值。
1828
+ # @type ReservedField: String
1829
+
1830
+ attr_accessor :ErrorTip, :ErrorMessage, :ErrorLevel, :DocLink, :FAQ, :ReservedField
1831
+
1832
+ def initialize(errortip=nil, errormessage=nil, errorlevel=nil, doclink=nil, faq=nil, reservedfield=nil)
1833
+ @ErrorTip = errortip
1834
+ @ErrorMessage = errormessage
1835
+ @ErrorLevel = errorlevel
1836
+ @DocLink = doclink
1837
+ @FAQ = faq
1838
+ @ReservedField = reservedfield
1839
+ end
1840
+
1841
+ def deserialize(params)
1842
+ @ErrorTip = params['ErrorTip']
1843
+ @ErrorMessage = params['ErrorMessage']
1844
+ @ErrorLevel = params['ErrorLevel']
1845
+ @DocLink = params['DocLink']
1846
+ @FAQ = params['FAQ']
1847
+ @ReservedField = params['ReservedField']
1848
+ end
1849
+ end
1850
+
1662
1851
  # 仅包含id的对象
1663
1852
  class IdDTO < TencentCloud::Common::AbstractModel
1664
1853
  # @param Id: 请求id
@@ -1794,6 +1983,9 @@ module TencentCloud
1794
1983
 
1795
1984
  # ModifyDatasourceCloud返回参数结构体
1796
1985
  class ModifyDatasourceCloudResponse < TencentCloud::Common::AbstractModel
1986
+ # @param ErrorInfo: 自定义错误信息对象
1987
+ # 注意:此字段可能返回 null,表示取不到有效值。
1988
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
1797
1989
  # @param Data: 成功无
1798
1990
  # 注意:此字段可能返回 null,表示取不到有效值。
1799
1991
  # @type Data: String
@@ -1806,9 +1998,10 @@ module TencentCloud
1806
1998
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1807
1999
  # @type RequestId: String
1808
2000
 
1809
- attr_accessor :Data, :Extra, :Msg, :RequestId
2001
+ attr_accessor :ErrorInfo, :Data, :Extra, :Msg, :RequestId
1810
2002
 
1811
- def initialize(data=nil, extra=nil, msg=nil, requestid=nil)
2003
+ def initialize(errorinfo=nil, data=nil, extra=nil, msg=nil, requestid=nil)
2004
+ @ErrorInfo = errorinfo
1812
2005
  @Data = data
1813
2006
  @Extra = extra
1814
2007
  @Msg = msg
@@ -1816,6 +2009,10 @@ module TencentCloud
1816
2009
  end
1817
2010
 
1818
2011
  def deserialize(params)
2012
+ unless params['ErrorInfo'].nil?
2013
+ @ErrorInfo = ErrorInfo.new
2014
+ @ErrorInfo.deserialize(params['ErrorInfo'])
2015
+ end
1819
2016
  @Data = params['Data']
1820
2017
  @Extra = params['Extra']
1821
2018
  @Msg = params['Msg']
@@ -1917,6 +2114,9 @@ module TencentCloud
1917
2114
 
1918
2115
  # ModifyDatasource返回参数结构体
1919
2116
  class ModifyDatasourceResponse < TencentCloud::Common::AbstractModel
2117
+ # @param ErrorInfo: 自定义错误信息对象
2118
+ # 注意:此字段可能返回 null,表示取不到有效值。
2119
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
1920
2120
  # @param Data: 无
1921
2121
  # 注意:此字段可能返回 null,表示取不到有效值。
1922
2122
  # @type Data: String
@@ -1929,9 +2129,10 @@ module TencentCloud
1929
2129
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1930
2130
  # @type RequestId: String
1931
2131
 
1932
- attr_accessor :Data, :Extra, :Msg, :RequestId
2132
+ attr_accessor :ErrorInfo, :Data, :Extra, :Msg, :RequestId
1933
2133
 
1934
- def initialize(data=nil, extra=nil, msg=nil, requestid=nil)
2134
+ def initialize(errorinfo=nil, data=nil, extra=nil, msg=nil, requestid=nil)
2135
+ @ErrorInfo = errorinfo
1935
2136
  @Data = data
1936
2137
  @Extra = extra
1937
2138
  @Msg = msg
@@ -1939,6 +2140,10 @@ module TencentCloud
1939
2140
  end
1940
2141
 
1941
2142
  def deserialize(params)
2143
+ unless params['ErrorInfo'].nil?
2144
+ @ErrorInfo = ErrorInfo.new
2145
+ @ErrorInfo.deserialize(params['ErrorInfo'])
2146
+ end
1942
2147
  @Data = params['Data']
1943
2148
  @Extra = params['Extra']
1944
2149
  @Msg = params['Msg']
@@ -1996,6 +2201,9 @@ module TencentCloud
1996
2201
 
1997
2202
  # ModifyProject返回参数结构体
1998
2203
  class ModifyProjectResponse < TencentCloud::Common::AbstractModel
2204
+ # @param ErrorInfo: 自定义错误信息对象
2205
+ # 注意:此字段可能返回 null,表示取不到有效值。
2206
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
1999
2207
  # @param Extra: 额外信息
2000
2208
  # 注意:此字段可能返回 null,表示取不到有效值。
2001
2209
  # @type Extra: String
@@ -2008,9 +2216,10 @@ module TencentCloud
2008
2216
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2009
2217
  # @type RequestId: String
2010
2218
 
2011
- attr_accessor :Extra, :Data, :Msg, :RequestId
2219
+ attr_accessor :ErrorInfo, :Extra, :Data, :Msg, :RequestId
2012
2220
 
2013
- def initialize(extra=nil, data=nil, msg=nil, requestid=nil)
2221
+ def initialize(errorinfo=nil, extra=nil, data=nil, msg=nil, requestid=nil)
2222
+ @ErrorInfo = errorinfo
2014
2223
  @Extra = extra
2015
2224
  @Data = data
2016
2225
  @Msg = msg
@@ -2018,6 +2227,10 @@ module TencentCloud
2018
2227
  end
2019
2228
 
2020
2229
  def deserialize(params)
2230
+ unless params['ErrorInfo'].nil?
2231
+ @ErrorInfo = ErrorInfo.new
2232
+ @ErrorInfo.deserialize(params['ErrorInfo'])
2233
+ end
2021
2234
  @Extra = params['Extra']
2022
2235
  @Data = params['Data']
2023
2236
  @Msg = params['Msg']
@@ -2037,15 +2250,18 @@ module TencentCloud
2037
2250
  # @type Email: String
2038
2251
  # @param UserName: 用户名
2039
2252
  # @type UserName: String
2253
+ # @param AppUserId: 企业微信应用用户id
2254
+ # @type AppUserId: String
2040
2255
 
2041
- attr_accessor :ProjectId, :UserId, :RoleIdList, :Email, :UserName
2256
+ attr_accessor :ProjectId, :UserId, :RoleIdList, :Email, :UserName, :AppUserId
2042
2257
 
2043
- def initialize(projectid=nil, userid=nil, roleidlist=nil, email=nil, username=nil)
2258
+ def initialize(projectid=nil, userid=nil, roleidlist=nil, email=nil, username=nil, appuserid=nil)
2044
2259
  @ProjectId = projectid
2045
2260
  @UserId = userid
2046
2261
  @RoleIdList = roleidlist
2047
2262
  @Email = email
2048
2263
  @UserName = username
2264
+ @AppUserId = appuserid
2049
2265
  end
2050
2266
 
2051
2267
  def deserialize(params)
@@ -2054,11 +2270,15 @@ module TencentCloud
2054
2270
  @RoleIdList = params['RoleIdList']
2055
2271
  @Email = params['Email']
2056
2272
  @UserName = params['UserName']
2273
+ @AppUserId = params['AppUserId']
2057
2274
  end
2058
2275
  end
2059
2276
 
2060
2277
  # ModifyUserRoleProject返回参数结构体
2061
2278
  class ModifyUserRoleProjectResponse < TencentCloud::Common::AbstractModel
2279
+ # @param ErrorInfo: 自定义错误信息对象
2280
+ # 注意:此字段可能返回 null,表示取不到有效值。
2281
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
2062
2282
  # @param Extra: 扩展
2063
2283
  # 注意:此字段可能返回 null,表示取不到有效值。
2064
2284
  # @type Extra: String
@@ -2071,9 +2291,10 @@ module TencentCloud
2071
2291
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2072
2292
  # @type RequestId: String
2073
2293
 
2074
- attr_accessor :Extra, :Msg, :Data, :RequestId
2294
+ attr_accessor :ErrorInfo, :Extra, :Msg, :Data, :RequestId
2075
2295
 
2076
- def initialize(extra=nil, msg=nil, data=nil, requestid=nil)
2296
+ def initialize(errorinfo=nil, extra=nil, msg=nil, data=nil, requestid=nil)
2297
+ @ErrorInfo = errorinfo
2077
2298
  @Extra = extra
2078
2299
  @Msg = msg
2079
2300
  @Data = data
@@ -2081,6 +2302,10 @@ module TencentCloud
2081
2302
  end
2082
2303
 
2083
2304
  def deserialize(params)
2305
+ unless params['ErrorInfo'].nil?
2306
+ @ErrorInfo = ErrorInfo.new
2307
+ @ErrorInfo.deserialize(params['ErrorInfo'])
2308
+ end
2084
2309
  @Extra = params['Extra']
2085
2310
  @Msg = params['Msg']
2086
2311
  @Data = params['Data']
@@ -2102,16 +2327,19 @@ module TencentCloud
2102
2327
  # @type PhoneNumber: String
2103
2328
  # @param AreaCode: 手机区号
2104
2329
  # @type AreaCode: String
2330
+ # @param AppUserId: 企业微信应用用户id
2331
+ # @type AppUserId: String
2105
2332
 
2106
- attr_accessor :UserId, :RoleIdList, :Email, :UserName, :PhoneNumber, :AreaCode
2333
+ attr_accessor :UserId, :RoleIdList, :Email, :UserName, :PhoneNumber, :AreaCode, :AppUserId
2107
2334
 
2108
- def initialize(userid=nil, roleidlist=nil, email=nil, username=nil, phonenumber=nil, areacode=nil)
2335
+ def initialize(userid=nil, roleidlist=nil, email=nil, username=nil, phonenumber=nil, areacode=nil, appuserid=nil)
2109
2336
  @UserId = userid
2110
2337
  @RoleIdList = roleidlist
2111
2338
  @Email = email
2112
2339
  @UserName = username
2113
2340
  @PhoneNumber = phonenumber
2114
2341
  @AreaCode = areacode
2342
+ @AppUserId = appuserid
2115
2343
  end
2116
2344
 
2117
2345
  def deserialize(params)
@@ -2121,11 +2349,15 @@ module TencentCloud
2121
2349
  @UserName = params['UserName']
2122
2350
  @PhoneNumber = params['PhoneNumber']
2123
2351
  @AreaCode = params['AreaCode']
2352
+ @AppUserId = params['AppUserId']
2124
2353
  end
2125
2354
  end
2126
2355
 
2127
2356
  # ModifyUserRole返回参数结构体
2128
2357
  class ModifyUserRoleResponse < TencentCloud::Common::AbstractModel
2358
+ # @param ErrorInfo: 自定义错误信息对象
2359
+ # 注意:此字段可能返回 null,表示取不到有效值。
2360
+ # @type ErrorInfo: :class:`Tencentcloud::Bi.v20220105.models.ErrorInfo`
2129
2361
  # @param Extra: 扩展
2130
2362
  # 注意:此字段可能返回 null,表示取不到有效值。
2131
2363
  # @type Extra: String
@@ -2138,9 +2370,10 @@ module TencentCloud
2138
2370
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2139
2371
  # @type RequestId: String
2140
2372
 
2141
- attr_accessor :Extra, :Msg, :Data, :RequestId
2373
+ attr_accessor :ErrorInfo, :Extra, :Msg, :Data, :RequestId
2142
2374
 
2143
- def initialize(extra=nil, msg=nil, data=nil, requestid=nil)
2375
+ def initialize(errorinfo=nil, extra=nil, msg=nil, data=nil, requestid=nil)
2376
+ @ErrorInfo = errorinfo
2144
2377
  @Extra = extra
2145
2378
  @Msg = msg
2146
2379
  @Data = data
@@ -2148,6 +2381,10 @@ module TencentCloud
2148
2381
  end
2149
2382
 
2150
2383
  def deserialize(params)
2384
+ unless params['ErrorInfo'].nil?
2385
+ @ErrorInfo = ErrorInfo.new
2386
+ @ErrorInfo.deserialize(params['ErrorInfo'])
2387
+ end
2151
2388
  @Extra = params['Extra']
2152
2389
  @Msg = params['Msg']
2153
2390
  @Data = params['Data']
@@ -2479,10 +2716,25 @@ module TencentCloud
2479
2716
  # @param Mobile: 手机号
2480
2717
  # 注意:此字段可能返回 null,表示取不到有效值。
2481
2718
  # @type Mobile: String
2719
+ # @param AppId: 1
2720
+ # 注意:此字段可能返回 null,表示取不到有效值。
2721
+ # @type AppId: String
2722
+ # @param AppUserId: 1
2723
+ # 注意:此字段可能返回 null,表示取不到有效值。
2724
+ # @type AppUserId: String
2725
+ # @param AppUserAliasName: 1
2726
+ # 注意:此字段可能返回 null,表示取不到有效值。
2727
+ # @type AppUserAliasName: String
2728
+ # @param AppUserName: 1
2729
+ # 注意:此字段可能返回 null,表示取不到有效值。
2730
+ # @type AppUserName: String
2731
+ # @param InValidateAppRange: 1
2732
+ # 注意:此字段可能返回 null,表示取不到有效值。
2733
+ # @type InValidateAppRange: Boolean
2482
2734
 
2483
- attr_accessor :UserId, :UserName, :CorpId, :Email, :LastLogin, :Status, :FirstModify, :PhoneNumber, :AreaCode, :CreatedUser, :CreatedAt, :UpdatedUser, :UpdatedAt, :GlobalUserName, :Mobile
2735
+ attr_accessor :UserId, :UserName, :CorpId, :Email, :LastLogin, :Status, :FirstModify, :PhoneNumber, :AreaCode, :CreatedUser, :CreatedAt, :UpdatedUser, :UpdatedAt, :GlobalUserName, :Mobile, :AppId, :AppUserId, :AppUserAliasName, :AppUserName, :InValidateAppRange
2484
2736
 
2485
- def initialize(userid=nil, username=nil, corpid=nil, email=nil, lastlogin=nil, status=nil, firstmodify=nil, phonenumber=nil, areacode=nil, createduser=nil, createdat=nil, updateduser=nil, updatedat=nil, globalusername=nil, mobile=nil)
2737
+ def initialize(userid=nil, username=nil, corpid=nil, email=nil, lastlogin=nil, status=nil, firstmodify=nil, phonenumber=nil, areacode=nil, createduser=nil, createdat=nil, updateduser=nil, updatedat=nil, globalusername=nil, mobile=nil, appid=nil, appuserid=nil, appuseraliasname=nil, appusername=nil, invalidateapprange=nil)
2486
2738
  @UserId = userid
2487
2739
  @UserName = username
2488
2740
  @CorpId = corpid
@@ -2498,6 +2750,11 @@ module TencentCloud
2498
2750
  @UpdatedAt = updatedat
2499
2751
  @GlobalUserName = globalusername
2500
2752
  @Mobile = mobile
2753
+ @AppId = appid
2754
+ @AppUserId = appuserid
2755
+ @AppUserAliasName = appuseraliasname
2756
+ @AppUserName = appusername
2757
+ @InValidateAppRange = invalidateapprange
2501
2758
  end
2502
2759
 
2503
2760
  def deserialize(params)
@@ -2516,6 +2773,11 @@ module TencentCloud
2516
2773
  @UpdatedAt = params['UpdatedAt']
2517
2774
  @GlobalUserName = params['GlobalUserName']
2518
2775
  @Mobile = params['Mobile']
2776
+ @AppId = params['AppId']
2777
+ @AppUserId = params['AppUserId']
2778
+ @AppUserAliasName = params['AppUserAliasName']
2779
+ @AppUserName = params['AppUserName']
2780
+ @InValidateAppRange = params['InValidateAppRange']
2519
2781
  end
2520
2782
  end
2521
2783
 
@@ -2679,10 +2941,22 @@ module TencentCloud
2679
2941
  # @param CorpAdmin: 是否为企业管理员
2680
2942
  # 注意:此字段可能返回 null,表示取不到有效值。
2681
2943
  # @type CorpAdmin: Boolean
2944
+ # @param AppUserId: 企微用户id
2945
+ # 注意:此字段可能返回 null,表示取不到有效值。
2946
+ # @type AppUserId: String
2947
+ # @param AppUserAliasName: 昵称
2948
+ # 注意:此字段可能返回 null,表示取不到有效值。
2949
+ # @type AppUserAliasName: String
2950
+ # @param AppUserName: 应用用户名
2951
+ # 注意:此字段可能返回 null,表示取不到有效值。
2952
+ # @type AppUserName: String
2953
+ # @param InValidateAppRange: 是否在可见范围内
2954
+ # 注意:此字段可能返回 null,表示取不到有效值。
2955
+ # @type InValidateAppRange: Boolean
2682
2956
 
2683
- attr_accessor :Id, :RoleList, :RoleIdList, :UserId, :UserName, :CorpId, :Email, :CreatedUser, :CreatedAt, :UpdatedUser, :UpdatedAt, :LastLogin, :Status, :PhoneNumber, :AreaCode, :RootAccount, :CorpAdmin
2957
+ attr_accessor :Id, :RoleList, :RoleIdList, :UserId, :UserName, :CorpId, :Email, :CreatedUser, :CreatedAt, :UpdatedUser, :UpdatedAt, :LastLogin, :Status, :PhoneNumber, :AreaCode, :RootAccount, :CorpAdmin, :AppUserId, :AppUserAliasName, :AppUserName, :InValidateAppRange
2684
2958
 
2685
- def initialize(id=nil, rolelist=nil, roleidlist=nil, userid=nil, username=nil, corpid=nil, email=nil, createduser=nil, createdat=nil, updateduser=nil, updatedat=nil, lastlogin=nil, status=nil, phonenumber=nil, areacode=nil, rootaccount=nil, corpadmin=nil)
2959
+ def initialize(id=nil, rolelist=nil, roleidlist=nil, userid=nil, username=nil, corpid=nil, email=nil, createduser=nil, createdat=nil, updateduser=nil, updatedat=nil, lastlogin=nil, status=nil, phonenumber=nil, areacode=nil, rootaccount=nil, corpadmin=nil, appuserid=nil, appuseraliasname=nil, appusername=nil, invalidateapprange=nil)
2686
2960
  @Id = id
2687
2961
  @RoleList = rolelist
2688
2962
  @RoleIdList = roleidlist
@@ -2700,6 +2974,10 @@ module TencentCloud
2700
2974
  @AreaCode = areacode
2701
2975
  @RootAccount = rootaccount
2702
2976
  @CorpAdmin = corpadmin
2977
+ @AppUserId = appuserid
2978
+ @AppUserAliasName = appuseraliasname
2979
+ @AppUserName = appusername
2980
+ @InValidateAppRange = invalidateapprange
2703
2981
  end
2704
2982
 
2705
2983
  def deserialize(params)
@@ -2727,6 +3005,10 @@ module TencentCloud
2727
3005
  @AreaCode = params['AreaCode']
2728
3006
  @RootAccount = params['RootAccount']
2729
3007
  @CorpAdmin = params['CorpAdmin']
3008
+ @AppUserId = params['AppUserId']
3009
+ @AppUserAliasName = params['AppUserAliasName']
3010
+ @AppUserName = params['AppUserName']
3011
+ @InValidateAppRange = params['InValidateAppRange']
2730
3012
  end
2731
3013
  end
2732
3014
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-bi
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.760
4
+ version: 3.0.761
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-29 00:00:00.000000000 Z
11
+ date: 2024-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common