tencentcloud-sdk-python 3.0.1468__py2.py3-none-any.whl → 3.0.1469__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/ccc/v20200210/models.py +45 -0
- tencentcloud/cdb/v20170320/cdb_client.py +23 -0
- tencentcloud/cdb/v20170320/errorcodes.py +3 -0
- tencentcloud/cdb/v20170320/models.py +128 -19
- tencentcloud/cdwpg/v20201230/models.py +15 -0
- tencentcloud/cls/v20201016/models.py +6 -6
- tencentcloud/dbbrain/v20191016/models.py +116 -66
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/models.py +619 -230
- tencentcloud/dts/v20180330/dts_client.py +1 -1
- tencentcloud/dts/v20180330/models.py +8 -4
- tencentcloud/dts/v20211206/dts_client.py +6 -5
- tencentcloud/dts/v20211206/models.py +136 -94
- tencentcloud/ess/v20201111/models.py +213 -2
- tencentcloud/essbasic/v20210526/models.py +203 -0
- tencentcloud/ioa/v20220601/models.py +15 -0
- tencentcloud/lke/v20231130/models.py +264 -54
- tencentcloud/mongodb/v20190725/models.py +979 -508
- tencentcloud/mongodb/v20190725/mongodb_client.py +8 -8
- tencentcloud/monitor/v20180724/errorcodes.py +6 -0
- tencentcloud/redis/v20180412/models.py +24 -16
- tencentcloud/rum/v20210622/models.py +2 -2
- tencentcloud/teo/v20220901/models.py +637 -0
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20180525/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +26 -8
- tencentcloud/waf/v20180125/models.py +30 -0
- {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/RECORD +33 -33
- {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/top_level.txt +0 -0
@@ -7991,12 +7991,15 @@ class ChannelCreateSealPolicyRequest(AbstractModel):
|
|
7991
7991
|
:type Operator: :class:`tencentcloud.essbasic.v20210526.models.UserInfo`
|
7992
7992
|
:param _Organization: 企业机构信息,不用传
|
7993
7993
|
:type Organization: :class:`tencentcloud.essbasic.v20210526.models.OrganizationInfo`
|
7994
|
+
:param _Options: 个性化配置字段,默认不传。
|
7995
|
+
:type Options: list of Option
|
7994
7996
|
"""
|
7995
7997
|
self._Agent = None
|
7996
7998
|
self._SealId = None
|
7997
7999
|
self._UserIds = None
|
7998
8000
|
self._Operator = None
|
7999
8001
|
self._Organization = None
|
8002
|
+
self._Options = None
|
8000
8003
|
|
8001
8004
|
@property
|
8002
8005
|
def Agent(self):
|
@@ -8076,6 +8079,17 @@ class ChannelCreateSealPolicyRequest(AbstractModel):
|
|
8076
8079
|
|
8077
8080
|
self._Organization = Organization
|
8078
8081
|
|
8082
|
+
@property
|
8083
|
+
def Options(self):
|
8084
|
+
r"""个性化配置字段,默认不传。
|
8085
|
+
:rtype: list of Option
|
8086
|
+
"""
|
8087
|
+
return self._Options
|
8088
|
+
|
8089
|
+
@Options.setter
|
8090
|
+
def Options(self, Options):
|
8091
|
+
self._Options = Options
|
8092
|
+
|
8079
8093
|
|
8080
8094
|
def _deserialize(self, params):
|
8081
8095
|
if params.get("Agent") is not None:
|
@@ -8089,6 +8103,12 @@ class ChannelCreateSealPolicyRequest(AbstractModel):
|
|
8089
8103
|
if params.get("Organization") is not None:
|
8090
8104
|
self._Organization = OrganizationInfo()
|
8091
8105
|
self._Organization._deserialize(params.get("Organization"))
|
8106
|
+
if params.get("Options") is not None:
|
8107
|
+
self._Options = []
|
8108
|
+
for item in params.get("Options"):
|
8109
|
+
obj = Option()
|
8110
|
+
obj._deserialize(item)
|
8111
|
+
self._Options.append(obj)
|
8092
8112
|
memeber_set = set(params.keys())
|
8093
8113
|
for name, value in vars(self).items():
|
8094
8114
|
property_name = name[1:]
|
@@ -8109,10 +8129,16 @@ class ChannelCreateSealPolicyResponse(AbstractModel):
|
|
8109
8129
|
:param _UserIds: 最终授权成功的电子签系统用户ID数组。其他的跳过的是已经授权了的。
|
8110
8130
|
请求参数填写OpenId时,返回授权成功的 Openid。
|
8111
8131
|
:type UserIds: list of str
|
8132
|
+
:param _SealOperatorVerifyPath: 人脸验证操作人链接,用法可以参考"[跳转电子签小程序配置](https://qian.tencent.com/developers/company/openwxminiprogram/)",默认为空。
|
8133
|
+
:type SealOperatorVerifyPath: str
|
8134
|
+
:param _SealOperatorVerifyQrcodeUrl: 人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。
|
8135
|
+
:type SealOperatorVerifyQrcodeUrl: str
|
8112
8136
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8113
8137
|
:type RequestId: str
|
8114
8138
|
"""
|
8115
8139
|
self._UserIds = None
|
8140
|
+
self._SealOperatorVerifyPath = None
|
8141
|
+
self._SealOperatorVerifyQrcodeUrl = None
|
8116
8142
|
self._RequestId = None
|
8117
8143
|
|
8118
8144
|
@property
|
@@ -8127,6 +8153,28 @@ class ChannelCreateSealPolicyResponse(AbstractModel):
|
|
8127
8153
|
def UserIds(self, UserIds):
|
8128
8154
|
self._UserIds = UserIds
|
8129
8155
|
|
8156
|
+
@property
|
8157
|
+
def SealOperatorVerifyPath(self):
|
8158
|
+
r"""人脸验证操作人链接,用法可以参考"[跳转电子签小程序配置](https://qian.tencent.com/developers/company/openwxminiprogram/)",默认为空。
|
8159
|
+
:rtype: str
|
8160
|
+
"""
|
8161
|
+
return self._SealOperatorVerifyPath
|
8162
|
+
|
8163
|
+
@SealOperatorVerifyPath.setter
|
8164
|
+
def SealOperatorVerifyPath(self, SealOperatorVerifyPath):
|
8165
|
+
self._SealOperatorVerifyPath = SealOperatorVerifyPath
|
8166
|
+
|
8167
|
+
@property
|
8168
|
+
def SealOperatorVerifyQrcodeUrl(self):
|
8169
|
+
r"""人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。
|
8170
|
+
:rtype: str
|
8171
|
+
"""
|
8172
|
+
return self._SealOperatorVerifyQrcodeUrl
|
8173
|
+
|
8174
|
+
@SealOperatorVerifyQrcodeUrl.setter
|
8175
|
+
def SealOperatorVerifyQrcodeUrl(self, SealOperatorVerifyQrcodeUrl):
|
8176
|
+
self._SealOperatorVerifyQrcodeUrl = SealOperatorVerifyQrcodeUrl
|
8177
|
+
|
8130
8178
|
@property
|
8131
8179
|
def RequestId(self):
|
8132
8180
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -8141,6 +8189,8 @@ class ChannelCreateSealPolicyResponse(AbstractModel):
|
|
8141
8189
|
|
8142
8190
|
def _deserialize(self, params):
|
8143
8191
|
self._UserIds = params.get("UserIds")
|
8192
|
+
self._SealOperatorVerifyPath = params.get("SealOperatorVerifyPath")
|
8193
|
+
self._SealOperatorVerifyQrcodeUrl = params.get("SealOperatorVerifyQrcodeUrl")
|
8144
8194
|
self._RequestId = params.get("RequestId")
|
8145
8195
|
|
8146
8196
|
|
@@ -11898,12 +11948,15 @@ class ChannelUpdateSealStatusRequest(AbstractModel):
|
|
11898
11948
|
:type Reason: str
|
11899
11949
|
:param _Operator: 操作者的信息
|
11900
11950
|
:type Operator: :class:`tencentcloud.essbasic.v20210526.models.UserInfo`
|
11951
|
+
:param _Options: 个性化配置字段,默认不传。
|
11952
|
+
:type Options: list of Option
|
11901
11953
|
"""
|
11902
11954
|
self._Agent = None
|
11903
11955
|
self._Status = None
|
11904
11956
|
self._SealId = None
|
11905
11957
|
self._Reason = None
|
11906
11958
|
self._Operator = None
|
11959
|
+
self._Options = None
|
11907
11960
|
|
11908
11961
|
@property
|
11909
11962
|
def Agent(self):
|
@@ -11965,6 +12018,17 @@ class ChannelUpdateSealStatusRequest(AbstractModel):
|
|
11965
12018
|
|
11966
12019
|
self._Operator = Operator
|
11967
12020
|
|
12021
|
+
@property
|
12022
|
+
def Options(self):
|
12023
|
+
r"""个性化配置字段,默认不传。
|
12024
|
+
:rtype: list of Option
|
12025
|
+
"""
|
12026
|
+
return self._Options
|
12027
|
+
|
12028
|
+
@Options.setter
|
12029
|
+
def Options(self, Options):
|
12030
|
+
self._Options = Options
|
12031
|
+
|
11968
12032
|
|
11969
12033
|
def _deserialize(self, params):
|
11970
12034
|
if params.get("Agent") is not None:
|
@@ -11976,6 +12040,12 @@ class ChannelUpdateSealStatusRequest(AbstractModel):
|
|
11976
12040
|
if params.get("Operator") is not None:
|
11977
12041
|
self._Operator = UserInfo()
|
11978
12042
|
self._Operator._deserialize(params.get("Operator"))
|
12043
|
+
if params.get("Options") is not None:
|
12044
|
+
self._Options = []
|
12045
|
+
for item in params.get("Options"):
|
12046
|
+
obj = Option()
|
12047
|
+
obj._deserialize(item)
|
12048
|
+
self._Options.append(obj)
|
11979
12049
|
memeber_set = set(params.keys())
|
11980
12050
|
for name, value in vars(self).items():
|
11981
12051
|
property_name = name[1:]
|
@@ -11993,11 +12063,39 @@ class ChannelUpdateSealStatusResponse(AbstractModel):
|
|
11993
12063
|
|
11994
12064
|
def __init__(self):
|
11995
12065
|
r"""
|
12066
|
+
:param _SealOperatorVerifyPath: 人脸验证操作人链接,用法可以参考"[跳转电子签小程序配置](https://qian.tencent.com/developers/company/openwxminiprogram/)",默认为空。
|
12067
|
+
:type SealOperatorVerifyPath: str
|
12068
|
+
:param _SealOperatorVerifyQrcodeUrl: 人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。
|
12069
|
+
:type SealOperatorVerifyQrcodeUrl: str
|
11996
12070
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11997
12071
|
:type RequestId: str
|
11998
12072
|
"""
|
12073
|
+
self._SealOperatorVerifyPath = None
|
12074
|
+
self._SealOperatorVerifyQrcodeUrl = None
|
11999
12075
|
self._RequestId = None
|
12000
12076
|
|
12077
|
+
@property
|
12078
|
+
def SealOperatorVerifyPath(self):
|
12079
|
+
r"""人脸验证操作人链接,用法可以参考"[跳转电子签小程序配置](https://qian.tencent.com/developers/company/openwxminiprogram/)",默认为空。
|
12080
|
+
:rtype: str
|
12081
|
+
"""
|
12082
|
+
return self._SealOperatorVerifyPath
|
12083
|
+
|
12084
|
+
@SealOperatorVerifyPath.setter
|
12085
|
+
def SealOperatorVerifyPath(self, SealOperatorVerifyPath):
|
12086
|
+
self._SealOperatorVerifyPath = SealOperatorVerifyPath
|
12087
|
+
|
12088
|
+
@property
|
12089
|
+
def SealOperatorVerifyQrcodeUrl(self):
|
12090
|
+
r"""人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。
|
12091
|
+
:rtype: str
|
12092
|
+
"""
|
12093
|
+
return self._SealOperatorVerifyQrcodeUrl
|
12094
|
+
|
12095
|
+
@SealOperatorVerifyQrcodeUrl.setter
|
12096
|
+
def SealOperatorVerifyQrcodeUrl(self, SealOperatorVerifyQrcodeUrl):
|
12097
|
+
self._SealOperatorVerifyQrcodeUrl = SealOperatorVerifyQrcodeUrl
|
12098
|
+
|
12001
12099
|
@property
|
12002
12100
|
def RequestId(self):
|
12003
12101
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -12011,6 +12109,8 @@ class ChannelUpdateSealStatusResponse(AbstractModel):
|
|
12011
12109
|
|
12012
12110
|
|
12013
12111
|
def _deserialize(self, params):
|
12112
|
+
self._SealOperatorVerifyPath = params.get("SealOperatorVerifyPath")
|
12113
|
+
self._SealOperatorVerifyQrcodeUrl = params.get("SealOperatorVerifyQrcodeUrl")
|
12014
12114
|
self._RequestId = params.get("RequestId")
|
12015
12115
|
|
12016
12116
|
|
@@ -17719,6 +17819,8 @@ class CreateSealByImageRequest(AbstractModel):
|
|
17719
17819
|
:type TaxIdentifyCode: str
|
17720
17820
|
:param _SealDescription: 印章描述内容
|
17721
17821
|
:type SealDescription: str
|
17822
|
+
:param _Options: 个性化配置字段,默认不传。
|
17823
|
+
:type Options: list of Option
|
17722
17824
|
"""
|
17723
17825
|
self._Agent = None
|
17724
17826
|
self._SealName = None
|
@@ -17731,6 +17833,7 @@ class CreateSealByImageRequest(AbstractModel):
|
|
17731
17833
|
self._SealSize = None
|
17732
17834
|
self._TaxIdentifyCode = None
|
17733
17835
|
self._SealDescription = None
|
17836
|
+
self._Options = None
|
17734
17837
|
|
17735
17838
|
@property
|
17736
17839
|
def Agent(self):
|
@@ -17886,6 +17989,17 @@ class CreateSealByImageRequest(AbstractModel):
|
|
17886
17989
|
def SealDescription(self, SealDescription):
|
17887
17990
|
self._SealDescription = SealDescription
|
17888
17991
|
|
17992
|
+
@property
|
17993
|
+
def Options(self):
|
17994
|
+
r"""个性化配置字段,默认不传。
|
17995
|
+
:rtype: list of Option
|
17996
|
+
"""
|
17997
|
+
return self._Options
|
17998
|
+
|
17999
|
+
@Options.setter
|
18000
|
+
def Options(self, Options):
|
18001
|
+
self._Options = Options
|
18002
|
+
|
17889
18003
|
|
17890
18004
|
def _deserialize(self, params):
|
17891
18005
|
if params.get("Agent") is not None:
|
@@ -17903,6 +18017,12 @@ class CreateSealByImageRequest(AbstractModel):
|
|
17903
18017
|
self._SealSize = params.get("SealSize")
|
17904
18018
|
self._TaxIdentifyCode = params.get("TaxIdentifyCode")
|
17905
18019
|
self._SealDescription = params.get("SealDescription")
|
18020
|
+
if params.get("Options") is not None:
|
18021
|
+
self._Options = []
|
18022
|
+
for item in params.get("Options"):
|
18023
|
+
obj = Option()
|
18024
|
+
obj._deserialize(item)
|
18025
|
+
self._Options.append(obj)
|
17906
18026
|
memeber_set = set(params.keys())
|
17907
18027
|
for name, value in vars(self).items():
|
17908
18028
|
property_name = name[1:]
|
@@ -17927,11 +18047,17 @@ class CreateSealByImageResponse(AbstractModel):
|
|
17927
18047
|
|
17928
18048
|
注:`图片上传生成的电子印章无预览链接地址`
|
17929
18049
|
:type ImageUrl: str
|
18050
|
+
:param _SealOperatorVerifyPath: 人脸验证操作人链接,用法可以参考"[跳转电子签小程序配置](https://qian.tencent.com/developers/company/openwxminiprogram/)",默认为空。
|
18051
|
+
:type SealOperatorVerifyPath: str
|
18052
|
+
:param _SealOperatorVerifyQrcodeUrl: 人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。
|
18053
|
+
:type SealOperatorVerifyQrcodeUrl: str
|
17930
18054
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
17931
18055
|
:type RequestId: str
|
17932
18056
|
"""
|
17933
18057
|
self._SealId = None
|
17934
18058
|
self._ImageUrl = None
|
18059
|
+
self._SealOperatorVerifyPath = None
|
18060
|
+
self._SealOperatorVerifyQrcodeUrl = None
|
17935
18061
|
self._RequestId = None
|
17936
18062
|
|
17937
18063
|
@property
|
@@ -17959,6 +18085,28 @@ class CreateSealByImageResponse(AbstractModel):
|
|
17959
18085
|
def ImageUrl(self, ImageUrl):
|
17960
18086
|
self._ImageUrl = ImageUrl
|
17961
18087
|
|
18088
|
+
@property
|
18089
|
+
def SealOperatorVerifyPath(self):
|
18090
|
+
r"""人脸验证操作人链接,用法可以参考"[跳转电子签小程序配置](https://qian.tencent.com/developers/company/openwxminiprogram/)",默认为空。
|
18091
|
+
:rtype: str
|
18092
|
+
"""
|
18093
|
+
return self._SealOperatorVerifyPath
|
18094
|
+
|
18095
|
+
@SealOperatorVerifyPath.setter
|
18096
|
+
def SealOperatorVerifyPath(self, SealOperatorVerifyPath):
|
18097
|
+
self._SealOperatorVerifyPath = SealOperatorVerifyPath
|
18098
|
+
|
18099
|
+
@property
|
18100
|
+
def SealOperatorVerifyQrcodeUrl(self):
|
18101
|
+
r"""人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。
|
18102
|
+
:rtype: str
|
18103
|
+
"""
|
18104
|
+
return self._SealOperatorVerifyQrcodeUrl
|
18105
|
+
|
18106
|
+
@SealOperatorVerifyQrcodeUrl.setter
|
18107
|
+
def SealOperatorVerifyQrcodeUrl(self, SealOperatorVerifyQrcodeUrl):
|
18108
|
+
self._SealOperatorVerifyQrcodeUrl = SealOperatorVerifyQrcodeUrl
|
18109
|
+
|
17962
18110
|
@property
|
17963
18111
|
def RequestId(self):
|
17964
18112
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -17974,6 +18122,8 @@ class CreateSealByImageResponse(AbstractModel):
|
|
17974
18122
|
def _deserialize(self, params):
|
17975
18123
|
self._SealId = params.get("SealId")
|
17976
18124
|
self._ImageUrl = params.get("ImageUrl")
|
18125
|
+
self._SealOperatorVerifyPath = params.get("SealOperatorVerifyPath")
|
18126
|
+
self._SealOperatorVerifyQrcodeUrl = params.get("SealOperatorVerifyQrcodeUrl")
|
17977
18127
|
self._RequestId = params.get("RequestId")
|
17978
18128
|
|
17979
18129
|
|
@@ -27247,6 +27397,59 @@ class OperateTemplateResponse(AbstractModel):
|
|
27247
27397
|
self._RequestId = params.get("RequestId")
|
27248
27398
|
|
27249
27399
|
|
27400
|
+
class Option(AbstractModel):
|
27401
|
+
r"""业务逻辑个性化配置字段,默认不传
|
27402
|
+
|
27403
|
+
注: `配置前请联系对接的客户经理沟通确认。`
|
27404
|
+
|
27405
|
+
"""
|
27406
|
+
|
27407
|
+
def __init__(self):
|
27408
|
+
r"""
|
27409
|
+
:param _Key: 个性化配置参数Key字段,对应传入字段的字段名
|
27410
|
+
:type Key: str
|
27411
|
+
:param _Value: 个性化配置参数Value字段,对应传入字段的字段值
|
27412
|
+
:type Value: str
|
27413
|
+
"""
|
27414
|
+
self._Key = None
|
27415
|
+
self._Value = None
|
27416
|
+
|
27417
|
+
@property
|
27418
|
+
def Key(self):
|
27419
|
+
r"""个性化配置参数Key字段,对应传入字段的字段名
|
27420
|
+
:rtype: str
|
27421
|
+
"""
|
27422
|
+
return self._Key
|
27423
|
+
|
27424
|
+
@Key.setter
|
27425
|
+
def Key(self, Key):
|
27426
|
+
self._Key = Key
|
27427
|
+
|
27428
|
+
@property
|
27429
|
+
def Value(self):
|
27430
|
+
r"""个性化配置参数Value字段,对应传入字段的字段值
|
27431
|
+
:rtype: str
|
27432
|
+
"""
|
27433
|
+
return self._Value
|
27434
|
+
|
27435
|
+
@Value.setter
|
27436
|
+
def Value(self, Value):
|
27437
|
+
self._Value = Value
|
27438
|
+
|
27439
|
+
|
27440
|
+
def _deserialize(self, params):
|
27441
|
+
self._Key = params.get("Key")
|
27442
|
+
self._Value = params.get("Value")
|
27443
|
+
memeber_set = set(params.keys())
|
27444
|
+
for name, value in vars(self).items():
|
27445
|
+
property_name = name[1:]
|
27446
|
+
if property_name in memeber_set:
|
27447
|
+
memeber_set.remove(property_name)
|
27448
|
+
if len(memeber_set) > 0:
|
27449
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
27450
|
+
|
27451
|
+
|
27452
|
+
|
27250
27453
|
class OrganizationAuthUrl(AbstractModel):
|
27251
27454
|
r"""企业批量注册链接信息
|
27252
27455
|
|
@@ -1391,6 +1391,8 @@ class DescribeAccountGroupsData(AbstractModel):
|
|
1391
1391
|
:type LatestSyncResult: str
|
1392
1392
|
:param _LatestSyncTime: 最新一次同步任务的结束时间
|
1393
1393
|
:type LatestSyncTime: str
|
1394
|
+
:param _NamePathArr: 分组名称数组
|
1395
|
+
:type NamePathArr: list of str
|
1394
1396
|
"""
|
1395
1397
|
self._NamePath = None
|
1396
1398
|
self._IdPathArr = None
|
@@ -1412,6 +1414,7 @@ class DescribeAccountGroupsData(AbstractModel):
|
|
1412
1414
|
self._ReadOnly = None
|
1413
1415
|
self._LatestSyncResult = None
|
1414
1416
|
self._LatestSyncTime = None
|
1417
|
+
self._NamePathArr = None
|
1415
1418
|
|
1416
1419
|
@property
|
1417
1420
|
def NamePath(self):
|
@@ -1633,6 +1636,17 @@ class DescribeAccountGroupsData(AbstractModel):
|
|
1633
1636
|
def LatestSyncTime(self, LatestSyncTime):
|
1634
1637
|
self._LatestSyncTime = LatestSyncTime
|
1635
1638
|
|
1639
|
+
@property
|
1640
|
+
def NamePathArr(self):
|
1641
|
+
r"""分组名称数组
|
1642
|
+
:rtype: list of str
|
1643
|
+
"""
|
1644
|
+
return self._NamePathArr
|
1645
|
+
|
1646
|
+
@NamePathArr.setter
|
1647
|
+
def NamePathArr(self, NamePathArr):
|
1648
|
+
self._NamePathArr = NamePathArr
|
1649
|
+
|
1636
1650
|
|
1637
1651
|
def _deserialize(self, params):
|
1638
1652
|
self._NamePath = params.get("NamePath")
|
@@ -1655,6 +1669,7 @@ class DescribeAccountGroupsData(AbstractModel):
|
|
1655
1669
|
self._ReadOnly = params.get("ReadOnly")
|
1656
1670
|
self._LatestSyncResult = params.get("LatestSyncResult")
|
1657
1671
|
self._LatestSyncTime = params.get("LatestSyncTime")
|
1672
|
+
self._NamePathArr = params.get("NamePathArr")
|
1658
1673
|
memeber_set = set(params.keys())
|
1659
1674
|
for name, value in vars(self).items():
|
1660
1675
|
property_name = name[1:]
|