tencentcloud-sdk-python-cls 3.0.1316__tar.gz → 3.0.1318__tar.gz
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-sdk-python-cls-3.0.1316 → tencentcloud-sdk-python-cls-3.0.1318}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cls-3.0.1316 → tencentcloud-sdk-python-cls-3.0.1318}/setup.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1316 → tencentcloud-sdk-python-cls-3.0.1318}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1316 → tencentcloud-sdk-python-cls-3.0.1318}/tencentcloud/cls/v20201016/models.py +2 -2
- {tencentcloud-sdk-python-cls-3.0.1316 → tencentcloud-sdk-python-cls-3.0.1318}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cls-3.0.1318/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cls-3.0.1316/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cls-3.0.1316 → tencentcloud-sdk-python-cls-3.0.1318}/README.rst +0 -0
- {tencentcloud-sdk-python-cls-3.0.1316 → tencentcloud-sdk-python-cls-3.0.1318}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cls-3.0.1316 → tencentcloud-sdk-python-cls-3.0.1318}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1316 → tencentcloud-sdk-python-cls-3.0.1318}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1316 → tencentcloud-sdk-python-cls-3.0.1318}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1316 → tencentcloud-sdk-python-cls-3.0.1318}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1316 → tencentcloud-sdk-python-cls-3.0.1318}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1316 → tencentcloud-sdk-python-cls-3.0.1318}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1316 → tencentcloud-sdk-python-cls-3.0.1318}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cls',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1318"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cls SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -25854,7 +25854,7 @@ class NoticeReceiver(AbstractModel):
|
|
|
25854
25854
|
:type ReceiverType: str
|
|
25855
25855
|
:param _ReceiverIds: 接收者。
|
|
25856
25856
|
当ReceiverType为Uin时,ReceiverIds的值为用户uid。[子用户信息查询](https://cloud.tencent.com/document/api/598/53486)
|
|
25857
|
-
当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/
|
|
25857
|
+
当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/34589)
|
|
25858
25858
|
:type ReceiverIds: list of int
|
|
25859
25859
|
:param _ReceiverChannels: 通知接收渠道。
|
|
25860
25860
|
- Email - 邮件
|
|
@@ -25901,7 +25901,7 @@ class NoticeReceiver(AbstractModel):
|
|
|
25901
25901
|
def ReceiverIds(self):
|
|
25902
25902
|
"""接收者。
|
|
25903
25903
|
当ReceiverType为Uin时,ReceiverIds的值为用户uid。[子用户信息查询](https://cloud.tencent.com/document/api/598/53486)
|
|
25904
|
-
当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/
|
|
25904
|
+
当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/34589)
|
|
25905
25905
|
:rtype: list of int
|
|
25906
25906
|
"""
|
|
25907
25907
|
return self._ReceiverIds
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1318
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1316
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|