tencentcloud-sdk-python-live 3.1.77__py2.py3-none-any.whl → 3.1.78__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/live/v20180801/models.py +15 -0
- {tencentcloud_sdk_python_live-3.1.77.dist-info → tencentcloud_sdk_python_live-3.1.78.dist-info}/METADATA +2 -2
- {tencentcloud_sdk_python_live-3.1.77.dist-info → tencentcloud_sdk_python_live-3.1.78.dist-info}/RECORD +6 -6
- {tencentcloud_sdk_python_live-3.1.77.dist-info → tencentcloud_sdk_python_live-3.1.78.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_live-3.1.77.dist-info → tencentcloud_sdk_python_live-3.1.78.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -6862,11 +6862,25 @@ class CreateAuditKeywordLibResponse(AbstractModel):
|
|
|
6862
6862
|
|
|
6863
6863
|
def __init__(self):
|
|
6864
6864
|
r"""
|
|
6865
|
+
:param _LibId: <p>新建的词库 Id。</p>
|
|
6866
|
+
:type LibId: str
|
|
6865
6867
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6866
6868
|
:type RequestId: str
|
|
6867
6869
|
"""
|
|
6870
|
+
self._LibId = None
|
|
6868
6871
|
self._RequestId = None
|
|
6869
6872
|
|
|
6873
|
+
@property
|
|
6874
|
+
def LibId(self):
|
|
6875
|
+
r"""<p>新建的词库 Id。</p>
|
|
6876
|
+
:rtype: str
|
|
6877
|
+
"""
|
|
6878
|
+
return self._LibId
|
|
6879
|
+
|
|
6880
|
+
@LibId.setter
|
|
6881
|
+
def LibId(self, LibId):
|
|
6882
|
+
self._LibId = LibId
|
|
6883
|
+
|
|
6870
6884
|
@property
|
|
6871
6885
|
def RequestId(self):
|
|
6872
6886
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -6880,6 +6894,7 @@ class CreateAuditKeywordLibResponse(AbstractModel):
|
|
|
6880
6894
|
|
|
6881
6895
|
|
|
6882
6896
|
def _deserialize(self, params):
|
|
6897
|
+
self._LibId = params.get("LibId")
|
|
6883
6898
|
self._RequestId = params.get("RequestId")
|
|
6884
6899
|
|
|
6885
6900
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-live
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.78
|
|
4
4
|
Summary: Tencent Cloud Live SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common <4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common <4.0.0,>=3.1.78
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=iWEe0JW7BkO87vz_mMjdpW6AjcGb-xr0Sj8S9orjSQg,629
|
|
2
2
|
tencentcloud/live/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
tencentcloud/live/v20180801/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
tencentcloud/live/v20180801/errorcodes.py,sha256=5-NJAgGBXD0E71Ow7pkfD9_sc1oW_lihRR5m2sqpzi8,24861
|
|
5
5
|
tencentcloud/live/v20180801/live_client.py,sha256=Sdgf3w1FyqYdS0lZUXd6TIxhGDb03G9fVrSwcYuWchE,231788
|
|
6
6
|
tencentcloud/live/v20180801/live_client_async.py,sha256=848oxsafokrMvSaWtyid55FDzQrmYC9U0Dfq-yElykc,162247
|
|
7
|
-
tencentcloud/live/v20180801/models.py,sha256=
|
|
8
|
-
tencentcloud_sdk_python_live-3.1.
|
|
9
|
-
tencentcloud_sdk_python_live-3.1.
|
|
10
|
-
tencentcloud_sdk_python_live-3.1.
|
|
11
|
-
tencentcloud_sdk_python_live-3.1.
|
|
7
|
+
tencentcloud/live/v20180801/models.py,sha256=B9OOmb9kOaMpWECSUXOvpCrhF04WB1bSSHp_uu_YUXE,1424856
|
|
8
|
+
tencentcloud_sdk_python_live-3.1.78.dist-info/METADATA,sha256=xf1u3k2CNkPUPxWxykyLY6afEW9NPFNlA23OcT2WoWc,1500
|
|
9
|
+
tencentcloud_sdk_python_live-3.1.78.dist-info/WHEEL,sha256=a5ogxI61vGGBHYbAAwISCXsfU7mxKr76gTpCEmSNOI8,109
|
|
10
|
+
tencentcloud_sdk_python_live-3.1.78.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
11
|
+
tencentcloud_sdk_python_live-3.1.78.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|