tccli 3.0.1181.1__py2.py3-none-any.whl → 3.0.1183.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/ams/v20201229/api.json +20 -0
- tccli/services/ams/v20201229/examples.json +1 -1
- tccli/services/asr/asr_client.py +229 -17
- tccli/services/asr/v20190614/api.json +379 -0
- tccli/services/asr/v20190614/examples.json +32 -0
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bi/v20220105/api.json +10 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +185 -0
- tccli/services/cdb/v20170320/examples.json +17 -1
- tccli/services/cdwdoris/v20211228/api.json +70 -8
- tccli/services/cdwdoris/v20211228/examples.json +2 -2
- tccli/services/cfg/v20210820/api.json +134 -11
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +44 -0
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/ckafka/v20190819/api.json +46 -16
- tccli/services/ckafka/v20190819/examples.json +8 -8
- tccli/services/clb/v20180317/api.json +99 -2
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/controlcenter/__init__.py +4 -0
- tccli/services/controlcenter/controlcenter_client.py +195 -0
- tccli/services/controlcenter/v20230110/api.json +82 -0
- tccli/services/controlcenter/v20230110/examples.json +13 -0
- tccli/services/csip/v20221121/api.json +308 -1
- tccli/services/cvm/v20170312/api.json +20 -20
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/cwp/v20180228/api.json +3 -3
- tccli/services/cwp/v20180228/examples.json +1 -1
- tccli/services/cynosdb/cynosdb_client.py +110 -4
- tccli/services/cynosdb/v20190107/api.json +296 -11
- tccli/services/cynosdb/v20190107/examples.json +19 -3
- tccli/services/dasb/v20191018/api.json +20 -1
- tccli/services/dbbrain/v20210527/api.json +15 -15
- tccli/services/dc/v20180410/api.json +117 -73
- tccli/services/dc/v20180410/examples.json +11 -11
- tccli/services/dcdb/dcdb_client.py +53 -0
- tccli/services/dcdb/v20180411/api.json +54 -0
- tccli/services/dcdb/v20180411/examples.json +8 -0
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +52 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/es_client.py +53 -0
- tccli/services/es/v20180416/api.json +64 -1
- tccli/services/es/v20180416/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +9 -9
- tccli/services/hunyuan/hunyuan_client.py +106 -0
- tccli/services/hunyuan/v20230901/api.json +236 -1
- tccli/services/hunyuan/v20230901/examples.json +16 -0
- tccli/services/ims/v20201229/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +2 -2
- tccli/services/iss/v20230517/api.json +18 -0
- tccli/services/iss/v20230517/examples.json +3 -3
- tccli/services/lke/v20231130/api.json +141 -2
- tccli/services/mariadb/mariadb_client.py +57 -4
- tccli/services/mariadb/v20170312/api.json +54 -0
- tccli/services/mariadb/v20170312/examples.json +8 -0
- tccli/services/oceanus/v20190422/api.json +10 -0
- tccli/services/ocr/v20181119/api.json +7 -7
- tccli/services/organization/organization_client.py +53 -0
- tccli/services/organization/v20210331/api.json +43 -0
- tccli/services/organization/v20210331/examples.json +8 -0
- tccli/services/postgres/v20170312/api.json +3 -0
- tccli/services/redis/v20180412/api.json +16 -16
- tccli/services/scf/v20180416/api.json +26 -16
- tccli/services/ses/v20201002/api.json +148 -11
- tccli/services/sms/v20190711/api.json +49 -49
- tccli/services/sms/v20190711/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +3 -3
- tccli/services/ssl/v20191205/examples.json +2 -2
- tccli/services/tdmq/v20200217/api.json +180 -93
- tccli/services/tdmq/v20200217/examples.json +8 -8
- tccli/services/tke/v20180525/api.json +14 -2
- tccli/services/tke/v20180525/examples.json +3 -3
- tccli/services/tms/tms_client.py +0 -53
- tccli/services/tms/v20201229/api.json +2 -46
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/tmt/v20180321/api.json +4 -4
- tccli/services/trocket/v20230308/api.json +62 -12
- tccli/services/vpc/v20170312/api.json +23 -0
- tccli/services/wedata/v20210820/api.json +1909 -175
- tccli/services/wedata/v20210820/examples.json +62 -0
- tccli/services/wedata/wedata_client.py +387 -16
- {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/RECORD +91 -87
- {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/license_files/LICENSE +0 -0
@@ -3531,80 +3531,80 @@
|
|
3531
3531
|
{
|
3532
3532
|
"disabled": false,
|
3533
3533
|
"document": "地域 ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3534
|
-
"example": "
|
3534
|
+
"example": "1",
|
3535
3535
|
"member": "int64",
|
3536
3536
|
"name": "RegionId",
|
3537
|
-
"
|
3537
|
+
"output_required": true,
|
3538
3538
|
"type": "int",
|
3539
3539
|
"value_allowed_null": true
|
3540
3540
|
},
|
3541
3541
|
{
|
3542
3542
|
"disabled": false,
|
3543
3543
|
"document": "实例 ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3544
|
-
"example": "
|
3544
|
+
"example": "crs-o7vdf2no",
|
3545
3545
|
"member": "string",
|
3546
3546
|
"name": "InstanceId",
|
3547
|
-
"
|
3547
|
+
"output_required": true,
|
3548
3548
|
"type": "string",
|
3549
3549
|
"value_allowed_null": true
|
3550
3550
|
},
|
3551
3551
|
{
|
3552
3552
|
"disabled": false,
|
3553
3553
|
"document": "仓库ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3554
|
-
"example": "
|
3554
|
+
"example": "14300",
|
3555
3555
|
"member": "int64",
|
3556
3556
|
"name": "SetId",
|
3557
|
-
"
|
3557
|
+
"output_required": true,
|
3558
3558
|
"type": "int",
|
3559
3559
|
"value_allowed_null": true
|
3560
3560
|
},
|
3561
3561
|
{
|
3562
3562
|
"disabled": false,
|
3563
3563
|
"document": "可用区ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3564
|
-
"example": "
|
3564
|
+
"example": "30001",
|
3565
3565
|
"member": "int64",
|
3566
3566
|
"name": "ZoneId",
|
3567
|
-
"
|
3567
|
+
"output_required": true,
|
3568
3568
|
"type": "int",
|
3569
3569
|
"value_allowed_null": true
|
3570
3570
|
},
|
3571
3571
|
{
|
3572
3572
|
"disabled": false,
|
3573
3573
|
"document": "实例类型。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3574
|
-
"example": "
|
3574
|
+
"example": "8",
|
3575
3575
|
"member": "int64",
|
3576
3576
|
"name": "Type",
|
3577
|
-
"
|
3577
|
+
"output_required": true,
|
3578
3578
|
"type": "int",
|
3579
3579
|
"value_allowed_null": true
|
3580
3580
|
},
|
3581
3581
|
{
|
3582
3582
|
"disabled": false,
|
3583
3583
|
"document": "实例名称。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3584
|
-
"example": "
|
3584
|
+
"example": "测试专用",
|
3585
3585
|
"member": "string",
|
3586
3586
|
"name": "InstanceName",
|
3587
|
-
"
|
3587
|
+
"output_required": true,
|
3588
3588
|
"type": "string",
|
3589
3589
|
"value_allowed_null": true
|
3590
3590
|
},
|
3591
3591
|
{
|
3592
3592
|
"disabled": false,
|
3593
3593
|
"document": "实例访问地址。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3594
|
-
"example": "
|
3594
|
+
"example": "10.0.0.16:6379",
|
3595
3595
|
"member": "string",
|
3596
3596
|
"name": "Vip",
|
3597
|
-
"
|
3597
|
+
"output_required": true,
|
3598
3598
|
"type": "string",
|
3599
3599
|
"value_allowed_null": true
|
3600
3600
|
},
|
3601
3601
|
{
|
3602
3602
|
"disabled": false,
|
3603
3603
|
"document": "状态。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3604
|
-
"example": "
|
3604
|
+
"example": "2",
|
3605
3605
|
"member": "int64",
|
3606
3606
|
"name": "Status",
|
3607
|
-
"
|
3607
|
+
"output_required": true,
|
3608
3608
|
"type": "int",
|
3609
3609
|
"value_allowed_null": true
|
3610
3610
|
}
|
@@ -1354,7 +1354,7 @@
|
|
1354
1354
|
},
|
1355
1355
|
{
|
1356
1356
|
"disabled": false,
|
1357
|
-
"document": "触发器类型,目前支持 cos 、
|
1357
|
+
"document": "触发器类型,目前支持 cos 、cls 、 timer、 ckafka、http类型。创建函数 URL 请使用 http 类型,参考[创建函数 URL ](https://cloud.tencent.com/document/product/583/100227#33bbbda4-9131-48a6-ac37-ac62ffe01424)。创建 cls 触发器请参考[CLS 创建投递 SCF 任务](https://cloud.tencent.com/document/product/614/61096)。",
|
1358
1358
|
"example": "timer",
|
1359
1359
|
"member": "string",
|
1360
1360
|
"name": "Type",
|
@@ -1381,7 +1381,7 @@
|
|
1381
1381
|
},
|
1382
1382
|
{
|
1383
1383
|
"disabled": false,
|
1384
|
-
"document": "
|
1384
|
+
"document": "触发器所生效的版本或别名,建议填写 [$DEFAULT](https://cloud.tencent.com/document/product/583/36149#.E9.BB.98.E8.AE.A4.E5.88.AB.E5.90.8D)方便后续进行版本的灰度发布,默认为 $LATEST。",
|
1385
1385
|
"example": "$DEFAULT",
|
1386
1386
|
"member": "string",
|
1387
1387
|
"name": "Qualifier",
|
@@ -1733,7 +1733,7 @@
|
|
1733
1733
|
},
|
1734
1734
|
{
|
1735
1735
|
"disabled": false,
|
1736
|
-
"document": "
|
1736
|
+
"document": "要删除的触发器类型,目前只支持 timer、ckafka 、apigw 、cls 、cos 、cmq 、http 类型",
|
1737
1737
|
"example": "timer",
|
1738
1738
|
"member": "string",
|
1739
1739
|
"name": "Type",
|
@@ -1760,8 +1760,8 @@
|
|
1760
1760
|
},
|
1761
1761
|
{
|
1762
1762
|
"disabled": false,
|
1763
|
-
"document": "
|
1764
|
-
"example": "$
|
1763
|
+
"document": "要删除的触发器实际所指向的版本或别名,默认值为 $LATEST",
|
1764
|
+
"example": "$LATEST",
|
1765
1765
|
"member": "string",
|
1766
1766
|
"name": "Qualifier",
|
1767
1767
|
"required": false,
|
@@ -3974,7 +3974,7 @@
|
|
3974
3974
|
"example": "无",
|
3975
3975
|
"member": "string",
|
3976
3976
|
"name": "CompatibleRuntimes",
|
3977
|
-
"
|
3977
|
+
"output_required": true,
|
3978
3978
|
"type": "list",
|
3979
3979
|
"value_allowed_null": true
|
3980
3980
|
},
|
@@ -3984,7 +3984,7 @@
|
|
3984
3984
|
"example": "无",
|
3985
3985
|
"member": "string",
|
3986
3986
|
"name": "AddTime",
|
3987
|
-
"
|
3987
|
+
"output_required": true,
|
3988
3988
|
"type": "string",
|
3989
3989
|
"value_allowed_null": false
|
3990
3990
|
},
|
@@ -3994,7 +3994,7 @@
|
|
3994
3994
|
"example": "无",
|
3995
3995
|
"member": "string",
|
3996
3996
|
"name": "Description",
|
3997
|
-
"
|
3997
|
+
"output_required": true,
|
3998
3998
|
"type": "string",
|
3999
3999
|
"value_allowed_null": true
|
4000
4000
|
},
|
@@ -4004,7 +4004,7 @@
|
|
4004
4004
|
"example": "无",
|
4005
4005
|
"member": "string",
|
4006
4006
|
"name": "LicenseInfo",
|
4007
|
-
"
|
4007
|
+
"output_required": true,
|
4008
4008
|
"type": "string",
|
4009
4009
|
"value_allowed_null": true
|
4010
4010
|
},
|
@@ -4014,7 +4014,7 @@
|
|
4014
4014
|
"example": "无",
|
4015
4015
|
"member": "int64",
|
4016
4016
|
"name": "LayerVersion",
|
4017
|
-
"
|
4017
|
+
"output_required": true,
|
4018
4018
|
"type": "int",
|
4019
4019
|
"value_allowed_null": false
|
4020
4020
|
},
|
@@ -4024,7 +4024,7 @@
|
|
4024
4024
|
"example": "无",
|
4025
4025
|
"member": "string",
|
4026
4026
|
"name": "LayerName",
|
4027
|
-
"
|
4027
|
+
"output_required": true,
|
4028
4028
|
"type": "string",
|
4029
4029
|
"value_allowed_null": false
|
4030
4030
|
},
|
@@ -4034,7 +4034,7 @@
|
|
4034
4034
|
"example": "无",
|
4035
4035
|
"member": "string",
|
4036
4036
|
"name": "Status",
|
4037
|
-
"
|
4037
|
+
"output_required": true,
|
4038
4038
|
"type": "string",
|
4039
4039
|
"value_allowed_null": false
|
4040
4040
|
},
|
@@ -4044,9 +4044,19 @@
|
|
4044
4044
|
"example": "无",
|
4045
4045
|
"member": "string",
|
4046
4046
|
"name": "Stamp",
|
4047
|
-
"
|
4047
|
+
"output_required": true,
|
4048
4048
|
"type": "string",
|
4049
4049
|
"value_allowed_null": true
|
4050
|
+
},
|
4051
|
+
{
|
4052
|
+
"disabled": false,
|
4053
|
+
"document": "返回层绑定的标签信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
4054
|
+
"example": "无",
|
4055
|
+
"member": "Tag",
|
4056
|
+
"name": "Tags",
|
4057
|
+
"output_required": false,
|
4058
|
+
"type": "list",
|
4059
|
+
"value_allowed_null": true
|
4050
4060
|
}
|
4051
4061
|
],
|
4052
4062
|
"usage": "out"
|
@@ -7044,7 +7054,7 @@
|
|
7044
7054
|
},
|
7045
7055
|
{
|
7046
7056
|
"disabled": false,
|
7047
|
-
"document": "
|
7057
|
+
"document": "触发器类型,目前只支持timer、ckafka、http三种类型",
|
7048
7058
|
"example": "timer",
|
7049
7059
|
"member": "string",
|
7050
7060
|
"name": "Type",
|
@@ -7062,7 +7072,7 @@
|
|
7062
7072
|
},
|
7063
7073
|
{
|
7064
7074
|
"disabled": false,
|
7065
|
-
"document": "
|
7075
|
+
"document": "触发器创建时所指向的函数版本或别名,默认为 $LATEST",
|
7066
7076
|
"example": "$DEFAULT",
|
7067
7077
|
"member": "string",
|
7068
7078
|
"name": "Qualifier",
|
@@ -7071,7 +7081,7 @@
|
|
7071
7081
|
},
|
7072
7082
|
{
|
7073
7083
|
"disabled": false,
|
7074
|
-
"document": "
|
7084
|
+
"document": "函数的命名空间,默认值为default",
|
7075
7085
|
"example": "default",
|
7076
7086
|
"member": "string",
|
7077
7087
|
"name": "Namespace",
|
@@ -712,6 +712,56 @@
|
|
712
712
|
"CreateReceiverDetailWithDataResponse": {
|
713
713
|
"document": "CreateReceiverDetailWithData返回参数结构体",
|
714
714
|
"members": [
|
715
|
+
{
|
716
|
+
"disabled": false,
|
717
|
+
"document": "收件人总数\n注意:此字段可能返回 null,表示取不到有效值。",
|
718
|
+
"example": "1",
|
719
|
+
"member": "uint64",
|
720
|
+
"name": "TotalCount",
|
721
|
+
"output_required": false,
|
722
|
+
"type": "int",
|
723
|
+
"value_allowed_null": true
|
724
|
+
},
|
725
|
+
{
|
726
|
+
"disabled": false,
|
727
|
+
"document": "实际上传数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
728
|
+
"example": "1",
|
729
|
+
"member": "uint64",
|
730
|
+
"name": "ValidCount",
|
731
|
+
"output_required": false,
|
732
|
+
"type": "int",
|
733
|
+
"value_allowed_null": true
|
734
|
+
},
|
735
|
+
{
|
736
|
+
"disabled": false,
|
737
|
+
"document": "数据过长数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
738
|
+
"example": "1",
|
739
|
+
"member": "uint64",
|
740
|
+
"name": "TooLongCount",
|
741
|
+
"output_required": false,
|
742
|
+
"type": "int",
|
743
|
+
"value_allowed_null": true
|
744
|
+
},
|
745
|
+
{
|
746
|
+
"disabled": false,
|
747
|
+
"document": "邮件地址为空数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
748
|
+
"example": "1",
|
749
|
+
"member": "uint64",
|
750
|
+
"name": "EmptyEmailCount",
|
751
|
+
"output_required": false,
|
752
|
+
"type": "int",
|
753
|
+
"value_allowed_null": true
|
754
|
+
},
|
755
|
+
{
|
756
|
+
"disabled": false,
|
757
|
+
"document": "重复数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
758
|
+
"example": "1",
|
759
|
+
"member": "uint64",
|
760
|
+
"name": "RepeatCount",
|
761
|
+
"output_required": false,
|
762
|
+
"type": "int",
|
763
|
+
"value_allowed_null": true
|
764
|
+
},
|
715
765
|
{
|
716
766
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
717
767
|
"member": "string",
|
@@ -1704,6 +1754,33 @@
|
|
1704
1754
|
"name": "Email",
|
1705
1755
|
"required": false,
|
1706
1756
|
"type": "string"
|
1757
|
+
},
|
1758
|
+
{
|
1759
|
+
"disabled": false,
|
1760
|
+
"document": "搜索开始时间",
|
1761
|
+
"example": "2024-08-13",
|
1762
|
+
"member": "string",
|
1763
|
+
"name": "CreateTimeBegin",
|
1764
|
+
"required": false,
|
1765
|
+
"type": "string"
|
1766
|
+
},
|
1767
|
+
{
|
1768
|
+
"disabled": false,
|
1769
|
+
"document": "搜索结束时间",
|
1770
|
+
"example": "2024-08-14",
|
1771
|
+
"member": "string",
|
1772
|
+
"name": "CreateTimeEnd",
|
1773
|
+
"required": false,
|
1774
|
+
"type": "string"
|
1775
|
+
},
|
1776
|
+
{
|
1777
|
+
"disabled": false,
|
1778
|
+
"document": "1:有效,2:无效",
|
1779
|
+
"example": "1",
|
1780
|
+
"member": "uint64",
|
1781
|
+
"name": "Status",
|
1782
|
+
"required": false,
|
1783
|
+
"type": "int"
|
1707
1784
|
}
|
1708
1785
|
],
|
1709
1786
|
"type": "object"
|
@@ -1717,7 +1794,7 @@
|
|
1717
1794
|
"example": "123",
|
1718
1795
|
"member": "uint64",
|
1719
1796
|
"name": "TotalCount",
|
1720
|
-
"
|
1797
|
+
"output_required": true,
|
1721
1798
|
"type": "int",
|
1722
1799
|
"value_allowed_null": false
|
1723
1800
|
},
|
@@ -1727,10 +1804,30 @@
|
|
1727
1804
|
"example": "无",
|
1728
1805
|
"member": "ReceiverDetail",
|
1729
1806
|
"name": "Data",
|
1730
|
-
"
|
1807
|
+
"output_required": true,
|
1731
1808
|
"type": "list",
|
1732
1809
|
"value_allowed_null": false
|
1733
1810
|
},
|
1811
|
+
{
|
1812
|
+
"disabled": false,
|
1813
|
+
"document": "有效邮件地址数",
|
1814
|
+
"example": "1",
|
1815
|
+
"member": "uint64",
|
1816
|
+
"name": "ValidCount",
|
1817
|
+
"output_required": false,
|
1818
|
+
"type": "int",
|
1819
|
+
"value_allowed_null": false
|
1820
|
+
},
|
1821
|
+
{
|
1822
|
+
"disabled": false,
|
1823
|
+
"document": "无效邮件地址数",
|
1824
|
+
"example": "1",
|
1825
|
+
"member": "uint64",
|
1826
|
+
"name": "InvalidCount",
|
1827
|
+
"output_required": false,
|
1828
|
+
"type": "int",
|
1829
|
+
"value_allowed_null": false
|
1830
|
+
},
|
1734
1831
|
{
|
1735
1832
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1736
1833
|
"member": "string",
|
@@ -1906,7 +2003,7 @@
|
|
1906
2003
|
"example": "123",
|
1907
2004
|
"member": "uint64",
|
1908
2005
|
"name": "ReceiverId",
|
1909
|
-
"
|
2006
|
+
"output_required": true,
|
1910
2007
|
"type": "int",
|
1911
2008
|
"value_allowed_null": false
|
1912
2009
|
},
|
@@ -1916,7 +2013,7 @@
|
|
1916
2013
|
"example": "收件人列表",
|
1917
2014
|
"member": "string",
|
1918
2015
|
"name": "ReceiversName",
|
1919
|
-
"
|
2016
|
+
"output_required": true,
|
1920
2017
|
"type": "string",
|
1921
2018
|
"value_allowed_null": false
|
1922
2019
|
},
|
@@ -1926,7 +2023,7 @@
|
|
1926
2023
|
"example": "1",
|
1927
2024
|
"member": "uint64",
|
1928
2025
|
"name": "Count",
|
1929
|
-
"
|
2026
|
+
"output_required": true,
|
1930
2027
|
"type": "int",
|
1931
2028
|
"value_allowed_null": false
|
1932
2029
|
},
|
@@ -1936,7 +2033,7 @@
|
|
1936
2033
|
"example": "收件人列表描述",
|
1937
2034
|
"member": "string",
|
1938
2035
|
"name": "Desc",
|
1939
|
-
"
|
2036
|
+
"output_required": true,
|
1940
2037
|
"type": "string",
|
1941
2038
|
"value_allowed_null": true
|
1942
2039
|
},
|
@@ -1946,7 +2043,7 @@
|
|
1946
2043
|
"example": "1",
|
1947
2044
|
"member": "uint64",
|
1948
2045
|
"name": "ReceiversStatus",
|
1949
|
-
"
|
2046
|
+
"output_required": true,
|
1950
2047
|
"type": "int",
|
1951
2048
|
"value_allowed_null": true
|
1952
2049
|
},
|
@@ -1956,9 +2053,19 @@
|
|
1956
2053
|
"example": "2021-09-28 16:40:35",
|
1957
2054
|
"member": "string",
|
1958
2055
|
"name": "CreateTime",
|
1959
|
-
"
|
2056
|
+
"output_required": true,
|
1960
2057
|
"type": "string",
|
1961
2058
|
"value_allowed_null": false
|
2059
|
+
},
|
2060
|
+
{
|
2061
|
+
"disabled": false,
|
2062
|
+
"document": "无效收件人数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
2063
|
+
"example": "1",
|
2064
|
+
"member": "uint64",
|
2065
|
+
"name": "InvalidCount",
|
2066
|
+
"output_required": false,
|
2067
|
+
"type": "int",
|
2068
|
+
"value_allowed_null": true
|
1962
2069
|
}
|
1963
2070
|
],
|
1964
2071
|
"usage": "out"
|
@@ -1972,7 +2079,7 @@
|
|
1972
2079
|
"example": "123@abc.com",
|
1973
2080
|
"member": "string",
|
1974
2081
|
"name": "Email",
|
1975
|
-
"
|
2082
|
+
"output_required": true,
|
1976
2083
|
"type": "string",
|
1977
2084
|
"value_allowed_null": false
|
1978
2085
|
},
|
@@ -1982,7 +2089,7 @@
|
|
1982
2089
|
"example": "2021-09-09 12:13:14",
|
1983
2090
|
"member": "string",
|
1984
2091
|
"name": "CreateTime",
|
1985
|
-
"
|
2092
|
+
"output_required": true,
|
1986
2093
|
"type": "string",
|
1987
2094
|
"value_allowed_null": false
|
1988
2095
|
},
|
@@ -1992,9 +2099,39 @@
|
|
1992
2099
|
"example": "{\"name\":\"xxx\",\"age\":\"xx\"}",
|
1993
2100
|
"member": "string",
|
1994
2101
|
"name": "TemplateData",
|
1995
|
-
"
|
2102
|
+
"output_required": true,
|
1996
2103
|
"type": "string",
|
1997
2104
|
"value_allowed_null": false
|
2105
|
+
},
|
2106
|
+
{
|
2107
|
+
"disabled": false,
|
2108
|
+
"document": "无效原因\n注意:此字段可能返回 null,表示取不到有效值。",
|
2109
|
+
"example": "无效原因",
|
2110
|
+
"member": "string",
|
2111
|
+
"name": "Reason",
|
2112
|
+
"output_required": false,
|
2113
|
+
"type": "string",
|
2114
|
+
"value_allowed_null": true
|
2115
|
+
},
|
2116
|
+
{
|
2117
|
+
"disabled": false,
|
2118
|
+
"document": "1:有效,2:无效\n注意:此字段可能返回 null,表示取不到有效值。",
|
2119
|
+
"example": "1",
|
2120
|
+
"member": "uint64",
|
2121
|
+
"name": "Status",
|
2122
|
+
"output_required": false,
|
2123
|
+
"type": "int",
|
2124
|
+
"value_allowed_null": true
|
2125
|
+
},
|
2126
|
+
{
|
2127
|
+
"disabled": false,
|
2128
|
+
"document": "收件人地址id\n注意:此字段可能返回 null,表示取不到有效值。",
|
2129
|
+
"example": "1",
|
2130
|
+
"member": "uint64",
|
2131
|
+
"name": "EmailId",
|
2132
|
+
"output_required": false,
|
2133
|
+
"type": "int",
|
2134
|
+
"value_allowed_null": true
|
1998
2135
|
}
|
1999
2136
|
],
|
2000
2137
|
"usage": "out"
|