tencentcloud-sdk-domain 3.0.1017 → 3.0.1018
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 +0 -62
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3696e377c963f9ed7a868d4b402c9568f089105a
|
4
|
+
data.tar.gz: 4bd35ea3084181b38c4b725f35d87255c2b2150a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de3b6833caa9705e1f83f21194d427457b32999ca7620016e573815c7e187e8b7a6639017d46770b8c70c99f8e90f297b677953630cd2093b0458100ef28e741
|
7
|
+
data.tar.gz: 9bdc54f07a01a3fca7636004afb3177bf76d040d9a72dbd6b6dd96c1ec9dc742e949879fe6d05441ee8b440c2941262187d5bd9613b78b2a053e037ce2d99f1e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1018
|
data/lib/v20180808/models.rb
CHANGED
@@ -20,16 +20,12 @@ module TencentCloud
|
|
20
20
|
# 用于域名预释放详情页面
|
21
21
|
class AuctionInfo < TencentCloud::Common::AbstractModel
|
22
22
|
# @param Bidder: 竞拍人
|
23
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24
23
|
# @type Bidder: String
|
25
24
|
# @param AuctionTime: 竞拍时间
|
26
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27
25
|
# @type AuctionTime: String
|
28
26
|
# @param AuctionPrice: 竞拍价格
|
29
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30
27
|
# @type AuctionPrice: Float
|
31
28
|
# @param Status: 状态 up: 领先 down: 落后
|
32
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
33
29
|
# @type Status: String
|
34
30
|
|
35
31
|
attr_accessor :Bidder, :AuctionTime, :AuctionPrice, :Status
|
@@ -227,25 +223,18 @@ module TencentCloud
|
|
227
223
|
# 我预定的域名结构体。
|
228
224
|
class BiddingAppointResult < TencentCloud::Common::AbstractModel
|
229
225
|
# @param BusinessID: business_id
|
230
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
231
226
|
# @type BusinessID: String
|
232
227
|
# @param Domain: 域名
|
233
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
234
228
|
# @type Domain: String
|
235
229
|
# @param AppointPrice: 预定价格
|
236
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
237
230
|
# @type AppointPrice: Integer
|
238
231
|
# @param AppointBondPrice: 预约保证金
|
239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
240
232
|
# @type AppointBondPrice: Integer
|
241
233
|
# @param AppointEndTime: 预约结束时间
|
242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
243
234
|
# @type AppointEndTime: String
|
244
235
|
# @param AppointNum: 预约人数
|
245
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
246
236
|
# @type AppointNum: Integer
|
247
237
|
# @param Status: 1 已预约,2 竞价中,3 等待出价 4 竞价失败 5 等待支付 6 等待转移,7 转移中 8 交易成功 9 预约持有者赎回 10 竞价持有者赎回 11 其他阶段持有者赎回 12 违约
|
248
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
249
238
|
# @type Status: Integer
|
250
239
|
|
251
240
|
attr_accessor :BusinessID, :Domain, :AppointPrice, :AppointBondPrice, :AppointEndTime, :AppointNum, :Status
|
@@ -318,34 +307,24 @@ module TencentCloud
|
|
318
307
|
# 我竞价的域名结构体。
|
319
308
|
class BiddingResult < TencentCloud::Common::AbstractModel
|
320
309
|
# @param BusinessID: business_id
|
321
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
322
310
|
# @type BusinessID: String
|
323
311
|
# @param Domain: 域名
|
324
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
325
312
|
# @type Domain: String
|
326
313
|
# @param CurrentPrice: 当前价格
|
327
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
328
314
|
# @type CurrentPrice: Integer
|
329
315
|
# @param CurrentNickname: 当前用户昵称
|
330
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
331
316
|
# @type CurrentNickname: String
|
332
317
|
# @param BiddingPrice: 我的出价
|
333
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
334
318
|
# @type BiddingPrice: Integer
|
335
319
|
# @param BiddingBondPrice: 竞价保证金
|
336
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
337
320
|
# @type BiddingBondPrice: Integer
|
338
321
|
# @param BiddingEndTime: 竞价结束时间
|
339
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
340
322
|
# @type BiddingEndTime: String
|
341
323
|
# @param BiddingFlag: 竞价标识,1 领先,2 落后
|
342
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
343
324
|
# @type BiddingFlag: Integer
|
344
325
|
# @param BiddingNum: 出价次数
|
345
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
346
326
|
# @type BiddingNum: Integer
|
347
327
|
# @param Status: 2 竞价中 3 等待出价 4 竞价失败 10 竞价持有者赎回
|
348
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
349
328
|
# @type Status: Integer
|
350
329
|
|
351
330
|
attr_accessor :BusinessID, :Domain, :CurrentPrice, :CurrentNickname, :BiddingPrice, :BiddingBondPrice, :BiddingEndTime, :BiddingFlag, :BiddingNum, :Status
|
@@ -380,7 +359,6 @@ module TencentCloud
|
|
380
359
|
# 我得标的域名结构体。
|
381
360
|
class BiddingSuccessfulResult < TencentCloud::Common::AbstractModel
|
382
361
|
# @param PayEndTime: 支付结束时间
|
383
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
384
362
|
# @type PayEndTime: String
|
385
363
|
|
386
364
|
attr_accessor :PayEndTime
|
@@ -2128,7 +2106,6 @@ module TencentCloud
|
|
2128
2106
|
# DescribePreAuctionList返回参数结构体
|
2129
2107
|
class DescribePreAuctionListResponse < TencentCloud::Common::AbstractModel
|
2130
2108
|
# @param TotalCount: 总数
|
2131
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2132
2109
|
# @type TotalCount: Integer
|
2133
2110
|
# @param PreAuctionList: 预释放竞价列表
|
2134
2111
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2320,7 +2297,6 @@ module TencentCloud
|
|
2320
2297
|
# DescribePreReleaseList返回参数结构体
|
2321
2298
|
class DescribePreReleaseListResponse < TencentCloud::Common::AbstractModel
|
2322
2299
|
# @param TotalCount: 数量
|
2323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2324
2300
|
# @type TotalCount: Integer
|
2325
2301
|
# @param PreReleaseList: 预释放列表
|
2326
2302
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2820,14 +2796,12 @@ module TencentCloud
|
|
2820
2796
|
# success 操作成功。
|
2821
2797
|
# @type Status: String
|
2822
2798
|
# @param Reason: 失败原因
|
2823
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2824
2799
|
# @type Reason: String
|
2825
2800
|
# @param CreatedOn: 创建时间
|
2826
2801
|
# @type CreatedOn: String
|
2827
2802
|
# @param UpdatedOn: 更新时间
|
2828
2803
|
# @type UpdatedOn: String
|
2829
2804
|
# @param BigDealId: 订单号
|
2830
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2831
2805
|
# @type BigDealId: String
|
2832
2806
|
|
2833
2807
|
attr_accessor :Id, :Action, :Domain, :Status, :Reason, :CreatedOn, :UpdatedOn, :BigDealId
|
@@ -2976,7 +2950,6 @@ module TencentCloud
|
|
2976
2950
|
# NoAudit: 无需实名认证
|
2977
2951
|
# @type RealNameAuditStatus: String
|
2978
2952
|
# @param RealNameAuditUnpassReason: 域名实名认证不通过原因。
|
2979
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2980
2953
|
# @type RealNameAuditUnpassReason: String
|
2981
2954
|
# @param DomainNameAuditStatus: 域名命名审核状态。
|
2982
2955
|
# NotAudit:命名审核未上传
|
@@ -2986,7 +2959,6 @@ module TencentCloud
|
|
2986
2959
|
# Rejected:域名命名审核拒绝
|
2987
2960
|
# @type DomainNameAuditStatus: String
|
2988
2961
|
# @param DomainNameAuditUnpassReason: 域名命名审核不通过原因。
|
2989
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2990
2962
|
# @type DomainNameAuditUnpassReason: String
|
2991
2963
|
# @param CreationDate: 注册时间。
|
2992
2964
|
# @type CreationDate: String
|
@@ -3097,10 +3069,8 @@ module TencentCloud
|
|
3097
3069
|
# 失败预约预释放域名信息
|
3098
3070
|
class FailReservedDomainInfo < TencentCloud::Common::AbstractModel
|
3099
3071
|
# @param Domain: 域名
|
3100
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3101
3072
|
# @type Domain: String
|
3102
3073
|
# @param FailReason: 预约失败原因
|
3103
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3104
3074
|
# @type FailReason: String
|
3105
3075
|
|
3106
3076
|
attr_accessor :Domain, :FailReason
|
@@ -3376,22 +3346,16 @@ module TencentCloud
|
|
3376
3346
|
# 预释放竞价列表
|
3377
3347
|
class PreAuctionInfo < TencentCloud::Common::AbstractModel
|
3378
3348
|
# @param Domain: 域名
|
3379
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3380
3349
|
# @type Domain: String
|
3381
3350
|
# @param BiddingTime: 竞价倒计时
|
3382
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3383
3351
|
# @type BiddingTime: String
|
3384
3352
|
# @param BidCount: 出价次数
|
3385
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3386
3353
|
# @type BidCount: Integer
|
3387
3354
|
# @param Price: 当前价格
|
3388
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3389
3355
|
# @type Price: Float
|
3390
3356
|
# @param Op: 用户操作 bid:出价 "noAction":无法操作
|
3391
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3392
3357
|
# @type Op: String
|
3393
3358
|
# @param BusinessId: 业务ID
|
3394
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3395
3359
|
# @type BusinessId: String
|
3396
3360
|
|
3397
3361
|
attr_accessor :Domain, :BiddingTime, :BidCount, :Price, :Op, :BusinessId
|
@@ -3418,34 +3382,24 @@ module TencentCloud
|
|
3418
3382
|
# 预释放列表信息
|
3419
3383
|
class PreReleaseInfo < TencentCloud::Common::AbstractModel
|
3420
3384
|
# @param Domain: 域名
|
3421
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3422
3385
|
# @type Domain: String
|
3423
3386
|
# @param ReservationTime: 预订倒计时
|
3424
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3425
3387
|
# @type ReservationTime: String
|
3426
3388
|
# @param RegTime: 域名注册时间
|
3427
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3428
3389
|
# @type RegTime: String
|
3429
3390
|
# @param DelTime: 域名删除时间
|
3430
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3431
3391
|
# @type DelTime: String
|
3432
3392
|
# @param CurrentPeople: 当前人数
|
3433
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3434
3393
|
# @type CurrentPeople: Integer
|
3435
3394
|
# @param Price: 当前价格
|
3436
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3437
3395
|
# @type Price: Float
|
3438
3396
|
# @param IsFollow: 是否收藏
|
3439
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3440
3397
|
# @type IsFollow: Boolean
|
3441
3398
|
# @param IsAppoint: 是否已经预约
|
3442
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3443
3399
|
# @type IsAppoint: Boolean
|
3444
3400
|
# @param BusinessId: 业务ID
|
3445
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3446
3401
|
# @type BusinessId: String
|
3447
3402
|
# @param IsDomainUser: 是否为原持有者
|
3448
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3449
3403
|
# @type IsDomainUser: Boolean
|
3450
3404
|
|
3451
3405
|
attr_accessor :Domain, :ReservationTime, :RegTime, :DelTime, :CurrentPeople, :Price, :IsFollow, :IsAppoint, :BusinessId, :IsDomainUser
|
@@ -3512,16 +3466,12 @@ module TencentCloud
|
|
3512
3466
|
# 预释放价格区间配置
|
3513
3467
|
class PriceScopeConf < TencentCloud::Common::AbstractModel
|
3514
3468
|
# @param MaxPrice: 最高价格
|
3515
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3516
3469
|
# @type MaxPrice: Float
|
3517
3470
|
# @param MinPrice: 最低价格
|
3518
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3519
3471
|
# @type MinPrice: Float
|
3520
3472
|
# @param Price: 价格幅度
|
3521
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3522
3473
|
# @type Price: Float
|
3523
3474
|
# @param DepositPrice: 保证金
|
3524
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3525
3475
|
# @type DepositPrice: Float
|
3526
3476
|
|
3527
3477
|
attr_accessor :MaxPrice, :MinPrice, :Price, :DepositPrice
|
@@ -3611,16 +3561,12 @@ module TencentCloud
|
|
3611
3561
|
# 合作商竞价详情
|
3612
3562
|
class ReserveBidInfo < TencentCloud::Common::AbstractModel
|
3613
3563
|
# @param User: 用户
|
3614
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3615
3564
|
# @type User: String
|
3616
3565
|
# @param Price: 出价
|
3617
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3618
3566
|
# @type Price: Integer
|
3619
3567
|
# @param BidTime: 出价时间
|
3620
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3621
3568
|
# @type BidTime: String
|
3622
3569
|
# @param BidStatus: 当前状态
|
3623
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3624
3570
|
# @type BidStatus: String
|
3625
3571
|
|
3626
3572
|
attr_accessor :User, :Price, :BidTime, :BidStatus
|
@@ -3683,22 +3629,16 @@ module TencentCloud
|
|
3683
3629
|
# @param ReservedStatus: 1. 预定成功 2. 预定失败(预定失败Reason字段将会被赋值)3. 域名交割中 4. 域名交割完成
|
3684
3630
|
# @type ReservedStatus: Integer
|
3685
3631
|
# @param FailReason: 域名预定失败原因
|
3686
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3687
3632
|
# @type FailReason: String
|
3688
3633
|
# @param ChangeOwnerTime: 预计变更所有权时间(仅用于参考,实际时间会存在误差)
|
3689
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3690
3634
|
# @type ChangeOwnerTime: String
|
3691
3635
|
# @param RegTime: 注册时间
|
3692
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3693
3636
|
# @type RegTime: String
|
3694
3637
|
# @param ExpireTime: 到期时间
|
3695
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3696
3638
|
# @type ExpireTime: String
|
3697
3639
|
# @param ResourceId: 资源ID,用于删除资源信息
|
3698
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3699
3640
|
# @type ResourceId: String
|
3700
3641
|
# @param BusinessId: 业务ID
|
3701
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3702
3642
|
# @type BusinessId: String
|
3703
3643
|
|
3704
3644
|
attr_accessor :Domain, :ReservedStatus, :FailReason, :ChangeOwnerTime, :RegTime, :ExpireTime, :ResourceId, :BusinessId
|
@@ -3874,10 +3814,8 @@ module TencentCloud
|
|
3874
3814
|
# 预释放域名预约参数补充成功信息
|
3875
3815
|
class SucDomainInfo < TencentCloud::Common::AbstractModel
|
3876
3816
|
# @param Domain: 域名
|
3877
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3878
3817
|
# @type Domain: String
|
3879
3818
|
# @param BusinessId: 业务ID
|
3880
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3881
3819
|
# @type BusinessId: String
|
3882
3820
|
|
3883
3821
|
attr_accessor :Domain, :BusinessId
|
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.1018
|
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-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,8 +33,8 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20180808/models.rb
|
37
36
|
- lib/v20180808/client.rb
|
37
|
+
- lib/v20180808/models.rb
|
38
38
|
- lib/tencentcloud-sdk-domain.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|