tencentcloud-sdk-iotvideo 3.0.759 → 3.0.761
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211125/models.rb +12 -4
- 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: df48bab34e83344b697a04737fd34ca1a292e4e6
|
4
|
+
data.tar.gz: 90396acac6a5002c8f6e09638172238813547edf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5c0b2940101d46c181e4e76fc52e7983e51ad34f5ba2e645ac66aa7470df9e8d1803352e867c2ac60d781466fccd67012b6c6fbc8af3e45fe662a74988e64d3
|
7
|
+
data.tar.gz: 02c651c21edfea2f8cdc88ab16b539e9ced2b87a8622c45a8097d7b9a0fef11d6a9e457bd87121ecff9f9b327251f3fe32e8ca701b1de3ec3a120592ece9c7e5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.761
|
data/lib/v20211125/models.rb
CHANGED
@@ -3308,14 +3308,17 @@ module TencentCloud
|
|
3308
3308
|
# @type Limit: Integer
|
3309
3309
|
# @param Offset: 分页拉取偏移
|
3310
3310
|
# @type Offset: Integer
|
3311
|
+
# @param ChannelId: 通道id
|
3312
|
+
# @type ChannelId: Integer
|
3311
3313
|
|
3312
|
-
attr_accessor :ProductId, :DeviceName, :Limit, :Offset
|
3314
|
+
attr_accessor :ProductId, :DeviceName, :Limit, :Offset, :ChannelId
|
3313
3315
|
|
3314
|
-
def initialize(productid=nil, devicename=nil, limit=nil, offset=nil)
|
3316
|
+
def initialize(productid=nil, devicename=nil, limit=nil, offset=nil, channelid=nil)
|
3315
3317
|
@ProductId = productid
|
3316
3318
|
@DeviceName = devicename
|
3317
3319
|
@Limit = limit
|
3318
3320
|
@Offset = offset
|
3321
|
+
@ChannelId = channelid
|
3319
3322
|
end
|
3320
3323
|
|
3321
3324
|
def deserialize(params)
|
@@ -3323,6 +3326,7 @@ module TencentCloud
|
|
3323
3326
|
@DeviceName = params['DeviceName']
|
3324
3327
|
@Limit = params['Limit']
|
3325
3328
|
@Offset = params['Offset']
|
3329
|
+
@ChannelId = params['ChannelId']
|
3326
3330
|
end
|
3327
3331
|
end
|
3328
3332
|
|
@@ -5752,10 +5756,12 @@ module TencentCloud
|
|
5752
5756
|
# @param OrderId: 订单id
|
5753
5757
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5754
5758
|
# @type OrderId: String
|
5759
|
+
# @param ChannelId: 通道id
|
5760
|
+
# @type ChannelId: Integer
|
5755
5761
|
|
5756
|
-
attr_accessor :Status, :CSType, :CSShiftDuration, :CSExpiredTime, :CreatedAt, :UpdatedAt, :PackageId, :OrderId
|
5762
|
+
attr_accessor :Status, :CSType, :CSShiftDuration, :CSExpiredTime, :CreatedAt, :UpdatedAt, :PackageId, :OrderId, :ChannelId
|
5757
5763
|
|
5758
|
-
def initialize(status=nil, cstype=nil, csshiftduration=nil, csexpiredtime=nil, createdat=nil, updatedat=nil, packageid=nil, orderid=nil)
|
5764
|
+
def initialize(status=nil, cstype=nil, csshiftduration=nil, csexpiredtime=nil, createdat=nil, updatedat=nil, packageid=nil, orderid=nil, channelid=nil)
|
5759
5765
|
@Status = status
|
5760
5766
|
@CSType = cstype
|
5761
5767
|
@CSShiftDuration = csshiftduration
|
@@ -5764,6 +5770,7 @@ module TencentCloud
|
|
5764
5770
|
@UpdatedAt = updatedat
|
5765
5771
|
@PackageId = packageid
|
5766
5772
|
@OrderId = orderid
|
5773
|
+
@ChannelId = channelid
|
5767
5774
|
end
|
5768
5775
|
|
5769
5776
|
def deserialize(params)
|
@@ -5775,6 +5782,7 @@ module TencentCloud
|
|
5775
5782
|
@UpdatedAt = params['UpdatedAt']
|
5776
5783
|
@PackageId = params['PackageId']
|
5777
5784
|
@OrderId = params['OrderId']
|
5785
|
+
@ChannelId = params['ChannelId']
|
5778
5786
|
end
|
5779
5787
|
end
|
5780
5788
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-iotvideo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.761
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|