tencentcloud-sdk-iotexplorer 3.0.1087 → 3.0.1090
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190423/models.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 434cb9b6ba502939f0203399cdb5dd8e5ecbc5a7
|
4
|
+
data.tar.gz: 24480f900493411b36f5c93a18a3f49c25766641
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c819ffbe4d3c3ec0e818b762926a8cfcb6564e4f8c65b719defd58b47a7abc757e0bf91159bb28e8f564201368b22dbad8edb6cd9162c15c028d5a4032bcaea
|
7
|
+
data.tar.gz: f6930d7e0fb2048dec0252bb002e8e2b2b9e1c7db064d493b309c0b217a7eb8c62d039e9d43cbb39628e5ff8427848865f75f3ca24035f9c9236718efb96be2d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1090
|
data/lib/v20190423/models.rb
CHANGED
@@ -6899,7 +6899,7 @@ module TencentCloud
|
|
6899
6899
|
class GenerateSignedVideoURLRequest < TencentCloud::Common::AbstractModel
|
6900
6900
|
# @param VideoURL: 视频播放原始URL地址
|
6901
6901
|
# @type VideoURL: String
|
6902
|
-
# @param ExpireTime:
|
6902
|
+
# @param ExpireTime: 播放链接过期时间(时间戳,单位秒)
|
6903
6903
|
# @type ExpireTime: Integer
|
6904
6904
|
# @param ChannelId: 通道ID 非NVR设备不填 NVR设备必填 默认为无
|
6905
6905
|
# @type ChannelId: Integer
|
@@ -7965,7 +7965,7 @@ module TencentCloud
|
|
7965
7965
|
# @type SummaryLang: String
|
7966
7966
|
# @param ChannelId: 通道ID
|
7967
7967
|
# @type ChannelId: Integer
|
7968
|
-
# @param EnableSummary: 是否需要返回总结,默认为
|
7968
|
+
# @param EnableSummary: 是否需要返回总结,默认为True; 开启后会加大接口响应时长
|
7969
7969
|
# @type EnableSummary: Boolean
|
7970
7970
|
# @param StartTimeMs: 开始时间。
|
7971
7971
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-iotexplorer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1090
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|