tencentcloud-sdk-iotvideo 3.0.1028 → 3.0.1029
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 +12 -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: 040ba82a9380ae0bbf11527beb115b96c333302b
|
4
|
+
data.tar.gz: 95804b79114d787e738fb44e01d80fe521c821c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e77933bb04f6576b96c35303a7e7e9eaf2dcde233fdfa0f336926394d99388ec8f76e4914b2be42f7c53cf29a3e75ef0ef9af3a4f58f69fb4a20d1a0a372291d
|
7
|
+
data.tar.gz: 5190a68814dccde0259b886e5f318a4fde0a3699cda802fbad46957f936d2fa87e5926c92716c303240a5b76e1a7f35fdc3aaea67c0ce4df79d73c75b29c13e7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1029
|
data/lib/v20211125/models.rb
CHANGED
@@ -2578,17 +2578,25 @@ module TencentCloud
|
|
2578
2578
|
# @type Status: Integer
|
2579
2579
|
# @param ChannelId: 通道id
|
2580
2580
|
# @type ChannelId: Integer
|
2581
|
+
# @param Price: 订单金额,单位为分
|
2582
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2583
|
+
# @type Price: Integer
|
2584
|
+
# @param Amount: 支付金额,单位为分
|
2585
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2586
|
+
# @type Amount: Integer
|
2581
2587
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2582
2588
|
# @type RequestId: String
|
2583
2589
|
|
2584
|
-
attr_accessor :StartTime, :ExpireTime, :PackageId, :Status, :ChannelId, :RequestId
|
2590
|
+
attr_accessor :StartTime, :ExpireTime, :PackageId, :Status, :ChannelId, :Price, :Amount, :RequestId
|
2585
2591
|
|
2586
|
-
def initialize(starttime=nil, expiretime=nil, packageid=nil, status=nil, channelid=nil, requestid=nil)
|
2592
|
+
def initialize(starttime=nil, expiretime=nil, packageid=nil, status=nil, channelid=nil, price=nil, amount=nil, requestid=nil)
|
2587
2593
|
@StartTime = starttime
|
2588
2594
|
@ExpireTime = expiretime
|
2589
2595
|
@PackageId = packageid
|
2590
2596
|
@Status = status
|
2591
2597
|
@ChannelId = channelid
|
2598
|
+
@Price = price
|
2599
|
+
@Amount = amount
|
2592
2600
|
@RequestId = requestid
|
2593
2601
|
end
|
2594
2602
|
|
@@ -2598,6 +2606,8 @@ module TencentCloud
|
|
2598
2606
|
@PackageId = params['PackageId']
|
2599
2607
|
@Status = params['Status']
|
2600
2608
|
@ChannelId = params['ChannelId']
|
2609
|
+
@Price = params['Price']
|
2610
|
+
@Amount = params['Amount']
|
2601
2611
|
@RequestId = params['RequestId']
|
2602
2612
|
end
|
2603
2613
|
end
|
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.1029
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|