tencentcloud-sdk-python 3.0.1347__py2.py3-none-any.whl → 3.0.1349__py2.py3-none-any.whl
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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/bh/v20230418/models.py +61 -23
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/captcha/v20190722/models.py +15 -30
- tencentcloud/cbs/v20170312/models.py +0 -4
- tencentcloud/ccc/v20200210/errorcodes.py +3 -0
- tencentcloud/ccc/v20200210/models.py +159 -2
- tencentcloud/cdwdoris/v20211228/models.py +300 -0
- tencentcloud/cdwpg/v20201230/models.py +98 -86
- tencentcloud/chc/v20230418/models.py +0 -30
- tencentcloud/clb/v20180317/models.py +48 -18
- tencentcloud/dbbrain/v20210527/models.py +0 -8
- tencentcloud/dbdc/v20201029/models.py +0 -16
- tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
- tencentcloud/dcdb/v20180411/models.py +0 -64
- tencentcloud/dlc/v20210125/models.py +256 -16
- tencentcloud/emr/v20190103/models.py +15 -54
- tencentcloud/es/v20180416/errorcodes.py +3 -0
- tencentcloud/ess/v20201111/models.py +12 -12
- tencentcloud/essbasic/v20210526/essbasic_client.py +2 -2
- tencentcloud/essbasic/v20210526/models.py +10 -10
- tencentcloud/gs/v20191118/models.py +4 -58
- tencentcloud/hai/v20230812/models.py +0 -96
- tencentcloud/hunyuan/v20230901/models.py +6 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotvideo/v20191126/models.py +0 -4
- tencentcloud/iotvideo/v20201215/models.py +17 -0
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
- tencentcloud/lcic/v20220817/lcic_client.py +1 -1
- tencentcloud/lcic/v20220817/models.py +56 -68
- tencentcloud/live/v20180801/models.py +8 -24
- tencentcloud/lkeap/v20240522/lkeap_client.py +6 -0
- tencentcloud/mariadb/v20170312/models.py +4 -76
- tencentcloud/monitor/v20180724/models.py +95 -14
- tencentcloud/mps/v20190612/models.py +260 -0
- tencentcloud/mqtt/v20240516/models.py +402 -284
- tencentcloud/mqtt/v20240516/mqtt_client.py +2 -2
- tencentcloud/organization/v20210331/models.py +30 -0
- tencentcloud/privatedns/v20201028/models.py +0 -22
- tencentcloud/taf/v20200210/models.py +270 -0
- tencentcloud/taf/v20200210/taf_client.py +23 -0
- tencentcloud/tbaas/v20180416/models.py +0 -58
- tencentcloud/tcb/v20180608/errorcodes.py +3 -0
- tencentcloud/tcr/v20190924/models.py +30 -154
- tencentcloud/tdmq/v20200217/models.py +0 -16
- tencentcloud/thpc/v20230321/models.py +34 -0
- tencentcloud/tke/v20180525/models.py +692 -622
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/trocket/v20230308/models.py +0 -24
- tencentcloud/tsf/v20180326/models.py +252 -196
- tencentcloud/vcube/v20220410/models.py +51 -158
- tencentcloud/vcube/v20220410/vcube_client.py +2 -2
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +28 -260
- tencentcloud/vpc/v20170312/models.py +135 -0
- tencentcloud/wedata/v20210820/models.py +17 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/RECORD +62 -62
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/top_level.txt +0 -0
@@ -82,7 +82,6 @@ class ApplyChainMakerBatchUserCertResponse(AbstractModel):
|
|
82
82
|
def __init__(self):
|
83
83
|
r"""
|
84
84
|
:param _SignUserCrtList: 成功生成的用户证书的base64编码字符串列表,与SignUserCsrList一一对应
|
85
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
86
85
|
:type SignUserCrtList: list of str
|
87
86
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
88
87
|
:type RequestId: str
|
@@ -93,7 +92,6 @@ class ApplyChainMakerBatchUserCertResponse(AbstractModel):
|
|
93
92
|
@property
|
94
93
|
def SignUserCrtList(self):
|
95
94
|
"""成功生成的用户证书的base64编码字符串列表,与SignUserCsrList一一对应
|
96
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
97
95
|
:rtype: list of str
|
98
96
|
"""
|
99
97
|
return self._SignUserCrtList
|
@@ -439,19 +437,14 @@ class ChainMakerContractResult(AbstractModel):
|
|
439
437
|
:param _Code: 交易结果码
|
440
438
|
:type Code: int
|
441
439
|
:param _CodeMessage: 交易结果码含义
|
442
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
443
440
|
:type CodeMessage: str
|
444
441
|
:param _TxId: 交易ID
|
445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
446
442
|
:type TxId: str
|
447
443
|
:param _GasUsed: Gas使用量
|
448
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
449
444
|
:type GasUsed: int
|
450
445
|
:param _Message: 合约返回消息
|
451
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
452
446
|
:type Message: str
|
453
447
|
:param _Result: 合约函数返回,base64编码
|
454
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
455
448
|
:type Result: str
|
456
449
|
"""
|
457
450
|
self._Code = None
|
@@ -475,7 +468,6 @@ class ChainMakerContractResult(AbstractModel):
|
|
475
468
|
@property
|
476
469
|
def CodeMessage(self):
|
477
470
|
"""交易结果码含义
|
478
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
479
471
|
:rtype: str
|
480
472
|
"""
|
481
473
|
return self._CodeMessage
|
@@ -487,7 +479,6 @@ class ChainMakerContractResult(AbstractModel):
|
|
487
479
|
@property
|
488
480
|
def TxId(self):
|
489
481
|
"""交易ID
|
490
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
491
482
|
:rtype: str
|
492
483
|
"""
|
493
484
|
return self._TxId
|
@@ -499,7 +490,6 @@ class ChainMakerContractResult(AbstractModel):
|
|
499
490
|
@property
|
500
491
|
def GasUsed(self):
|
501
492
|
"""Gas使用量
|
502
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
503
493
|
:rtype: int
|
504
494
|
"""
|
505
495
|
return self._GasUsed
|
@@ -511,7 +501,6 @@ class ChainMakerContractResult(AbstractModel):
|
|
511
501
|
@property
|
512
502
|
def Message(self):
|
513
503
|
"""合约返回消息
|
514
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
515
504
|
:rtype: str
|
516
505
|
"""
|
517
506
|
return self._Message
|
@@ -523,7 +512,6 @@ class ChainMakerContractResult(AbstractModel):
|
|
523
512
|
@property
|
524
513
|
def Result(self):
|
525
514
|
"""合约函数返回,base64编码
|
526
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
527
515
|
:rtype: str
|
528
516
|
"""
|
529
517
|
return self._Result
|
@@ -560,25 +548,18 @@ class ChainMakerTransactionResult(AbstractModel):
|
|
560
548
|
:param _Code: 交易结果码
|
561
549
|
:type Code: int
|
562
550
|
:param _CodeMessage: 交易结果码含义
|
563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
564
551
|
:type CodeMessage: str
|
565
552
|
:param _TxId: 交易ID
|
566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
567
553
|
:type TxId: str
|
568
554
|
:param _GasUsed: Gas使用量
|
569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
570
555
|
:type GasUsed: int
|
571
556
|
:param _BlockHeight: 区块高度
|
572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
573
557
|
:type BlockHeight: int
|
574
558
|
:param _ContractEvent: 合约执行结果
|
575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
576
559
|
:type ContractEvent: str
|
577
560
|
:param _Message: 合约返回信息
|
578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
579
561
|
:type Message: str
|
580
562
|
:param _Timestamp: 交易时间,单位是秒
|
581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
582
563
|
:type Timestamp: int
|
583
564
|
"""
|
584
565
|
self._Code = None
|
@@ -604,7 +585,6 @@ class ChainMakerTransactionResult(AbstractModel):
|
|
604
585
|
@property
|
605
586
|
def CodeMessage(self):
|
606
587
|
"""交易结果码含义
|
607
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
608
588
|
:rtype: str
|
609
589
|
"""
|
610
590
|
return self._CodeMessage
|
@@ -616,7 +596,6 @@ class ChainMakerTransactionResult(AbstractModel):
|
|
616
596
|
@property
|
617
597
|
def TxId(self):
|
618
598
|
"""交易ID
|
619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
620
599
|
:rtype: str
|
621
600
|
"""
|
622
601
|
return self._TxId
|
@@ -628,7 +607,6 @@ class ChainMakerTransactionResult(AbstractModel):
|
|
628
607
|
@property
|
629
608
|
def GasUsed(self):
|
630
609
|
"""Gas使用量
|
631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
632
610
|
:rtype: int
|
633
611
|
"""
|
634
612
|
return self._GasUsed
|
@@ -640,7 +618,6 @@ class ChainMakerTransactionResult(AbstractModel):
|
|
640
618
|
@property
|
641
619
|
def BlockHeight(self):
|
642
620
|
"""区块高度
|
643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
644
621
|
:rtype: int
|
645
622
|
"""
|
646
623
|
return self._BlockHeight
|
@@ -652,7 +629,6 @@ class ChainMakerTransactionResult(AbstractModel):
|
|
652
629
|
@property
|
653
630
|
def ContractEvent(self):
|
654
631
|
"""合约执行结果
|
655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
656
632
|
:rtype: str
|
657
633
|
"""
|
658
634
|
return self._ContractEvent
|
@@ -664,7 +640,6 @@ class ChainMakerTransactionResult(AbstractModel):
|
|
664
640
|
@property
|
665
641
|
def Message(self):
|
666
642
|
"""合约返回信息
|
667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
668
643
|
:rtype: str
|
669
644
|
"""
|
670
645
|
return self._Message
|
@@ -676,7 +651,6 @@ class ChainMakerTransactionResult(AbstractModel):
|
|
676
651
|
@property
|
677
652
|
def Timestamp(self):
|
678
653
|
"""交易时间,单位是秒
|
679
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
680
654
|
:rtype: int
|
681
655
|
"""
|
682
656
|
return self._Timestamp
|
@@ -3304,7 +3278,6 @@ class InvokeChainMakerContractResponse(AbstractModel):
|
|
3304
3278
|
def __init__(self):
|
3305
3279
|
r"""
|
3306
3280
|
:param _Result: 交易结果
|
3307
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3308
3281
|
:type Result: :class:`tencentcloud.tbaas.v20180416.models.ChainMakerContractResult`
|
3309
3282
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3310
3283
|
:type RequestId: str
|
@@ -3315,7 +3288,6 @@ class InvokeChainMakerContractResponse(AbstractModel):
|
|
3315
3288
|
@property
|
3316
3289
|
def Result(self):
|
3317
3290
|
"""交易结果
|
3318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3319
3291
|
:rtype: :class:`tencentcloud.tbaas.v20180416.models.ChainMakerContractResult`
|
3320
3292
|
"""
|
3321
3293
|
return self._Result
|
@@ -3462,7 +3434,6 @@ class InvokeChainMakerDemoContractResponse(AbstractModel):
|
|
3462
3434
|
def __init__(self):
|
3463
3435
|
r"""
|
3464
3436
|
:param _Result: 交易结果
|
3465
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3466
3437
|
:type Result: :class:`tencentcloud.tbaas.v20180416.models.ChainMakerContractResult`
|
3467
3438
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3468
3439
|
:type RequestId: str
|
@@ -3473,7 +3444,6 @@ class InvokeChainMakerDemoContractResponse(AbstractModel):
|
|
3473
3444
|
@property
|
3474
3445
|
def Result(self):
|
3475
3446
|
"""交易结果
|
3476
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3477
3447
|
:rtype: :class:`tencentcloud.tbaas.v20180416.models.ChainMakerContractResult`
|
3478
3448
|
"""
|
3479
3449
|
return self._Result
|
@@ -4063,12 +4033,10 @@ class QueryChainMakerBlockTransactionResponse(AbstractModel):
|
|
4063
4033
|
def __init__(self):
|
4064
4034
|
r"""
|
4065
4035
|
:param _Result: 区块交易
|
4066
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4067
4036
|
:type Result: list of ChainMakerTransactionResult
|
4068
4037
|
:param _BlockHeight: 区块高度
|
4069
4038
|
:type BlockHeight: int
|
4070
4039
|
:param _TxCount: 交易数量
|
4071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4072
4040
|
:type TxCount: int
|
4073
4041
|
:param _BlockTimestamp: 区块时间戳,单位是秒
|
4074
4042
|
:type BlockTimestamp: int
|
@@ -4084,7 +4052,6 @@ class QueryChainMakerBlockTransactionResponse(AbstractModel):
|
|
4084
4052
|
@property
|
4085
4053
|
def Result(self):
|
4086
4054
|
"""区块交易
|
4087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4088
4055
|
:rtype: list of ChainMakerTransactionResult
|
4089
4056
|
"""
|
4090
4057
|
return self._Result
|
@@ -4107,7 +4074,6 @@ class QueryChainMakerBlockTransactionResponse(AbstractModel):
|
|
4107
4074
|
@property
|
4108
4075
|
def TxCount(self):
|
4109
4076
|
"""交易数量
|
4110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4111
4077
|
:rtype: int
|
4112
4078
|
"""
|
4113
4079
|
return self._TxCount
|
@@ -4256,7 +4222,6 @@ class QueryChainMakerContractResponse(AbstractModel):
|
|
4256
4222
|
def __init__(self):
|
4257
4223
|
r"""
|
4258
4224
|
:param _Result: 交易结果
|
4259
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4260
4225
|
:type Result: :class:`tencentcloud.tbaas.v20180416.models.ChainMakerContractResult`
|
4261
4226
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4262
4227
|
:type RequestId: str
|
@@ -4267,7 +4232,6 @@ class QueryChainMakerContractResponse(AbstractModel):
|
|
4267
4232
|
@property
|
4268
4233
|
def Result(self):
|
4269
4234
|
"""交易结果
|
4270
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4271
4235
|
:rtype: :class:`tencentcloud.tbaas.v20180416.models.ChainMakerContractResult`
|
4272
4236
|
"""
|
4273
4237
|
return self._Result
|
@@ -4369,12 +4333,10 @@ class QueryChainMakerDemoBlockTransactionResponse(AbstractModel):
|
|
4369
4333
|
def __init__(self):
|
4370
4334
|
r"""
|
4371
4335
|
:param _Result: 区块交易
|
4372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4373
4336
|
:type Result: list of ChainMakerTransactionResult
|
4374
4337
|
:param _BlockHeight: 区块高度
|
4375
4338
|
:type BlockHeight: int
|
4376
4339
|
:param _TxCount: 交易数量
|
4377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4378
4340
|
:type TxCount: int
|
4379
4341
|
:param _BlockTimestamp: 区块时间戳,单位是秒
|
4380
4342
|
:type BlockTimestamp: int
|
@@ -4390,7 +4352,6 @@ class QueryChainMakerDemoBlockTransactionResponse(AbstractModel):
|
|
4390
4352
|
@property
|
4391
4353
|
def Result(self):
|
4392
4354
|
"""区块交易
|
4393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4394
4355
|
:rtype: list of ChainMakerTransactionResult
|
4395
4356
|
"""
|
4396
4357
|
return self._Result
|
@@ -4413,7 +4374,6 @@ class QueryChainMakerDemoBlockTransactionResponse(AbstractModel):
|
|
4413
4374
|
@property
|
4414
4375
|
def TxCount(self):
|
4415
4376
|
"""交易数量
|
4416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4417
4377
|
:rtype: int
|
4418
4378
|
"""
|
4419
4379
|
return self._TxCount
|
@@ -4562,7 +4522,6 @@ class QueryChainMakerDemoContractResponse(AbstractModel):
|
|
4562
4522
|
def __init__(self):
|
4563
4523
|
r"""
|
4564
4524
|
:param _Result: 交易结果
|
4565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4566
4525
|
:type Result: :class:`tencentcloud.tbaas.v20180416.models.ChainMakerContractResult`
|
4567
4526
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4568
4527
|
:type RequestId: str
|
@@ -4573,7 +4532,6 @@ class QueryChainMakerDemoContractResponse(AbstractModel):
|
|
4573
4532
|
@property
|
4574
4533
|
def Result(self):
|
4575
4534
|
"""交易结果
|
4576
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4577
4535
|
:rtype: :class:`tencentcloud.tbaas.v20180416.models.ChainMakerContractResult`
|
4578
4536
|
"""
|
4579
4537
|
return self._Result
|
@@ -4675,7 +4633,6 @@ class QueryChainMakerDemoTransactionResponse(AbstractModel):
|
|
4675
4633
|
def __init__(self):
|
4676
4634
|
r"""
|
4677
4635
|
:param _Result: 交易结果
|
4678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4679
4636
|
:type Result: :class:`tencentcloud.tbaas.v20180416.models.ChainMakerTransactionResult`
|
4680
4637
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4681
4638
|
:type RequestId: str
|
@@ -4686,7 +4643,6 @@ class QueryChainMakerDemoTransactionResponse(AbstractModel):
|
|
4686
4643
|
@property
|
4687
4644
|
def Result(self):
|
4688
4645
|
"""交易结果
|
4689
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4690
4646
|
:rtype: :class:`tencentcloud.tbaas.v20180416.models.ChainMakerTransactionResult`
|
4691
4647
|
"""
|
4692
4648
|
return self._Result
|
@@ -4788,7 +4744,6 @@ class QueryChainMakerTransactionResponse(AbstractModel):
|
|
4788
4744
|
def __init__(self):
|
4789
4745
|
r"""
|
4790
4746
|
:param _Result: 交易结果
|
4791
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4792
4747
|
:type Result: :class:`tencentcloud.tbaas.v20180416.models.ChainMakerTransactionResult`
|
4793
4748
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4794
4749
|
:type RequestId: str
|
@@ -4799,7 +4754,6 @@ class QueryChainMakerTransactionResponse(AbstractModel):
|
|
4799
4754
|
@property
|
4800
4755
|
def Result(self):
|
4801
4756
|
"""交易结果
|
4802
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4803
4757
|
:rtype: :class:`tencentcloud.tbaas.v20180416.models.ChainMakerTransactionResult`
|
4804
4758
|
"""
|
4805
4759
|
return self._Result
|
@@ -5398,22 +5352,16 @@ class Transaction(AbstractModel):
|
|
5398
5352
|
def __init__(self):
|
5399
5353
|
r"""
|
5400
5354
|
:param _TxId: 交易ID
|
5401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5402
5355
|
:type TxId: str
|
5403
5356
|
:param _ChaincodeName: 合约名称
|
5404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5405
5357
|
:type ChaincodeName: str
|
5406
5358
|
:param _Sender: 交易发送者
|
5407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5408
5359
|
:type Sender: str
|
5409
5360
|
:param _CreateTime: 交易创建时间
|
5410
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5411
5361
|
:type CreateTime: str
|
5412
5362
|
:param _BlockHeight: 交易所在区块高度
|
5413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5414
5363
|
:type BlockHeight: int
|
5415
5364
|
:param _TxIndex: 交易在区块中的序号
|
5416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5417
5365
|
:type TxIndex: int
|
5418
5366
|
"""
|
5419
5367
|
self._TxId = None
|
@@ -5426,7 +5374,6 @@ class Transaction(AbstractModel):
|
|
5426
5374
|
@property
|
5427
5375
|
def TxId(self):
|
5428
5376
|
"""交易ID
|
5429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5430
5377
|
:rtype: str
|
5431
5378
|
"""
|
5432
5379
|
return self._TxId
|
@@ -5438,7 +5385,6 @@ class Transaction(AbstractModel):
|
|
5438
5385
|
@property
|
5439
5386
|
def ChaincodeName(self):
|
5440
5387
|
"""合约名称
|
5441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5442
5388
|
:rtype: str
|
5443
5389
|
"""
|
5444
5390
|
return self._ChaincodeName
|
@@ -5450,7 +5396,6 @@ class Transaction(AbstractModel):
|
|
5450
5396
|
@property
|
5451
5397
|
def Sender(self):
|
5452
5398
|
"""交易发送者
|
5453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5454
5399
|
:rtype: str
|
5455
5400
|
"""
|
5456
5401
|
return self._Sender
|
@@ -5462,7 +5407,6 @@ class Transaction(AbstractModel):
|
|
5462
5407
|
@property
|
5463
5408
|
def CreateTime(self):
|
5464
5409
|
"""交易创建时间
|
5465
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5466
5410
|
:rtype: str
|
5467
5411
|
"""
|
5468
5412
|
return self._CreateTime
|
@@ -5474,7 +5418,6 @@ class Transaction(AbstractModel):
|
|
5474
5418
|
@property
|
5475
5419
|
def BlockHeight(self):
|
5476
5420
|
"""交易所在区块高度
|
5477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5478
5421
|
:rtype: int
|
5479
5422
|
"""
|
5480
5423
|
return self._BlockHeight
|
@@ -5486,7 +5429,6 @@ class Transaction(AbstractModel):
|
|
5486
5429
|
@property
|
5487
5430
|
def TxIndex(self):
|
5488
5431
|
"""交易在区块中的序号
|
5489
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5490
5432
|
:rtype: int
|
5491
5433
|
"""
|
5492
5434
|
return self._TxIndex
|
@@ -128,6 +128,9 @@ RESOURCEUNAVAILABLE_REFRESHTOKENEXPIRED = 'ResourceUnavailable.RefreshTokenExpir
|
|
128
128
|
# 资源过期。
|
129
129
|
RESOURCEUNAVAILABLE_RESOURCEOVERDUE = 'ResourceUnavailable.ResourceOverdue'
|
130
130
|
|
131
|
+
# 资源售罄。后付费套餐已不再支持购买。
|
132
|
+
RESOURCESSOLDOUT_POSTPAYPACKAGENOTAVAILABLE = 'ResourcesSoldOut.PostpayPackageNotAvailable'
|
133
|
+
|
131
134
|
# 未授权操作。
|
132
135
|
UNAUTHORIZEDOPERATION = 'UnauthorizedOperation'
|
133
136
|
|