tencentcloud-sdk-domain 3.0.1020 → 3.0.1021
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 -14
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e84e6fd89d228d5787ea7516312037ca00f50a5
|
4
|
+
data.tar.gz: 003c5ed28db04398c3efb64ea960617bc8e0c62d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e435e414a1acb293ee70314bc4ddb688572e3725b57a56a68819679a9028d623be9195ccdd04e8409ce321173af57c93329ad756c5cc0cdfb80a63056d559250
|
7
|
+
data.tar.gz: 8722d94f19381c0ea4cd099c273c8156b970f2842b89d9fb2fbabd2008bb1567b8fd22bd60c2bac0482928fbd26da1c07ff9bab209ffa0c228f5d4fd63b77480
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1021
|
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
|
@@ -1845,7 +1835,6 @@ module TencentCloud
|
|
1845
1835
|
# DescribeDomainNameList返回参数结构体
|
1846
1836
|
class DescribeDomainNameListResponse < TencentCloud::Common::AbstractModel
|
1847
1837
|
# @param DomainSet: 域名信息集合
|
1848
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1849
1838
|
# @type DomainSet: Array
|
1850
1839
|
# @param TotalCount: 域名总数量
|
1851
1840
|
# @type TotalCount: Integer
|
@@ -2299,7 +2288,6 @@ module TencentCloud
|
|
2299
2288
|
# @param TotalCount: 数量
|
2300
2289
|
# @type TotalCount: Integer
|
2301
2290
|
# @param PreReleaseList: 预释放列表
|
2302
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2303
2291
|
# @type PreReleaseList: Array
|
2304
2292
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2305
2293
|
# @type RequestId: String
|
@@ -2847,10 +2835,14 @@ module TencentCloud
|
|
2847
2835
|
# @type Doing: Integer
|
2848
2836
|
# @param Failed: 批量操作失败个数
|
2849
2837
|
# @type Failed: Integer
|
2838
|
+
# @param PayStatus: 是否付费
|
2839
|
+
# @type PayStatus: Boolean
|
2840
|
+
# @param BigDealId: 大订单ID
|
2841
|
+
# @type BigDealId: String
|
2850
2842
|
|
2851
|
-
attr_accessor :LogId, :Number, :Status, :CreatedOn, :Success, :Doing, :Failed
|
2843
|
+
attr_accessor :LogId, :Number, :Status, :CreatedOn, :Success, :Doing, :Failed, :PayStatus, :BigDealId
|
2852
2844
|
|
2853
|
-
def initialize(logid=nil, number=nil, status=nil, createdon=nil, success=nil, doing=nil, failed=nil)
|
2845
|
+
def initialize(logid=nil, number=nil, status=nil, createdon=nil, success=nil, doing=nil, failed=nil, paystatus=nil, bigdealid=nil)
|
2854
2846
|
@LogId = logid
|
2855
2847
|
@Number = number
|
2856
2848
|
@Status = status
|
@@ -2858,6 +2850,8 @@ module TencentCloud
|
|
2858
2850
|
@Success = success
|
2859
2851
|
@Doing = doing
|
2860
2852
|
@Failed = failed
|
2853
|
+
@PayStatus = paystatus
|
2854
|
+
@BigDealId = bigdealid
|
2861
2855
|
end
|
2862
2856
|
|
2863
2857
|
def deserialize(params)
|
@@ -2868,6 +2862,8 @@ module TencentCloud
|
|
2868
2862
|
@Success = params['Success']
|
2869
2863
|
@Doing = params['Doing']
|
2870
2864
|
@Failed = params['Failed']
|
2865
|
+
@PayStatus = params['PayStatus']
|
2866
|
+
@BigDealId = params['BigDealId']
|
2871
2867
|
end
|
2872
2868
|
end
|
2873
2869
|
|