tencentcloud-sdk-iotvideoindustry 1.0.203 → 1.0.207
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/models.rb +17 -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: 87064362aa27017ffc435a509934f3554de59ec7
|
4
|
+
data.tar.gz: 8fd2fde400456f88c10cac2564f1756b5eb1f152
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b082b0d3abb88af7950abd55c1811ca620577ca2b01c593ed899e926292ad65fe67699f3efb3985099ee6c5b47bee7d150297d6fe5fb169955783e3e5f442f3
|
7
|
+
data.tar.gz: 6d2d916a182e9bf5f0e44607c12124a1e3f40863506aa038ac2e741b5c3bbea9879de2e96dd7ae7f1eb4148f7b7e0a332a9fa7c032b4162fc45edbc3d1146f3f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.207
|
data/lib/v20201201/models.rb
CHANGED
@@ -2167,10 +2167,19 @@ module TencentCloud
|
|
2167
2167
|
# @param RecordStatus: 本录制片段当前的录制状态
|
2168
2168
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2169
2169
|
# @type RecordStatus: Integer
|
2170
|
+
# @param SceneId: 场景ID
|
2171
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2172
|
+
# @type SceneId: Integer
|
2173
|
+
# @param WarnId: 告警ID
|
2174
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2175
|
+
# @type WarnId: Integer
|
2176
|
+
# @param RecordId: 录制id,NVR下属设备有效
|
2177
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2178
|
+
# @type RecordId: String
|
2170
2179
|
|
2171
|
-
attr_accessor :RecordTaskId, :RecordPlanId, :StartTime, :EndTime, :EventId, :VideoUrl, :RecordStatus
|
2180
|
+
attr_accessor :RecordTaskId, :RecordPlanId, :StartTime, :EndTime, :EventId, :VideoUrl, :RecordStatus, :SceneId, :WarnId, :RecordId
|
2172
2181
|
|
2173
|
-
def initialize(recordtaskid=nil, recordplanid=nil, starttime=nil, endtime=nil, eventid=nil, videourl=nil, recordstatus=nil)
|
2182
|
+
def initialize(recordtaskid=nil, recordplanid=nil, starttime=nil, endtime=nil, eventid=nil, videourl=nil, recordstatus=nil, sceneid=nil, warnid=nil, recordid=nil)
|
2174
2183
|
@RecordTaskId = recordtaskid
|
2175
2184
|
@RecordPlanId = recordplanid
|
2176
2185
|
@StartTime = starttime
|
@@ -2178,6 +2187,9 @@ module TencentCloud
|
|
2178
2187
|
@EventId = eventid
|
2179
2188
|
@VideoUrl = videourl
|
2180
2189
|
@RecordStatus = recordstatus
|
2190
|
+
@SceneId = sceneid
|
2191
|
+
@WarnId = warnid
|
2192
|
+
@RecordId = recordid
|
2181
2193
|
end
|
2182
2194
|
|
2183
2195
|
def deserialize(params)
|
@@ -2188,6 +2200,9 @@ module TencentCloud
|
|
2188
2200
|
@EventId = params['EventId']
|
2189
2201
|
@VideoUrl = params['VideoUrl']
|
2190
2202
|
@RecordStatus = params['RecordStatus']
|
2203
|
+
@SceneId = params['SceneId']
|
2204
|
+
@WarnId = params['WarnId']
|
2205
|
+
@RecordId = params['RecordId']
|
2191
2206
|
end
|
2192
2207
|
end
|
2193
2208
|
|
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: 1.0.
|
4
|
+
version: 1.0.207
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-11-
|
11
|
+
date: 2021-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|