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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180808/models.rb +18 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b6f78c9b9fbcc215d95d78c76d6cd1b2da3794f
4
- data.tar.gz: 46a0a0ada62289620ce9d8888ce722dae99c47ec
3
+ metadata.gz: b528f738b5a44b3191db12d12a672b00520bb114
4
+ data.tar.gz: 2c81876c430a35c85d77cba4ff0f8970e30be681
5
5
  SHA512:
6
- metadata.gz: 140b64164ed2e5dc8185746382586de3cf959cc082a83fd8cbdcfaac83f7b4d5c5657cca68d1d936cbecbb360aa22a34ff05f9fb9c01e442a4662018d1ba41a9
7
- data.tar.gz: eb154a09afdc24958b9e93f58b4db5a4b0acffdf1444ed534db228fa15fc09e6349e3e83f67693b7291f8f4996812eaa021a8b4eabc3d98add20e1597f07c4eb
6
+ metadata.gz: 66223ba6d8be397966da006adc4fa34ca5ee5a3cc3e37ef2fafd96b97454cc55e1b8dc4e244a5dc4efff9af114347603f8c7fa1430b2d09f5930a07b5bec1ff5
7
+ data.tar.gz: 8efac0d6de29f8d98fdb776bde741cb1bc9fa698eacf010d978958d1edcf5871180f206223206f49aaa8b1baf522570f456779d537c51ad03b79382cd70921b2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.804
1
+ 3.0.805
@@ -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.804
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-15 00:00:00.000000000 Z
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