tencentcloud-sdk-iotvideoindustry 3.0.559 → 3.0.560
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/v20201201/client.rb +1 -1
- data/lib/v20201201/models.rb +7 -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: a1ed598bd70b3529e93931f256888c0b0783cc7c
|
|
4
|
+
data.tar.gz: 47a1c0924fe87e777c3eefd23e562171ae06a42f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19cbf03e2d135b59f2a3ffa61a738f11afd33e8c3d04fc5abc684676d69c7338f2291daeb9fc2430e92d9d8c963138d2d138be602cfe25120f4adeac7378158d
|
|
7
|
+
data.tar.gz: b90e4397977a99301ab0596c36bda891c581b2cd484b1d68c6ccb135faec9eca5bbfc31f94d0f79bbcfca4fbd7bcc898f552a3fa603bade1ac33fb9c8f3c4d96
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.560
|
data/lib/v20201201/client.rb
CHANGED
|
@@ -1048,7 +1048,7 @@ module TencentCloud
|
|
|
1048
1048
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1049
1049
|
end
|
|
1050
1050
|
|
|
1051
|
-
# 本接口(
|
|
1051
|
+
# 本接口(DescribeDeviceList) 用于获取设备列表,支持模糊搜索
|
|
1052
1052
|
|
|
1053
1053
|
# @param request: Request instance for DescribeDeviceList.
|
|
1054
1054
|
# @type request: :class:`Tencentcloud::iotvideoindustry::V20201201::DescribeDeviceListRequest`
|
data/lib/v20201201/models.rb
CHANGED
|
@@ -5846,16 +5846,20 @@ module TencentCloud
|
|
|
5846
5846
|
# @param Devices: 绑定的设备列表
|
|
5847
5847
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5848
5848
|
# @type Devices: Array
|
|
5849
|
+
# @param RecordStorageTime: 录像存储天数
|
|
5850
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5851
|
+
# @type RecordStorageTime: Integer
|
|
5849
5852
|
|
|
5850
|
-
attr_accessor :PlanId, :Name, :TimeTemplateId, :TimeTemplateName, :EventId, :Devices
|
|
5853
|
+
attr_accessor :PlanId, :Name, :TimeTemplateId, :TimeTemplateName, :EventId, :Devices, :RecordStorageTime
|
|
5851
5854
|
|
|
5852
|
-
def initialize(planid=nil, name=nil, timetemplateid=nil, timetemplatename=nil, eventid=nil, devices=nil)
|
|
5855
|
+
def initialize(planid=nil, name=nil, timetemplateid=nil, timetemplatename=nil, eventid=nil, devices=nil, recordstoragetime=nil)
|
|
5853
5856
|
@PlanId = planid
|
|
5854
5857
|
@Name = name
|
|
5855
5858
|
@TimeTemplateId = timetemplateid
|
|
5856
5859
|
@TimeTemplateName = timetemplatename
|
|
5857
5860
|
@EventId = eventid
|
|
5858
5861
|
@Devices = devices
|
|
5862
|
+
@RecordStorageTime = recordstoragetime
|
|
5859
5863
|
end
|
|
5860
5864
|
|
|
5861
5865
|
def deserialize(params)
|
|
@@ -5872,6 +5876,7 @@ module TencentCloud
|
|
|
5872
5876
|
@Devices << deviceitem_tmp
|
|
5873
5877
|
end
|
|
5874
5878
|
end
|
|
5879
|
+
@RecordStorageTime = params['RecordStorageTime']
|
|
5875
5880
|
end
|
|
5876
5881
|
end
|
|
5877
5882
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-iotvideoindustry
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.560
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-04-
|
|
11
|
+
date: 2023-04-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|