tencentcloud-sdk-domain 3.0.1020 → 3.0.1022
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 +10 -15
- 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: 75ea88d7498a4db1c81bb73665760a65ac4c5dee
|
4
|
+
data.tar.gz: b0853133ae9a138897b5ed9fd7f629c0411debb3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65858fa0fc45c486031f4a8c1ca0a439beb56fb79b20463eda4bfc5aec0b421c8beccf40325ec70a0e94382f1bf843df2068d53a8ea2bb33c9a32dee8654f74d
|
7
|
+
data.tar.gz: 0da788fc6a2666d0f15a7ea593713dde3ae9e4036f47d54bb90a9d148950c24130202c8844fa25c55f48a9789d08cfd8e3b1735a3b157d5e62c08e057160b7f3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1022
|
data/lib/v20180808/models.rb
CHANGED
@@ -134,22 +134,17 @@ module TencentCloud
|
|
134
134
|
# BidDetailPage返回参数结构体
|
135
135
|
class BidDetailPageResponse < TencentCloud::Common::AbstractModel
|
136
136
|
# @param Domain: 域名
|
137
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
138
137
|
# @type Domain: String
|
139
138
|
# @param CurrentPrice: 当前域名价格
|
140
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
141
139
|
# @type CurrentPrice: Float
|
142
140
|
# @param BidPrice: 用户上次出价
|
143
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
144
141
|
# @type BidPrice: Float
|
145
142
|
# @param CurrentPriceScope: 当前加价幅度
|
146
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
147
143
|
# @type CurrentPriceScope: Float
|
148
144
|
# @param PriceScope: 加价幅度区间配置
|
149
145
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
150
146
|
# @type PriceScope: Array
|
151
147
|
# @param DepositPrice: 用户当前已经支付了的保证金
|
152
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
153
148
|
# @type DepositPrice: Float
|
154
149
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
155
150
|
# @type RequestId: String
|
@@ -788,7 +783,6 @@ module TencentCloud
|
|
788
783
|
# CreateDomainBatch返回参数结构体
|
789
784
|
class CreateDomainBatchResponse < TencentCloud::Common::AbstractModel
|
790
785
|
# @param LogId: 批量日志ID
|
791
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
792
786
|
# @type LogId: Integer
|
793
787
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
794
788
|
# @type RequestId: String
|
@@ -1146,10 +1140,8 @@ module TencentCloud
|
|
1146
1140
|
# DescribeAuctionList返回参数结构体
|
1147
1141
|
class DescribeAuctionListResponse < TencentCloud::Common::AbstractModel
|
1148
1142
|
# @param AuctionList: 竞拍详情列表
|
1149
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1150
1143
|
# @type AuctionList: Array
|
1151
1144
|
# @param TotalCount: 总数
|
1152
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1153
1145
|
# @type TotalCount: Integer
|
1154
1146
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1155
1147
|
# @type RequestId: String
|
@@ -1205,7 +1197,6 @@ module TencentCloud
|
|
1205
1197
|
# @param TotalCount: 总数量。
|
1206
1198
|
# @type TotalCount: Integer
|
1207
1199
|
# @param DomainBatchDetailSet: 日志详情列表。
|
1208
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1209
1200
|
# @type DomainBatchDetailSet: Array
|
1210
1201
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1211
1202
|
# @type RequestId: String
|
@@ -1257,7 +1248,6 @@ module TencentCloud
|
|
1257
1248
|
# @param TotalCount: 总数量
|
1258
1249
|
# @type TotalCount: Integer
|
1259
1250
|
# @param DomainBatchLogSet: 日志列表
|
1260
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1261
1251
|
# @type DomainBatchLogSet: Array
|
1262
1252
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1263
1253
|
# @type RequestId: String
|
@@ -1799,7 +1789,6 @@ module TencentCloud
|
|
1799
1789
|
# @param DomainInfo: 域名信息
|
1800
1790
|
# @type DomainInfo: :class:`Tencentcloud::Domain.v20180808.models.DomainBaseInfo`
|
1801
1791
|
# @param Uin: 用户Uin
|
1802
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1803
1792
|
# @type Uin: String
|
1804
1793
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1805
1794
|
# @type RequestId: String
|
@@ -1845,7 +1834,6 @@ module TencentCloud
|
|
1845
1834
|
# DescribeDomainNameList返回参数结构体
|
1846
1835
|
class DescribeDomainNameListResponse < TencentCloud::Common::AbstractModel
|
1847
1836
|
# @param DomainSet: 域名信息集合
|
1848
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1849
1837
|
# @type DomainSet: Array
|
1850
1838
|
# @param TotalCount: 域名总数量
|
1851
1839
|
# @type TotalCount: Integer
|
@@ -2299,7 +2287,6 @@ module TencentCloud
|
|
2299
2287
|
# @param TotalCount: 数量
|
2300
2288
|
# @type TotalCount: Integer
|
2301
2289
|
# @param PreReleaseList: 预释放列表
|
2302
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2303
2290
|
# @type PreReleaseList: Array
|
2304
2291
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2305
2292
|
# @type RequestId: String
|
@@ -2847,10 +2834,14 @@ module TencentCloud
|
|
2847
2834
|
# @type Doing: Integer
|
2848
2835
|
# @param Failed: 批量操作失败个数
|
2849
2836
|
# @type Failed: Integer
|
2837
|
+
# @param PayStatus: 是否付费
|
2838
|
+
# @type PayStatus: Boolean
|
2839
|
+
# @param BigDealId: 大订单ID
|
2840
|
+
# @type BigDealId: String
|
2850
2841
|
|
2851
|
-
attr_accessor :LogId, :Number, :Status, :CreatedOn, :Success, :Doing, :Failed
|
2842
|
+
attr_accessor :LogId, :Number, :Status, :CreatedOn, :Success, :Doing, :Failed, :PayStatus, :BigDealId
|
2852
2843
|
|
2853
|
-
def initialize(logid=nil, number=nil, status=nil, createdon=nil, success=nil, doing=nil, failed=nil)
|
2844
|
+
def initialize(logid=nil, number=nil, status=nil, createdon=nil, success=nil, doing=nil, failed=nil, paystatus=nil, bigdealid=nil)
|
2854
2845
|
@LogId = logid
|
2855
2846
|
@Number = number
|
2856
2847
|
@Status = status
|
@@ -2858,6 +2849,8 @@ module TencentCloud
|
|
2858
2849
|
@Success = success
|
2859
2850
|
@Doing = doing
|
2860
2851
|
@Failed = failed
|
2852
|
+
@PayStatus = paystatus
|
2853
|
+
@BigDealId = bigdealid
|
2861
2854
|
end
|
2862
2855
|
|
2863
2856
|
def deserialize(params)
|
@@ -2868,6 +2861,8 @@ module TencentCloud
|
|
2868
2861
|
@Success = params['Success']
|
2869
2862
|
@Doing = params['Doing']
|
2870
2863
|
@Failed = params['Failed']
|
2864
|
+
@PayStatus = params['PayStatus']
|
2865
|
+
@BigDealId = params['BigDealId']
|
2871
2866
|
end
|
2872
2867
|
end
|
2873
2868
|
|
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.1022
|
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-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|