tencentcloud-sdk-iotvideo 3.0.766 → 3.0.767
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/v20211125/models.rb +13 -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: 321d87e9e2478ba570d201b3ee12a6a72ffb2201
|
|
4
|
+
data.tar.gz: 06a26f4d63a997fc6d0226dd9666eb1f912ded4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3192d24402f073a5184050fc54a7b660d4db57b23522f79f44b861d4ee66517ecd8c327ed2b23407688569ddc65d1b5de5b607ff504dbdc9b0b6cf94fd148afb
|
|
7
|
+
data.tar.gz: b44316b046875aa8986e5da5c2a3685b9c8455e65e75d8bbdb61e92e4246974bddd589130f63eeec44b377feeee073fab4a0153cbcccb747a77e41939977e770
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.767
|
data/lib/v20211125/models.rb
CHANGED
|
@@ -3308,16 +3308,19 @@ module TencentCloud
|
|
|
3308
3308
|
# @type Limit: Integer
|
|
3309
3309
|
# @param Offset: 分页拉取偏移
|
|
3310
3310
|
# @type Offset: Integer
|
|
3311
|
+
# @param CSUserId: 用户id
|
|
3312
|
+
# @type CSUserId: String
|
|
3311
3313
|
# @param ChannelId: 通道id
|
|
3312
3314
|
# @type ChannelId: Integer
|
|
3313
3315
|
|
|
3314
|
-
attr_accessor :ProductId, :DeviceName, :Limit, :Offset, :ChannelId
|
|
3316
|
+
attr_accessor :ProductId, :DeviceName, :Limit, :Offset, :CSUserId, :ChannelId
|
|
3315
3317
|
|
|
3316
|
-
def initialize(productid=nil, devicename=nil, limit=nil, offset=nil, channelid=nil)
|
|
3318
|
+
def initialize(productid=nil, devicename=nil, limit=nil, offset=nil, csuserid=nil, channelid=nil)
|
|
3317
3319
|
@ProductId = productid
|
|
3318
3320
|
@DeviceName = devicename
|
|
3319
3321
|
@Limit = limit
|
|
3320
3322
|
@Offset = offset
|
|
3323
|
+
@CSUserId = csuserid
|
|
3321
3324
|
@ChannelId = channelid
|
|
3322
3325
|
end
|
|
3323
3326
|
|
|
@@ -3326,6 +3329,7 @@ module TencentCloud
|
|
|
3326
3329
|
@DeviceName = params['DeviceName']
|
|
3327
3330
|
@Limit = params['Limit']
|
|
3328
3331
|
@Offset = params['Offset']
|
|
3332
|
+
@CSUserId = params['CSUserId']
|
|
3329
3333
|
@ChannelId = params['ChannelId']
|
|
3330
3334
|
end
|
|
3331
3335
|
end
|
|
@@ -5758,10 +5762,13 @@ module TencentCloud
|
|
|
5758
5762
|
# @type OrderId: String
|
|
5759
5763
|
# @param ChannelId: 通道id
|
|
5760
5764
|
# @type ChannelId: Integer
|
|
5765
|
+
# @param CSUserId: 用户id
|
|
5766
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5767
|
+
# @type CSUserId: String
|
|
5761
5768
|
|
|
5762
|
-
attr_accessor :Status, :CSType, :CSShiftDuration, :CSExpiredTime, :CreatedAt, :UpdatedAt, :PackageId, :OrderId, :ChannelId
|
|
5769
|
+
attr_accessor :Status, :CSType, :CSShiftDuration, :CSExpiredTime, :CreatedAt, :UpdatedAt, :PackageId, :OrderId, :ChannelId, :CSUserId
|
|
5763
5770
|
|
|
5764
|
-
def initialize(status=nil, cstype=nil, csshiftduration=nil, csexpiredtime=nil, createdat=nil, updatedat=nil, packageid=nil, orderid=nil, channelid=nil)
|
|
5771
|
+
def initialize(status=nil, cstype=nil, csshiftduration=nil, csexpiredtime=nil, createdat=nil, updatedat=nil, packageid=nil, orderid=nil, channelid=nil, csuserid=nil)
|
|
5765
5772
|
@Status = status
|
|
5766
5773
|
@CSType = cstype
|
|
5767
5774
|
@CSShiftDuration = csshiftduration
|
|
@@ -5771,6 +5778,7 @@ module TencentCloud
|
|
|
5771
5778
|
@PackageId = packageid
|
|
5772
5779
|
@OrderId = orderid
|
|
5773
5780
|
@ChannelId = channelid
|
|
5781
|
+
@CSUserId = csuserid
|
|
5774
5782
|
end
|
|
5775
5783
|
|
|
5776
5784
|
def deserialize(params)
|
|
@@ -5783,6 +5791,7 @@ module TencentCloud
|
|
|
5783
5791
|
@PackageId = params['PackageId']
|
|
5784
5792
|
@OrderId = params['OrderId']
|
|
5785
5793
|
@ChannelId = params['ChannelId']
|
|
5794
|
+
@CSUserId = params['CSUserId']
|
|
5786
5795
|
end
|
|
5787
5796
|
end
|
|
5788
5797
|
|
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.767
|
|
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-02-
|
|
11
|
+
date: 2024-02-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|