tencentcloud-sdk-iotvideo 3.0.687 → 3.0.688

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0efa50a4915d03fb274678913e0215a454846dcb
4
- data.tar.gz: 074a37e96a54f65e1dcdd6cc90d72ece88e8ef97
3
+ metadata.gz: f562ab84e7afea4fb06edf0420e8715ce97f5cfe
4
+ data.tar.gz: 0d7a3c973c818e2b7a6c90c707eb5b261278341c
5
5
  SHA512:
6
- metadata.gz: 59264fcdd3e50d616aa0b1e14ee3a991ecde5b3b6336e63b7c698432d0363ce92f7d2b2d8650d101489bd4b33f0aef7ac68cca1781751b81923359f300c300b7
7
- data.tar.gz: 8e26e547cd646d0295ecfed99eaee7b724f395759a1ca1579edf55f02766e63c2950af3a399142b668b6c44ba1583e6aca603ef0ee6f4594195d2256c7af2d3d
6
+ metadata.gz: 803c903c0027bcfb1a296026dd614f12cdf9319fd81678013c24a2361950381fe562fab18cf5a8f4a5bd53db82149404590b2bda67d25701d40cbe0c5282d232
7
+ data.tar.gz: cfc20252ab099f373e9fc4bb757a68445246b6155762b34b497d3fe895da5569aeebe3d9f183afa6440086e01c80266aac5494b08961797de598bc6a38dcd820
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.687
1
+ 3.0.688
@@ -4844,17 +4844,21 @@ module TencentCloud
4844
4844
  # @type VideoURL: String
4845
4845
  # @param ExpireTime: 播放链接过期时间
4846
4846
  # @type ExpireTime: Integer
4847
+ # @param ChannelId: 通道ID 非NVR设备不填 NVR设备必填 默认为无
4848
+ # @type ChannelId: Integer
4847
4849
 
4848
- attr_accessor :VideoURL, :ExpireTime
4850
+ attr_accessor :VideoURL, :ExpireTime, :ChannelId
4849
4851
 
4850
- def initialize(videourl=nil, expiretime=nil)
4852
+ def initialize(videourl=nil, expiretime=nil, channelid=nil)
4851
4853
  @VideoURL = videourl
4852
4854
  @ExpireTime = expiretime
4855
+ @ChannelId = channelid
4853
4856
  end
4854
4857
 
4855
4858
  def deserialize(params)
4856
4859
  @VideoURL = params['VideoURL']
4857
4860
  @ExpireTime = params['ExpireTime']
4861
+ @ChannelId = params['ChannelId']
4858
4862
  end
4859
4863
  end
4860
4864
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotvideo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.687
4
+ version: 3.0.688
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud