tencentcloud-sdk-domain 3.0.804 → 3.0.806

Sign up to get free protection for your applications and to get access to all the features.
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: 2551bce8768776b114ab0faa690b6a247a17f394
4
+ data.tar.gz: 176c72226dd82f2f2cb0e7bd6fbb9cc02755e15a
5
5
  SHA512:
6
- metadata.gz: 140b64164ed2e5dc8185746382586de3cf959cc082a83fd8cbdcfaac83f7b4d5c5657cca68d1d936cbecbb360aa22a34ff05f9fb9c01e442a4662018d1ba41a9
7
- data.tar.gz: eb154a09afdc24958b9e93f58b4db5a4b0acffdf1444ed534db228fa15fc09e6349e3e83f67693b7291f8f4996812eaa021a8b4eabc3d98add20e1597f07c4eb
6
+ metadata.gz: b3cd1ee63ecf96fa0fa451ec10e8acdee5c19d1d7f57da4b6b43dd3b20391ce0a3673664c6a9fb3d28aeab8c04002dd209492132bb708394925471f8f42d6192
7
+ data.tar.gz: 48643b615c8d4a43335b35369f7afab2fa2787ce496f3e189586173a50bd17b16e498b9f544c70ed40bb3c7141bb92a9c241400965496a2b42ed8d8665e3cf3c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.804
1
+ 3.0.806
@@ -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.806
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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common