tencentcloud-sdk-python-live 3.0.1195__tar.gz → 3.0.1238__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-live-3.0.1195 → tencentcloud-sdk-python-live-3.0.1238}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-live-3.0.1195 → tencentcloud-sdk-python-live-3.0.1238}/setup.py +1 -1
- {tencentcloud-sdk-python-live-3.0.1195 → tencentcloud-sdk-python-live-3.0.1238}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-live-3.0.1195 → tencentcloud-sdk-python-live-3.0.1238}/tencentcloud/live/v20180801/models.py +3 -11
- {tencentcloud-sdk-python-live-3.0.1195 → tencentcloud-sdk-python-live-3.0.1238}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-live-3.0.1238/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-live-3.0.1195/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-live-3.0.1195 → tencentcloud-sdk-python-live-3.0.1238}/README.rst +0 -0
- {tencentcloud-sdk-python-live-3.0.1195 → tencentcloud-sdk-python-live-3.0.1238}/setup.cfg +0 -0
- {tencentcloud-sdk-python-live-3.0.1195 → tencentcloud-sdk-python-live-3.0.1238}/tencentcloud/live/__init__.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1195 → tencentcloud-sdk-python-live-3.0.1238}/tencentcloud/live/v20180801/__init__.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1195 → tencentcloud-sdk-python-live-3.0.1238}/tencentcloud/live/v20180801/errorcodes.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1195 → tencentcloud-sdk-python-live-3.0.1238}/tencentcloud/live/v20180801/live_client.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1195 → tencentcloud-sdk-python-live-3.0.1238}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-live-3.0.1195 → tencentcloud-sdk-python-live-3.0.1238}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-live-3.0.1195 → tencentcloud-sdk-python-live-3.0.1238}/tencentcloud_sdk_python_live.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-live',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1238"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Live SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -5668,7 +5668,7 @@ class DayStreamPlayInfo(AbstractModel):
|
|
|
5668
5668
|
:type Flux: float
|
|
5669
5669
|
:param _Request: 请求数。
|
|
5670
5670
|
:type Request: int
|
|
5671
|
-
:param _Online:
|
|
5671
|
+
:param _Online: 在线人数。当前后端接口数据的统计方式与客户端侧不同,该数据仅供参考,具体数据请以业务客户端侧统计数据为准。
|
|
5672
5672
|
:type Online: int
|
|
5673
5673
|
"""
|
|
5674
5674
|
self._Time = None
|
|
@@ -11985,17 +11985,9 @@ class DescribeLiveTimeShiftBillInfoListRequest(AbstractModel):
|
|
|
11985
11985
|
|
|
11986
11986
|
def __init__(self):
|
|
11987
11987
|
r"""
|
|
11988
|
-
:param _StartTime: UTC
|
|
11989
|
-
|
|
11990
|
-
使用 UTC 格式时间,
|
|
11991
|
-
例如:2019-01-08T10:00:00Z。
|
|
11992
|
-
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
|
|
11988
|
+
:param _StartTime: UTC开始时间,支持最近三个月的查询,查询时间最长跨度为一天。使用 UTC 格式时间,例如:2019-01-08T10:00:00Z。注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
|
|
11993
11989
|
:type StartTime: str
|
|
11994
|
-
:param _EndTime: UTC
|
|
11995
|
-
|
|
11996
|
-
使用 UTC 格式时间,
|
|
11997
|
-
例如:2019-01-08T10:00:00Z。
|
|
11998
|
-
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
|
|
11990
|
+
:param _EndTime: UTC结束时间,支持最近三个月的查询,查询时间最长跨度为一天。使用 UTC 格式时间,例如:2019-01-08T10:00:00Z。注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
|
|
11999
11991
|
:type EndTime: str
|
|
12000
11992
|
:param _PushDomains: 推流域名列表,若不传递此参数,则表示查询总体数据。
|
|
12001
11993
|
:type PushDomains: list of str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1238
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1195
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|