tencentcloud-sdk-domain 3.0.804 → 3.0.805
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/v20180808/models.rb +18 -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: b528f738b5a44b3191db12d12a672b00520bb114
|
|
4
|
+
data.tar.gz: 2c81876c430a35c85d77cba4ff0f8970e30be681
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66223ba6d8be397966da006adc4fa34ca5ee5a3cc3e37ef2fafd96b97454cc55e1b8dc4e244a5dc4efff9af114347603f8c7fa1430b2d09f5930a07b5bec1ff5
|
|
7
|
+
data.tar.gz: 8efac0d6de29f8d98fdb776bde741cb1bc9fa698eacf010d978958d1edcf5871180f206223206f49aaa8b1baf522570f456779d537c51ad03b79382cd70921b2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.805
|
data/lib/v20180808/models.rb
CHANGED
|
@@ -1337,16 +1337,28 @@ module TencentCloud
|
|
|
1337
1337
|
# @param BidList: 竞价详细数据
|
|
1338
1338
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1339
1339
|
# @type BidList: Array
|
|
1340
|
+
# @param BidEndTime: 竞价结束时间
|
|
1341
|
+
# @type BidEndTime: String
|
|
1342
|
+
# @param IsUp: 是否领先
|
|
1343
|
+
# @type IsUp: Boolean
|
|
1344
|
+
# @param NextPrice: 下次出价金额
|
|
1345
|
+
# @type NextPrice: Integer
|
|
1346
|
+
# @param Status: 状态:1. 等待竞价 2.竞价中 3.竞价结束
|
|
1347
|
+
# @type Status: Integer
|
|
1340
1348
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1341
1349
|
# @type RequestId: String
|
|
1342
1350
|
|
|
1343
|
-
attr_accessor :UpPrice, :Price, :UpUser, :BidList, :RequestId
|
|
1351
|
+
attr_accessor :UpPrice, :Price, :UpUser, :BidList, :BidEndTime, :IsUp, :NextPrice, :Status, :RequestId
|
|
1344
1352
|
|
|
1345
|
-
def initialize(upprice=nil, price=nil, upuser=nil, bidlist=nil, requestid=nil)
|
|
1353
|
+
def initialize(upprice=nil, price=nil, upuser=nil, bidlist=nil, bidendtime=nil, isup=nil, nextprice=nil, status=nil, requestid=nil)
|
|
1346
1354
|
@UpPrice = upprice
|
|
1347
1355
|
@Price = price
|
|
1348
1356
|
@UpUser = upuser
|
|
1349
1357
|
@BidList = bidlist
|
|
1358
|
+
@BidEndTime = bidendtime
|
|
1359
|
+
@IsUp = isup
|
|
1360
|
+
@NextPrice = nextprice
|
|
1361
|
+
@Status = status
|
|
1350
1362
|
@RequestId = requestid
|
|
1351
1363
|
end
|
|
1352
1364
|
|
|
@@ -1362,6 +1374,10 @@ module TencentCloud
|
|
|
1362
1374
|
@BidList << reservebidinfo_tmp
|
|
1363
1375
|
end
|
|
1364
1376
|
end
|
|
1377
|
+
@BidEndTime = params['BidEndTime']
|
|
1378
|
+
@IsUp = params['IsUp']
|
|
1379
|
+
@NextPrice = params['NextPrice']
|
|
1380
|
+
@Status = params['Status']
|
|
1365
1381
|
@RequestId = params['RequestId']
|
|
1366
1382
|
end
|
|
1367
1383
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-domain
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.805
|
|
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-04-
|
|
11
|
+
date: 2024-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|