tencentcloud-sdk-python 3.0.1338__py2.py3-none-any.whl → 3.0.1372__py2.py3-none-any.whl

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 (284) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/advisor/v20200721/models.py +0 -26
  3. tencentcloud/ams/v20201229/ams_client.py +17 -6
  4. tencentcloud/ams/v20201229/models.py +8 -6
  5. tencentcloud/antiddos/v20200309/antiddos_client.py +0 -50
  6. tencentcloud/antiddos/v20200309/models.py +44 -837
  7. tencentcloud/apm/v20210622/models.py +60 -60
  8. tencentcloud/autoscaling/v20180419/autoscaling_client.py +28 -1
  9. tencentcloud/autoscaling/v20180419/models.py +352 -210
  10. tencentcloud/batch/v20170312/batch_client.py +0 -46
  11. tencentcloud/batch/v20170312/errorcodes.py +0 -9
  12. tencentcloud/batch/v20170312/models.py +44 -1179
  13. tencentcloud/bh/v20230418/bh_client.py +253 -0
  14. tencentcloud/bh/v20230418/errorcodes.py +15 -0
  15. tencentcloud/bh/v20230418/models.py +3489 -1335
  16. tencentcloud/bi/v20220105/models.py +242 -2
  17. tencentcloud/billing/v20180709/billing_client.py +0 -23
  18. tencentcloud/billing/v20180709/models.py +34 -926
  19. tencentcloud/bpaas/v20181217/models.py +0 -54
  20. tencentcloud/cam/v20190116/errorcodes.py +3 -0
  21. tencentcloud/cam/v20190116/models.py +2 -86
  22. tencentcloud/captcha/v20190722/models.py +21 -54
  23. tencentcloud/cat/v20180409/cat_client.py +23 -0
  24. tencentcloud/cat/v20180409/models.py +509 -0
  25. tencentcloud/cbs/v20170312/cbs_client.py +1 -1
  26. tencentcloud/cbs/v20170312/models.py +75 -96
  27. tencentcloud/ccc/v20200210/ccc_client.py +184 -0
  28. tencentcloud/ccc/v20200210/errorcodes.py +12 -0
  29. tencentcloud/ccc/v20200210/models.py +2552 -1026
  30. tencentcloud/cdb/v20170320/cdb_client.py +27 -4
  31. tencentcloud/cdb/v20170320/models.py +180 -20
  32. tencentcloud/cdc/v20201214/cdc_client.py +46 -0
  33. tencentcloud/cdc/v20201214/errorcodes.py +18 -0
  34. tencentcloud/cdc/v20201214/models.py +202 -86
  35. tencentcloud/cdn/v20180606/cdn_client.py +70 -24
  36. tencentcloud/cdn/v20180606/models.py +19 -50
  37. tencentcloud/cdwch/v20200915/errorcodes.py +15 -0
  38. tencentcloud/cdwch/v20200915/models.py +242 -260
  39. tencentcloud/cdwdoris/v20211228/models.py +330 -0
  40. tencentcloud/cdwpg/v20201230/models.py +196 -516
  41. tencentcloud/cdz/v20221123/models.py +0 -12
  42. tencentcloud/cfg/v20210820/models.py +30 -198
  43. tencentcloud/cfs/v20190719/errorcodes.py +3 -0
  44. tencentcloud/cfs/v20190719/models.py +15 -0
  45. tencentcloud/cfw/v20190904/cfw_client.py +23 -0
  46. tencentcloud/cfw/v20190904/models.py +331 -4
  47. tencentcloud/chc/__init__.py +0 -0
  48. tencentcloud/chc/v20230418/__init__.py +0 -0
  49. tencentcloud/chc/v20230418/chc_client.py +877 -0
  50. tencentcloud/chc/v20230418/errorcodes.py +15 -0
  51. tencentcloud/chc/v20230418/models.py +10146 -0
  52. tencentcloud/chdfs/v20201112/models.py +2 -2
  53. tencentcloud/ckafka/v20190819/ckafka_client.py +46 -0
  54. tencentcloud/ckafka/v20190819/models.py +371 -1230
  55. tencentcloud/clb/v20180317/clb_client.py +3 -3
  56. tencentcloud/clb/v20180317/models.py +395 -406
  57. tencentcloud/cls/v20201016/cls_client.py +41 -18
  58. tencentcloud/cls/v20201016/models.py +256 -606
  59. tencentcloud/cme/v20191029/cme_client.py +0 -1
  60. tencentcloud/cme/v20191029/errorcodes.py +3 -0
  61. tencentcloud/cme/v20191029/models.py +10 -14
  62. tencentcloud/cmq/v20190304/models.py +0 -90
  63. tencentcloud/common/abstract_client.py +29 -24
  64. tencentcloud/common/abstract_model.py +5 -1
  65. tencentcloud/common/common_client.py +14 -15
  66. tencentcloud/common/credential.py +68 -65
  67. tencentcloud/common/exception/tencent_cloud_sdk_exception.py +1 -1
  68. tencentcloud/common/profile/client_profile.py +32 -30
  69. tencentcloud/common/profile/http_profile.py +20 -12
  70. tencentcloud/common/retry.py +18 -0
  71. tencentcloud/controlcenter/v20230110/models.py +0 -58
  72. tencentcloud/cvm/v20170312/cvm_client.py +42 -10
  73. tencentcloud/cvm/v20170312/errorcodes.py +25 -1
  74. tencentcloud/cvm/v20170312/models.py +835 -290
  75. tencentcloud/cwp/v20180228/cwp_client.py +1 -1
  76. tencentcloud/cwp/v20180228/models.py +362 -58
  77. tencentcloud/cynosdb/v20190107/cynosdb_client.py +69 -0
  78. tencentcloud/cynosdb/v20190107/models.py +451 -824
  79. tencentcloud/dbbrain/v20191016/dbbrain_client.py +23 -0
  80. tencentcloud/dbbrain/v20191016/models.py +605 -52
  81. tencentcloud/dbbrain/v20210527/dbbrain_client.py +322 -0
  82. tencentcloud/dbbrain/v20210527/models.py +6071 -2974
  83. tencentcloud/dbdc/v20201029/models.py +0 -16
  84. tencentcloud/dc/v20180410/models.py +25 -12
  85. tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
  86. tencentcloud/dcdb/v20180411/models.py +175 -114
  87. tencentcloud/dlc/v20210125/dlc_client.py +69 -0
  88. tencentcloud/dlc/v20210125/errorcodes.py +3 -0
  89. tencentcloud/dlc/v20210125/models.py +1217 -592
  90. tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
  91. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  92. tencentcloud/dnspod/v20210323/models.py +718 -110
  93. tencentcloud/domain/v20180808/domain_client.py +4 -2
  94. tencentcloud/domain/v20180808/errorcodes.py +3 -0
  95. tencentcloud/domain/v20180808/models.py +628 -324
  96. tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
  97. tencentcloud/dsgc/v20190723/models.py +53 -34
  98. tencentcloud/dts/v20180330/models.py +0 -10
  99. tencentcloud/dts/v20211206/models.py +118 -585
  100. tencentcloud/ecdn/v20191012/ecdn_client.py +24 -225
  101. tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
  102. tencentcloud/ecdn/v20191012/models.py +4 -1047
  103. tencentcloud/emr/v20190103/emr_client.py +47 -1
  104. tencentcloud/emr/v20190103/models.py +1174 -146
  105. tencentcloud/es/v20180416/errorcodes.py +3 -0
  106. tencentcloud/es/v20180416/models.py +74 -6
  107. tencentcloud/es/v20250101/__init__.py +0 -0
  108. tencentcloud/es/v20250101/errorcodes.py +45 -0
  109. tencentcloud/es/v20250101/es_client.py +251 -0
  110. tencentcloud/es/v20250101/models.py +2519 -0
  111. tencentcloud/ess/v20201111/ess_client.py +43 -5
  112. tencentcloud/ess/v20201111/models.py +854 -60
  113. tencentcloud/essbasic/v20210526/essbasic_client.py +35 -2
  114. tencentcloud/essbasic/v20210526/models.py +726 -43
  115. tencentcloud/facefusion/v20220927/models.py +4 -2
  116. tencentcloud/fmu/v20191213/errorcodes.py +3 -21
  117. tencentcloud/fmu/v20191213/fmu_client.py +0 -75
  118. tencentcloud/fmu/v20191213/models.py +4 -531
  119. tencentcloud/gaap/v20180529/gaap_client.py +1 -1
  120. tencentcloud/gaap/v20180529/models.py +2 -276
  121. tencentcloud/goosefs/v20220519/models.py +0 -2
  122. tencentcloud/gs/v20191118/errorcodes.py +36 -0
  123. tencentcloud/gs/v20191118/gs_client.py +1074 -12
  124. tencentcloud/gs/v20191118/models.py +6976 -492
  125. tencentcloud/gwlb/v20240906/errorcodes.py +3 -0
  126. tencentcloud/gwlb/v20240906/gwlb_client.py +5 -8
  127. tencentcloud/gwlb/v20240906/models.py +94 -84
  128. tencentcloud/hai/v20230812/errorcodes.py +7 -1
  129. tencentcloud/hai/v20230812/hai_client.py +23 -0
  130. tencentcloud/hai/v20230812/models.py +111 -136
  131. tencentcloud/hunyuan/v20230901/errorcodes.py +27 -0
  132. tencentcloud/hunyuan/v20230901/hunyuan_client.py +71 -0
  133. tencentcloud/hunyuan/v20230901/models.py +1089 -119
  134. tencentcloud/ims/v20201229/models.py +25 -4
  135. tencentcloud/ioa/v20220601/ioa_client.py +92 -0
  136. tencentcloud/ioa/v20220601/models.py +1136 -225
  137. tencentcloud/iotcloud/v20210408/models.py +2 -4
  138. tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
  139. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +234 -52
  140. tencentcloud/iotexplorer/v20190423/models.py +2906 -1063
  141. tencentcloud/iotvideo/v20191126/models.py +0 -4
  142. tencentcloud/iotvideo/v20201215/models.py +17 -0
  143. tencentcloud/iotvideo/v20211125/iotvideo_client.py +69 -0
  144. tencentcloud/iotvideo/v20211125/models.py +476 -0
  145. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +2 -2
  146. tencentcloud/iotvideoindustry/v20201201/models.py +30 -486
  147. tencentcloud/iss/v20230517/errorcodes.py +9 -0
  148. tencentcloud/iss/v20230517/iss_client.py +161 -0
  149. tencentcloud/iss/v20230517/models.py +1716 -743
  150. tencentcloud/kms/v20190118/models.py +101 -0
  151. tencentcloud/lcic/v20220817/errorcodes.py +2 -2
  152. tencentcloud/lcic/v20220817/lcic_client.py +47 -1
  153. tencentcloud/lcic/v20220817/models.py +357 -72
  154. tencentcloud/lighthouse/v20200324/errorcodes.py +12 -15
  155. tencentcloud/lighthouse/v20200324/lighthouse_client.py +39 -76
  156. tencentcloud/lighthouse/v20200324/models.py +237 -259
  157. tencentcloud/live/v20180801/models.py +61 -46
  158. tencentcloud/lke/v20231130/errorcodes.py +3 -0
  159. tencentcloud/lke/v20231130/lke_client.py +8 -29
  160. tencentcloud/lke/v20231130/models.py +561 -115
  161. tencentcloud/lkeap/v20240522/lkeap_client.py +33 -4
  162. tencentcloud/lkeap/v20240522/models.py +290 -18
  163. tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
  164. tencentcloud/lowcode/v20210108/models.py +0 -2
  165. tencentcloud/mariadb/v20170312/models.py +155 -140
  166. tencentcloud/memcached/v20190318/models.py +2 -2
  167. tencentcloud/mmps/v20200710/models.py +0 -66
  168. tencentcloud/mna/v20210119/errorcodes.py +0 -36
  169. tencentcloud/mna/v20210119/mna_client.py +0 -75
  170. tencentcloud/mna/v20210119/models.py +0 -1002
  171. tencentcloud/mongodb/v20190725/models.py +115 -6
  172. tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
  173. tencentcloud/monitor/v20180724/errorcodes.py +3 -0
  174. tencentcloud/monitor/v20180724/models.py +1055 -74
  175. tencentcloud/monitor/v20180724/monitor_client.py +94 -2
  176. tencentcloud/mps/v20190612/errorcodes.py +36 -0
  177. tencentcloud/mps/v20190612/models.py +4866 -448
  178. tencentcloud/mps/v20190612/mps_client.py +208 -0
  179. tencentcloud/mqtt/v20240516/errorcodes.py +15 -0
  180. tencentcloud/mqtt/v20240516/models.py +705 -372
  181. tencentcloud/mqtt/v20240516/mqtt_client.py +4 -4
  182. tencentcloud/oceanus/v20190422/models.py +14 -2
  183. tencentcloud/ocr/v20181119/errorcodes.py +0 -12
  184. tencentcloud/ocr/v20181119/models.py +311 -1042
  185. tencentcloud/ocr/v20181119/ocr_client.py +5 -102
  186. tencentcloud/organization/v20210331/errorcodes.py +3 -0
  187. tencentcloud/organization/v20210331/models.py +45 -82
  188. tencentcloud/partners/v20180321/models.py +169 -0
  189. tencentcloud/partners/v20180321/partners_client.py +23 -0
  190. tencentcloud/postgres/v20170312/models.py +36 -328
  191. tencentcloud/postgres/v20170312/postgres_client.py +15 -5
  192. tencentcloud/privatedns/v20201028/models.py +36 -28
  193. tencentcloud/rce/v20201103/models.py +0 -15
  194. tencentcloud/redis/v20180412/models.py +233 -18
  195. tencentcloud/redis/v20180412/redis_client.py +23 -0
  196. tencentcloud/rum/v20210622/models.py +0 -2
  197. tencentcloud/ses/v20201002/models.py +32 -4
  198. tencentcloud/smop/v20201203/smop_client.py +3 -1
  199. tencentcloud/soe/v20180724/models.py +4 -2
  200. tencentcloud/sqlserver/v20180328/models.py +75 -0
  201. tencentcloud/ssl/v20191205/models.py +7 -319
  202. tencentcloud/ssm/v20190923/models.py +45 -0
  203. tencentcloud/sts/v20180813/errorcodes.py +9 -0
  204. tencentcloud/sts/v20180813/models.py +171 -0
  205. tencentcloud/sts/v20180813/sts_client.py +23 -0
  206. tencentcloud/svp/v20240125/errorcodes.py +3 -0
  207. tencentcloud/svp/v20240125/models.py +506 -44
  208. tencentcloud/svp/v20240125/svp_client.py +23 -0
  209. tencentcloud/tan/v20220420/tan_client.py +3 -1
  210. tencentcloud/tat/v20201028/errorcodes.py +12 -0
  211. tencentcloud/tat/v20201028/models.py +138 -42
  212. tencentcloud/tbaas/v20180416/models.py +0 -58
  213. tencentcloud/tcb/v20180608/errorcodes.py +3 -0
  214. tencentcloud/tcb/v20180608/models.py +189 -582
  215. tencentcloud/tcb/v20180608/tcb_client.py +23 -23
  216. tencentcloud/tcbr/v20220217/models.py +45 -0
  217. tencentcloud/tchd/v20230306/models.py +166 -0
  218. tencentcloud/tchd/v20230306/tchd_client.py +24 -0
  219. tencentcloud/tcr/v20190924/models.py +44 -174
  220. tencentcloud/tcss/v20201101/models.py +1458 -2066
  221. tencentcloud/tcss/v20201101/tcss_client.py +92 -125
  222. tencentcloud/tdid/v20210519/models.py +0 -10
  223. tencentcloud/tdmq/v20200217/models.py +405 -575
  224. tencentcloud/tdmq/v20200217/tdmq_client.py +12 -54
  225. tencentcloud/tds/v20220801/models.py +441 -0
  226. tencentcloud/tds/v20220801/tds_client.py +23 -0
  227. tencentcloud/tem/v20210701/models.py +0 -498
  228. tencentcloud/teo/v20220106/teo_client.py +6 -2
  229. tencentcloud/teo/v20220901/errorcodes.py +9 -0
  230. tencentcloud/teo/v20220901/models.py +1828 -472
  231. tencentcloud/teo/v20220901/teo_client.py +54 -4
  232. tencentcloud/thpc/v20211109/models.py +0 -6
  233. tencentcloud/thpc/v20220401/models.py +0 -14
  234. tencentcloud/thpc/v20230321/models.py +64 -52
  235. tencentcloud/tione/v20211111/errorcodes.py +114 -0
  236. tencentcloud/tione/v20211111/models.py +2288 -160
  237. tencentcloud/tione/v20211111/tione_client.py +138 -0
  238. tencentcloud/tiw/v20190919/errorcodes.py +3 -24
  239. tencentcloud/tiw/v20190919/models.py +3657 -8172
  240. tencentcloud/tiw/v20190919/tiw_client.py +1 -580
  241. tencentcloud/tke/v20180525/models.py +705 -721
  242. tencentcloud/tke/v20180525/tke_client.py +23 -0
  243. tencentcloud/tke/v20220501/models.py +0 -34
  244. tencentcloud/trocket/v20230308/models.py +1630 -160
  245. tencentcloud/trocket/v20230308/trocket_client.py +238 -0
  246. tencentcloud/trro/v20220325/models.py +1132 -44
  247. tencentcloud/trro/v20220325/trro_client.py +142 -0
  248. tencentcloud/trtc/v20190722/models.py +94 -90
  249. tencentcloud/trtc/v20190722/trtc_client.py +4 -0
  250. tencentcloud/tse/v20201207/models.py +90 -1010
  251. tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  252. tencentcloud/tsf/v20180326/models.py +350 -582
  253. tencentcloud/tsf/v20180326/tsf_client.py +26 -1
  254. tencentcloud/tts/v20190823/models.py +15 -15
  255. tencentcloud/tts/v20190823/tts_client.py +6 -5
  256. tencentcloud/vclm/v20240523/models.py +2 -2
  257. tencentcloud/vcube/v20220410/models.py +66 -158
  258. tencentcloud/vcube/v20220410/vcube_client.py +2 -2
  259. tencentcloud/vdb/v20230616/models.py +1487 -29
  260. tencentcloud/vdb/v20230616/vdb_client.py +185 -1
  261. tencentcloud/vm/v20210922/models.py +2 -2
  262. tencentcloud/vm/v20210922/vm_client.py +16 -8
  263. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  264. tencentcloud/vod/v20180717/models.py +106 -417
  265. tencentcloud/vod/v20180717/vod_client.py +2 -1
  266. tencentcloud/vod/v20240718/errorcodes.py +33 -0
  267. tencentcloud/vod/v20240718/models.py +1839 -0
  268. tencentcloud/vod/v20240718/vod_client.py +146 -0
  269. tencentcloud/vpc/v20170312/errorcodes.py +12 -0
  270. tencentcloud/vpc/v20170312/models.py +2052 -519
  271. tencentcloud/vpc/v20170312/vpc_client.py +229 -11
  272. tencentcloud/vrs/v20200824/models.py +49 -0
  273. tencentcloud/waf/v20180125/errorcodes.py +9 -0
  274. tencentcloud/waf/v20180125/models.py +4191 -0
  275. tencentcloud/waf/v20180125/waf_client.py +276 -0
  276. tencentcloud/wedata/v20210820/models.py +5404 -394
  277. tencentcloud/wedata/v20210820/wedata_client.py +161 -0
  278. tencentcloud/weilingwith/v20230427/models.py +0 -964
  279. tencentcloud/weilingwith/v20230427/weilingwith_client.py +3 -1
  280. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/METADATA +1 -1
  281. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/RECORD +284 -275
  282. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/LICENSE +0 -0
  283. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/WHEEL +0 -0
  284. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/top_level.txt +0 -0
@@ -26,16 +26,12 @@ class AuctionInfo(AbstractModel):
26
26
  def __init__(self):
27
27
  r"""
28
28
  :param _Bidder: 竞拍人
29
- 注意:此字段可能返回 null,表示取不到有效值。
30
29
  :type Bidder: str
31
30
  :param _AuctionTime: 竞拍时间
32
- 注意:此字段可能返回 null,表示取不到有效值。
33
31
  :type AuctionTime: str
34
- :param _AuctionPrice: 竞拍价格
35
- 注意:此字段可能返回 null,表示取不到有效值。
32
+ :param _AuctionPrice: 竞拍价格 单位元
36
33
  :type AuctionPrice: float
37
34
  :param _Status: 状态 up: 领先 down: 落后
38
- 注意:此字段可能返回 null,表示取不到有效值。
39
35
  :type Status: str
40
36
  """
41
37
  self._Bidder = None
@@ -46,7 +42,6 @@ class AuctionInfo(AbstractModel):
46
42
  @property
47
43
  def Bidder(self):
48
44
  """竞拍人
49
- 注意:此字段可能返回 null,表示取不到有效值。
50
45
  :rtype: str
51
46
  """
52
47
  return self._Bidder
@@ -58,7 +53,6 @@ class AuctionInfo(AbstractModel):
58
53
  @property
59
54
  def AuctionTime(self):
60
55
  """竞拍时间
61
- 注意:此字段可能返回 null,表示取不到有效值。
62
56
  :rtype: str
63
57
  """
64
58
  return self._AuctionTime
@@ -69,8 +63,7 @@ class AuctionInfo(AbstractModel):
69
63
 
70
64
  @property
71
65
  def AuctionPrice(self):
72
- """竞拍价格
73
- 注意:此字段可能返回 null,表示取不到有效值。
66
+ """竞拍价格 单位元
74
67
  :rtype: float
75
68
  """
76
69
  return self._AuctionPrice
@@ -82,7 +75,6 @@ class AuctionInfo(AbstractModel):
82
75
  @property
83
76
  def Status(self):
84
77
  """状态 up: 领先 down: 落后
85
- 注意:此字段可能返回 null,表示取不到有效值。
86
78
  :rtype: str
87
79
  """
88
80
  return self._Status
@@ -116,7 +108,8 @@ class BatchModifyDomainInfoRequest(AbstractModel):
116
108
  r"""
117
109
  :param _Domains: 批量修改的域名。
118
110
  :type Domains: list of str
119
- :param _TemplateId: 模板ID(可从模板列表接口获取)
111
+ :param _TemplateId: 模板ID
112
+ 可从DescribeTemplates接口获取
120
113
  :type TemplateId: str
121
114
  :param _LockTransfer: true: 开启60天内禁止转移注册商锁定
122
115
  false:关闭60天内禁止转移注册商锁定
@@ -140,7 +133,8 @@ false:关闭60天内禁止转移注册商锁定
140
133
 
141
134
  @property
142
135
  def TemplateId(self):
143
- """模板ID(可从模板列表接口获取)
136
+ """模板ID
137
+ 可从DescribeTemplates接口获取
144
138
  :rtype: str
145
139
  """
146
140
  return self._TemplateId
@@ -232,6 +226,16 @@ class BatchStatus(AbstractModel):
232
226
  :param _Status: 批量任务状态 doing:进行中 success:成功 failed:失败 partial_success:部分成功
233
227
  :type Status: str
234
228
  :param _BatchAction: 批量任务类型
229
+ new:注册域名
230
+ renew:续费域名
231
+ batch_transfer_prohibition_on:开启禁止转移锁
232
+ batch_transfer_prohibition_off:关闭禁止转移锁
233
+ batch_update_prohibition_on:开启禁止更新锁
234
+ batch_update_prohibition_off:关闭禁止更新锁
235
+ batch_modify_owner:域名转移
236
+ batch_modify_domain_info:域名信息修改
237
+ batch_transfer_in:域名转入
238
+ batch_cancel_transfer_out:域名取消转出
235
239
  :type BatchAction: str
236
240
  """
237
241
  self._LogId = None
@@ -263,6 +267,16 @@ class BatchStatus(AbstractModel):
263
267
  @property
264
268
  def BatchAction(self):
265
269
  """批量任务类型
270
+ new:注册域名
271
+ renew:续费域名
272
+ batch_transfer_prohibition_on:开启禁止转移锁
273
+ batch_transfer_prohibition_off:关闭禁止转移锁
274
+ batch_update_prohibition_on:开启禁止更新锁
275
+ batch_update_prohibition_off:关闭禁止更新锁
276
+ batch_modify_owner:域名转移
277
+ batch_modify_domain_info:域名信息修改
278
+ batch_transfer_in:域名转入
279
+ batch_cancel_transfer_out:域名取消转出
266
280
  :rtype: str
267
281
  """
268
282
  return self._BatchAction
@@ -293,14 +307,16 @@ class BidDetailPageRequest(AbstractModel):
293
307
 
294
308
  def __init__(self):
295
309
  r"""
296
- :param _BusinessId: 业务ID
310
+ :param _BusinessId: 预约ID
311
+ 可通过DescribeBiddingList接口获取
297
312
  :type BusinessId: str
298
313
  """
299
314
  self._BusinessId = None
300
315
 
301
316
  @property
302
317
  def BusinessId(self):
303
- """业务ID
318
+ """预约ID
319
+ 可通过DescribeBiddingList接口获取
304
320
  :rtype: str
305
321
  """
306
322
  return self._BusinessId
@@ -330,22 +346,17 @@ class BidDetailPageResponse(AbstractModel):
330
346
  def __init__(self):
331
347
  r"""
332
348
  :param _Domain: 域名
333
- 注意:此字段可能返回 null,表示取不到有效值。
334
349
  :type Domain: str
335
- :param _CurrentPrice: 当前域名价格
336
- 注意:此字段可能返回 null,表示取不到有效值。
350
+ :param _CurrentPrice: 当前域名价格 单位元
337
351
  :type CurrentPrice: float
338
- :param _BidPrice: 用户上次出价
339
- 注意:此字段可能返回 null,表示取不到有效值。
352
+ :param _BidPrice: 用户上次出价 单位元
340
353
  :type BidPrice: float
341
- :param _CurrentPriceScope: 当前加价幅度
342
- 注意:此字段可能返回 null,表示取不到有效值。
354
+ :param _CurrentPriceScope: 当前加价幅度 单位元
343
355
  :type CurrentPriceScope: float
344
356
  :param _PriceScope: 加价幅度区间配置
345
357
  注意:此字段可能返回 null,表示取不到有效值。
346
358
  :type PriceScope: list of PriceScopeConf
347
- :param _DepositPrice: 用户当前已经支付了的保证金
348
- 注意:此字段可能返回 null,表示取不到有效值。
359
+ :param _DepositPrice: 用户当前已经支付了的保证金 单位元
349
360
  :type DepositPrice: float
350
361
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
351
362
  :type RequestId: str
@@ -361,7 +372,6 @@ class BidDetailPageResponse(AbstractModel):
361
372
  @property
362
373
  def Domain(self):
363
374
  """域名
364
- 注意:此字段可能返回 null,表示取不到有效值。
365
375
  :rtype: str
366
376
  """
367
377
  return self._Domain
@@ -372,8 +382,7 @@ class BidDetailPageResponse(AbstractModel):
372
382
 
373
383
  @property
374
384
  def CurrentPrice(self):
375
- """当前域名价格
376
- 注意:此字段可能返回 null,表示取不到有效值。
385
+ """当前域名价格 单位元
377
386
  :rtype: float
378
387
  """
379
388
  return self._CurrentPrice
@@ -384,8 +393,7 @@ class BidDetailPageResponse(AbstractModel):
384
393
 
385
394
  @property
386
395
  def BidPrice(self):
387
- """用户上次出价
388
- 注意:此字段可能返回 null,表示取不到有效值。
396
+ """用户上次出价 单位元
389
397
  :rtype: float
390
398
  """
391
399
  return self._BidPrice
@@ -396,8 +404,7 @@ class BidDetailPageResponse(AbstractModel):
396
404
 
397
405
  @property
398
406
  def CurrentPriceScope(self):
399
- """当前加价幅度
400
- 注意:此字段可能返回 null,表示取不到有效值。
407
+ """当前加价幅度 单位元
401
408
  :rtype: float
402
409
  """
403
410
  return self._CurrentPriceScope
@@ -420,8 +427,7 @@ class BidDetailPageResponse(AbstractModel):
420
427
 
421
428
  @property
422
429
  def DepositPrice(self):
423
- """用户当前已经支付了的保证金
424
- 注意:此字段可能返回 null,表示取不到有效值。
430
+ """用户当前已经支付了的保证金 单位元
425
431
  :rtype: float
426
432
  """
427
433
  return self._DepositPrice
@@ -543,26 +549,19 @@ class BiddingAppointResult(AbstractModel):
543
549
 
544
550
  def __init__(self):
545
551
  r"""
546
- :param _BusinessID: business_id
547
- 注意:此字段可能返回 null,表示取不到有效值。
552
+ :param _BusinessID: 预约ID
548
553
  :type BusinessID: str
549
554
  :param _Domain: 域名
550
- 注意:此字段可能返回 null,表示取不到有效值。
551
555
  :type Domain: str
552
- :param _AppointPrice: 预定价格
553
- 注意:此字段可能返回 null,表示取不到有效值。
556
+ :param _AppointPrice: 预定价格 单位元
554
557
  :type AppointPrice: int
555
- :param _AppointBondPrice: 预约保证金
556
- 注意:此字段可能返回 null,表示取不到有效值。
558
+ :param _AppointBondPrice: 预约保证金 单位元
557
559
  :type AppointBondPrice: int
558
560
  :param _AppointEndTime: 预约结束时间
559
- 注意:此字段可能返回 null,表示取不到有效值。
560
561
  :type AppointEndTime: str
561
562
  :param _AppointNum: 预约人数
562
- 注意:此字段可能返回 null,表示取不到有效值。
563
563
  :type AppointNum: int
564
564
  :param _Status: 1 已预约,2 竞价中,3 等待出价 4 竞价失败 5 等待支付 6 等待转移,7 转移中 8 交易成功 9 预约持有者赎回 10 竞价持有者赎回 11 其他阶段持有者赎回 12 违约
565
- 注意:此字段可能返回 null,表示取不到有效值。
566
565
  :type Status: int
567
566
  """
568
567
  self._BusinessID = None
@@ -575,8 +574,7 @@ class BiddingAppointResult(AbstractModel):
575
574
 
576
575
  @property
577
576
  def BusinessID(self):
578
- """business_id
579
- 注意:此字段可能返回 null,表示取不到有效值。
577
+ """预约ID
580
578
  :rtype: str
581
579
  """
582
580
  return self._BusinessID
@@ -588,7 +586,6 @@ class BiddingAppointResult(AbstractModel):
588
586
  @property
589
587
  def Domain(self):
590
588
  """域名
591
- 注意:此字段可能返回 null,表示取不到有效值。
592
589
  :rtype: str
593
590
  """
594
591
  return self._Domain
@@ -599,8 +596,7 @@ class BiddingAppointResult(AbstractModel):
599
596
 
600
597
  @property
601
598
  def AppointPrice(self):
602
- """预定价格
603
- 注意:此字段可能返回 null,表示取不到有效值。
599
+ """预定价格 单位元
604
600
  :rtype: int
605
601
  """
606
602
  return self._AppointPrice
@@ -611,8 +607,7 @@ class BiddingAppointResult(AbstractModel):
611
607
 
612
608
  @property
613
609
  def AppointBondPrice(self):
614
- """预约保证金
615
- 注意:此字段可能返回 null,表示取不到有效值。
610
+ """预约保证金 单位元
616
611
  :rtype: int
617
612
  """
618
613
  return self._AppointBondPrice
@@ -624,7 +619,6 @@ class BiddingAppointResult(AbstractModel):
624
619
  @property
625
620
  def AppointEndTime(self):
626
621
  """预约结束时间
627
- 注意:此字段可能返回 null,表示取不到有效值。
628
622
  :rtype: str
629
623
  """
630
624
  return self._AppointEndTime
@@ -636,7 +630,6 @@ class BiddingAppointResult(AbstractModel):
636
630
  @property
637
631
  def AppointNum(self):
638
632
  """预约人数
639
- 注意:此字段可能返回 null,表示取不到有效值。
640
633
  :rtype: int
641
634
  """
642
635
  return self._AppointNum
@@ -648,7 +641,6 @@ class BiddingAppointResult(AbstractModel):
648
641
  @property
649
642
  def Status(self):
650
643
  """1 已预约,2 竞价中,3 等待出价 4 竞价失败 5 等待支付 6 等待转移,7 转移中 8 交易成功 9 预约持有者赎回 10 竞价持有者赎回 11 其他阶段持有者赎回 12 违约
651
- 注意:此字段可能返回 null,表示取不到有效值。
652
644
  :rtype: int
653
645
  """
654
646
  return self._Status
@@ -684,8 +676,9 @@ class BiddingPreReleaseRequest(AbstractModel):
684
676
  def __init__(self):
685
677
  r"""
686
678
  :param _BusinessId: 业务ID
679
+ 可通过DescribeBiddingList接口获取
687
680
  :type BusinessId: str
688
- :param _Price: 价格
681
+ :param _Price: 价格 单位元
689
682
  :type Price: float
690
683
  """
691
684
  self._BusinessId = None
@@ -694,6 +687,7 @@ class BiddingPreReleaseRequest(AbstractModel):
694
687
  @property
695
688
  def BusinessId(self):
696
689
  """业务ID
690
+ 可通过DescribeBiddingList接口获取
697
691
  :rtype: str
698
692
  """
699
693
  return self._BusinessId
@@ -704,7 +698,7 @@ class BiddingPreReleaseRequest(AbstractModel):
704
698
 
705
699
  @property
706
700
  def Price(self):
707
- """价格
701
+ """价格 单位元
708
702
  :rtype: float
709
703
  """
710
704
  return self._Price
@@ -736,7 +730,7 @@ class BiddingPreReleaseResponse(AbstractModel):
736
730
  r"""
737
731
  :param _IsNeedPay: 是否需要额外支付
738
732
  :type IsNeedPay: bool
739
- :param _BillingParam: 计费请求参数,以Json字符串的形式进行返回。
733
+ :param _BillingParam: 计费请求参数,以类Json字符串的形式进行返回。用于计费下单
740
734
  :type BillingParam: str
741
735
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
742
736
  :type RequestId: str
@@ -758,7 +752,7 @@ class BiddingPreReleaseResponse(AbstractModel):
758
752
 
759
753
  @property
760
754
  def BillingParam(self):
761
- """计费请求参数,以Json字符串的形式进行返回。
755
+ """计费请求参数,以类Json字符串的形式进行返回。用于计费下单
762
756
  :rtype: str
763
757
  """
764
758
  return self._BillingParam
@@ -792,35 +786,25 @@ class BiddingResult(AbstractModel):
792
786
 
793
787
  def __init__(self):
794
788
  r"""
795
- :param _BusinessID: business_id
796
- 注意:此字段可能返回 null,表示取不到有效值。
789
+ :param _BusinessID: 预约ID
797
790
  :type BusinessID: str
798
791
  :param _Domain: 域名
799
- 注意:此字段可能返回 null,表示取不到有效值。
800
792
  :type Domain: str
801
- :param _CurrentPrice: 当前价格
802
- 注意:此字段可能返回 null,表示取不到有效值。
793
+ :param _CurrentPrice: 当前价格 单位元
803
794
  :type CurrentPrice: int
804
795
  :param _CurrentNickname: 当前用户昵称
805
- 注意:此字段可能返回 null,表示取不到有效值。
806
796
  :type CurrentNickname: str
807
- :param _BiddingPrice: 我的出价
808
- 注意:此字段可能返回 null,表示取不到有效值。
797
+ :param _BiddingPrice: 我的出价 单位元
809
798
  :type BiddingPrice: int
810
- :param _BiddingBondPrice: 竞价保证金
811
- 注意:此字段可能返回 null,表示取不到有效值。
799
+ :param _BiddingBondPrice: 竞价保证金 单位元
812
800
  :type BiddingBondPrice: int
813
801
  :param _BiddingEndTime: 竞价结束时间
814
- 注意:此字段可能返回 null,表示取不到有效值。
815
802
  :type BiddingEndTime: str
816
803
  :param _BiddingFlag: 竞价标识,1 领先,2 落后
817
- 注意:此字段可能返回 null,表示取不到有效值。
818
804
  :type BiddingFlag: int
819
805
  :param _BiddingNum: 出价次数
820
- 注意:此字段可能返回 null,表示取不到有效值。
821
806
  :type BiddingNum: int
822
807
  :param _Status: 2 竞价中 3 等待出价 4 竞价失败 10 竞价持有者赎回
823
- 注意:此字段可能返回 null,表示取不到有效值。
824
808
  :type Status: int
825
809
  """
826
810
  self._BusinessID = None
@@ -836,8 +820,7 @@ class BiddingResult(AbstractModel):
836
820
 
837
821
  @property
838
822
  def BusinessID(self):
839
- """business_id
840
- 注意:此字段可能返回 null,表示取不到有效值。
823
+ """预约ID
841
824
  :rtype: str
842
825
  """
843
826
  return self._BusinessID
@@ -849,7 +832,6 @@ class BiddingResult(AbstractModel):
849
832
  @property
850
833
  def Domain(self):
851
834
  """域名
852
- 注意:此字段可能返回 null,表示取不到有效值。
853
835
  :rtype: str
854
836
  """
855
837
  return self._Domain
@@ -860,8 +842,7 @@ class BiddingResult(AbstractModel):
860
842
 
861
843
  @property
862
844
  def CurrentPrice(self):
863
- """当前价格
864
- 注意:此字段可能返回 null,表示取不到有效值。
845
+ """当前价格 单位元
865
846
  :rtype: int
866
847
  """
867
848
  return self._CurrentPrice
@@ -873,7 +854,6 @@ class BiddingResult(AbstractModel):
873
854
  @property
874
855
  def CurrentNickname(self):
875
856
  """当前用户昵称
876
- 注意:此字段可能返回 null,表示取不到有效值。
877
857
  :rtype: str
878
858
  """
879
859
  return self._CurrentNickname
@@ -884,8 +864,7 @@ class BiddingResult(AbstractModel):
884
864
 
885
865
  @property
886
866
  def BiddingPrice(self):
887
- """我的出价
888
- 注意:此字段可能返回 null,表示取不到有效值。
867
+ """我的出价 单位元
889
868
  :rtype: int
890
869
  """
891
870
  return self._BiddingPrice
@@ -896,8 +875,7 @@ class BiddingResult(AbstractModel):
896
875
 
897
876
  @property
898
877
  def BiddingBondPrice(self):
899
- """竞价保证金
900
- 注意:此字段可能返回 null,表示取不到有效值。
878
+ """竞价保证金 单位元
901
879
  :rtype: int
902
880
  """
903
881
  return self._BiddingBondPrice
@@ -909,7 +887,6 @@ class BiddingResult(AbstractModel):
909
887
  @property
910
888
  def BiddingEndTime(self):
911
889
  """竞价结束时间
912
- 注意:此字段可能返回 null,表示取不到有效值。
913
890
  :rtype: str
914
891
  """
915
892
  return self._BiddingEndTime
@@ -921,7 +898,6 @@ class BiddingResult(AbstractModel):
921
898
  @property
922
899
  def BiddingFlag(self):
923
900
  """竞价标识,1 领先,2 落后
924
- 注意:此字段可能返回 null,表示取不到有效值。
925
901
  :rtype: int
926
902
  """
927
903
  return self._BiddingFlag
@@ -933,7 +909,6 @@ class BiddingResult(AbstractModel):
933
909
  @property
934
910
  def BiddingNum(self):
935
911
  """出价次数
936
- 注意:此字段可能返回 null,表示取不到有效值。
937
912
  :rtype: int
938
913
  """
939
914
  return self._BiddingNum
@@ -945,7 +920,6 @@ class BiddingResult(AbstractModel):
945
920
  @property
946
921
  def Status(self):
947
922
  """2 竞价中 3 等待出价 4 竞价失败 10 竞价持有者赎回
948
- 注意:此字段可能返回 null,表示取不到有效值。
949
923
  :rtype: int
950
924
  """
951
925
  return self._Status
@@ -984,7 +958,6 @@ class BiddingSuccessfulResult(AbstractModel):
984
958
  def __init__(self):
985
959
  r"""
986
960
  :param _PayEndTime: 支付结束时间
987
- 注意:此字段可能返回 null,表示取不到有效值。
988
961
  :type PayEndTime: str
989
962
  """
990
963
  self._PayEndTime = None
@@ -992,7 +965,6 @@ class BiddingSuccessfulResult(AbstractModel):
992
965
  @property
993
966
  def PayEndTime(self):
994
967
  """支付结束时间
995
- 注意:此字段可能返回 null,表示取不到有效值。
996
968
  :rtype: str
997
969
  """
998
970
  return self._PayEndTime
@@ -1056,10 +1028,8 @@ GZJGZY: 公证机构执业证。
1056
1028
  :param _ImgUrl: 证件照片地址。
1057
1029
  :type ImgUrl: str
1058
1030
  :param _OriginImgUrl: 原始照片地址
1059
- 注意:此字段可能返回 null,表示取不到有效值。
1060
1031
  :type OriginImgUrl: str
1061
1032
  :param _RegistrantCertificateCode: 联系人证件号码。
1062
- 注意:此字段可能返回 null,表示取不到有效值。
1063
1033
  :type RegistrantCertificateCode: str
1064
1034
  :param _RegistrantCertificateType: 联系人证件类型。
1065
1035
  SFZ: 身份证。
@@ -1090,10 +1060,8 @@ GAJZZ: 中国港澳居住证。
1090
1060
  TWJZZ: 中国台湾居住证。
1091
1061
  QTTYDM: 其他-统一社会信用代码证书。
1092
1062
  GZJGZY: 公证机构执业证。
1093
- 注意:此字段可能返回 null,表示取不到有效值。
1094
1063
  :type RegistrantCertificateType: str
1095
1064
  :param _RegistrantImgUrl: 联系人证件照片地址。
1096
- 注意:此字段可能返回 null,表示取不到有效值。
1097
1065
  :type RegistrantImgUrl: str
1098
1066
  """
1099
1067
  self._CertificateCode = None
@@ -1168,7 +1136,6 @@ GZJGZY: 公证机构执业证。
1168
1136
  @property
1169
1137
  def OriginImgUrl(self):
1170
1138
  """原始照片地址
1171
- 注意:此字段可能返回 null,表示取不到有效值。
1172
1139
  :rtype: str
1173
1140
  """
1174
1141
  return self._OriginImgUrl
@@ -1180,7 +1147,6 @@ GZJGZY: 公证机构执业证。
1180
1147
  @property
1181
1148
  def RegistrantCertificateCode(self):
1182
1149
  """联系人证件号码。
1183
- 注意:此字段可能返回 null,表示取不到有效值。
1184
1150
  :rtype: str
1185
1151
  """
1186
1152
  return self._RegistrantCertificateCode
@@ -1220,7 +1186,6 @@ GAJZZ: 中国港澳居住证。
1220
1186
  TWJZZ: 中国台湾居住证。
1221
1187
  QTTYDM: 其他-统一社会信用代码证书。
1222
1188
  GZJGZY: 公证机构执业证。
1223
- 注意:此字段可能返回 null,表示取不到有效值。
1224
1189
  :rtype: str
1225
1190
  """
1226
1191
  return self._RegistrantCertificateType
@@ -1232,7 +1197,6 @@ GZJGZY: 公证机构执业证。
1232
1197
  @property
1233
1198
  def RegistrantImgUrl(self):
1234
1199
  """联系人证件照片地址。
1235
- 注意:此字段可能返回 null,表示取不到有效值。
1236
1200
  :rtype: str
1237
1201
  """
1238
1202
  return self._RegistrantImgUrl
@@ -1268,6 +1232,15 @@ class CheckBatchStatusRequest(AbstractModel):
1268
1232
  def __init__(self):
1269
1233
  r"""
1270
1234
  :param _LogIds: 操作日志 ID数组,最多 200 个
1235
+ 可通过任意批量操作接口获取,例如:
1236
+ BatchModifyDomainInfo
1237
+ ModifyDomainDNSBatch
1238
+ ModifyDomainOwnerBatch
1239
+ UpdateProhibitionBatch
1240
+ TransferProhibitionBatch
1241
+ TransferInDomainBatch
1242
+ TransferInDomainBatchBuy
1243
+ CancelTransferOutInBatch
1271
1244
  :type LogIds: list of int non-negative
1272
1245
  """
1273
1246
  self._LogIds = None
@@ -1275,6 +1248,15 @@ class CheckBatchStatusRequest(AbstractModel):
1275
1248
  @property
1276
1249
  def LogIds(self):
1277
1250
  """操作日志 ID数组,最多 200 个
1251
+ 可通过任意批量操作接口获取,例如:
1252
+ BatchModifyDomainInfo
1253
+ ModifyDomainDNSBatch
1254
+ ModifyDomainOwnerBatch
1255
+ UpdateProhibitionBatch
1256
+ TransferProhibitionBatch
1257
+ TransferInDomainBatch
1258
+ TransferInDomainBatchBuy
1259
+ CancelTransferOutInBatch
1278
1260
  :rtype: list of int non-negative
1279
1261
  """
1280
1262
  return self._LogIds
@@ -1895,10 +1877,13 @@ class CreateCustomDnsHostRequest(AbstractModel):
1895
1877
  def __init__(self):
1896
1878
  r"""
1897
1879
  :param _DomainId: 域名实例ID
1880
+ 可通过DescribeDomainLIst接口获取
1898
1881
  :type DomainId: str
1899
1882
  :param _DnsName: Dns名称
1883
+ 例如:<>.test.com;其中<>就是Dns名称,可以是任意域名允许的格式
1900
1884
  :type DnsName: str
1901
1885
  :param _IpSet: IP地址列表
1886
+ 可选择:正常IP地址范围
1902
1887
  :type IpSet: list of str
1903
1888
  """
1904
1889
  self._DomainId = None
@@ -1908,6 +1893,7 @@ class CreateCustomDnsHostRequest(AbstractModel):
1908
1893
  @property
1909
1894
  def DomainId(self):
1910
1895
  """域名实例ID
1896
+ 可通过DescribeDomainLIst接口获取
1911
1897
  :rtype: str
1912
1898
  """
1913
1899
  return self._DomainId
@@ -1919,6 +1905,7 @@ class CreateCustomDnsHostRequest(AbstractModel):
1919
1905
  @property
1920
1906
  def DnsName(self):
1921
1907
  """Dns名称
1908
+ 例如:<>.test.com;其中<>就是Dns名称,可以是任意域名允许的格式
1922
1909
  :rtype: str
1923
1910
  """
1924
1911
  return self._DnsName
@@ -1930,6 +1917,7 @@ class CreateCustomDnsHostRequest(AbstractModel):
1930
1917
  @property
1931
1918
  def IpSet(self):
1932
1919
  """IP地址列表
1920
+ 可选择:正常IP地址范围
1933
1921
  :rtype: list of str
1934
1922
  """
1935
1923
  return self._IpSet
@@ -2194,7 +2182,6 @@ class CreateDomainBatchResponse(AbstractModel):
2194
2182
  def __init__(self):
2195
2183
  r"""
2196
2184
  :param _LogId: 批量日志ID
2197
- 注意:此字段可能返回 null,表示取不到有效值。
2198
2185
  :type LogId: int
2199
2186
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2200
2187
  :type RequestId: str
@@ -2205,7 +2192,6 @@ class CreateDomainBatchResponse(AbstractModel):
2205
2192
  @property
2206
2193
  def LogId(self):
2207
2194
  """批量日志ID
2208
- 注意:此字段可能返回 null,表示取不到有效值。
2209
2195
  :rtype: int
2210
2196
  """
2211
2197
  return self._LogId
@@ -2238,14 +2224,16 @@ class CreateDomainRedemptionRequest(AbstractModel):
2238
2224
 
2239
2225
  def __init__(self):
2240
2226
  r"""
2241
- :param _DomainId: 域名 ID
2227
+ :param _DomainId: 域名ID
2228
+ 可通过DescribeDomainList接口获取
2242
2229
  :type DomainId: str
2243
2230
  """
2244
2231
  self._DomainId = None
2245
2232
 
2246
2233
  @property
2247
2234
  def DomainId(self):
2248
- """域名 ID
2235
+ """域名ID
2236
+ 可通过DescribeDomainList接口获取
2249
2237
  :rtype: str
2250
2238
  """
2251
2239
  return self._DomainId
@@ -2306,7 +2294,8 @@ class CreatePhoneEmailRequest(AbstractModel):
2306
2294
  :type Code: str
2307
2295
  :param _Type: 1:手机 2:邮箱
2308
2296
  :type Type: int
2309
- :param _VerifyCode: 验证码(通过SendPhoneEmailCode发送到手机或邮箱的验证码)
2297
+ :param _VerifyCode: 验证码
2298
+ 通过调用SendPhoneEmailCode接口发送到手机或邮箱的验证码:https://cloud.tencent.com/document/api/242/62666
2310
2299
  :type VerifyCode: str
2311
2300
  """
2312
2301
  self._Code = None
@@ -2337,7 +2326,8 @@ class CreatePhoneEmailRequest(AbstractModel):
2337
2326
 
2338
2327
  @property
2339
2328
  def VerifyCode(self):
2340
- """验证码(通过SendPhoneEmailCode发送到手机或邮箱的验证码)
2329
+ """验证码
2330
+ 通过调用SendPhoneEmailCode接口发送到手机或邮箱的验证码:https://cloud.tencent.com/document/api/242/62666
2341
2331
  :rtype: str
2342
2332
  """
2343
2333
  return self._VerifyCode
@@ -2547,14 +2537,16 @@ class DeleteBiddingRequest(AbstractModel):
2547
2537
 
2548
2538
  def __init__(self):
2549
2539
  r"""
2550
- :param _BusinessID: business_id
2540
+ :param _BusinessID: 预约ID
2541
+ 可通过DescribeBiddingList接口获取
2551
2542
  :type BusinessID: str
2552
2543
  """
2553
2544
  self._BusinessID = None
2554
2545
 
2555
2546
  @property
2556
2547
  def BusinessID(self):
2557
- """business_id
2548
+ """预约ID
2549
+ 可通过DescribeBiddingList接口获取
2558
2550
  :rtype: str
2559
2551
  """
2560
2552
  return self._BusinessID
@@ -2612,8 +2604,10 @@ class DeleteCustomDnsHostRequest(AbstractModel):
2612
2604
  def __init__(self):
2613
2605
  r"""
2614
2606
  :param _DomainId: 域名实例ID
2607
+ 可通过DescribeDomainList接口获取
2615
2608
  :type DomainId: str
2616
2609
  :param _DnsName: DNS名称
2610
+ 例如:<>.test.com;其中<>就是Dns名称,可以是任意域名允许的格式
2617
2611
  :type DnsName: str
2618
2612
  """
2619
2613
  self._DomainId = None
@@ -2622,6 +2616,7 @@ class DeleteCustomDnsHostRequest(AbstractModel):
2622
2616
  @property
2623
2617
  def DomainId(self):
2624
2618
  """域名实例ID
2619
+ 可通过DescribeDomainList接口获取
2625
2620
  :rtype: str
2626
2621
  """
2627
2622
  return self._DomainId
@@ -2633,6 +2628,7 @@ class DeleteCustomDnsHostRequest(AbstractModel):
2633
2628
  @property
2634
2629
  def DnsName(self):
2635
2630
  """DNS名称
2631
+ 例如:<>.test.com;其中<>就是Dns名称,可以是任意域名允许的格式
2636
2632
  :rtype: str
2637
2633
  """
2638
2634
  return self._DnsName
@@ -2848,14 +2844,16 @@ class DeleteTemplateRequest(AbstractModel):
2848
2844
 
2849
2845
  def __init__(self):
2850
2846
  r"""
2851
- :param _TemplateId: 模板ID(可通过模板信息列表获取)
2847
+ :param _TemplateId: 模板ID
2848
+ 可通过DescribeTemplates接口获取
2852
2849
  :type TemplateId: str
2853
2850
  """
2854
2851
  self._TemplateId = None
2855
2852
 
2856
2853
  @property
2857
2854
  def TemplateId(self):
2858
- """模板ID(可通过模板信息列表获取)
2855
+ """模板ID
2856
+ 可通过DescribeTemplates接口获取
2859
2857
  :rtype: str
2860
2858
  """
2861
2859
  return self._TemplateId
@@ -2914,9 +2912,9 @@ class DescribeAuctionListRequest(AbstractModel):
2914
2912
  r"""
2915
2913
  :param _BusinessId: 业务ID,通过接口DescribeBiddingList返回结果中获取
2916
2914
  :type BusinessId: str
2917
- :param _Limit: 条数,默认10
2915
+ :param _Limit: 条数,默认10,最大100
2918
2916
  :type Limit: int
2919
- :param _OffSet: 偏移量
2917
+ :param _OffSet: 偏移量 默认0
2920
2918
  :type OffSet: int
2921
2919
  """
2922
2920
  self._BusinessId = None
@@ -2936,7 +2934,7 @@ class DescribeAuctionListRequest(AbstractModel):
2936
2934
 
2937
2935
  @property
2938
2936
  def Limit(self):
2939
- """条数,默认10
2937
+ """条数,默认10,最大100
2940
2938
  :rtype: int
2941
2939
  """
2942
2940
  return self._Limit
@@ -2947,7 +2945,7 @@ class DescribeAuctionListRequest(AbstractModel):
2947
2945
 
2948
2946
  @property
2949
2947
  def OffSet(self):
2950
- """偏移量
2948
+ """偏移量 默认0
2951
2949
  :rtype: int
2952
2950
  """
2953
2951
  return self._OffSet
@@ -2979,10 +2977,8 @@ class DescribeAuctionListResponse(AbstractModel):
2979
2977
  def __init__(self):
2980
2978
  r"""
2981
2979
  :param _AuctionList: 竞拍详情列表
2982
- 注意:此字段可能返回 null,表示取不到有效值。
2983
2980
  :type AuctionList: list of AuctionInfo
2984
2981
  :param _TotalCount: 总数
2985
- 注意:此字段可能返回 null,表示取不到有效值。
2986
2982
  :type TotalCount: int
2987
2983
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2988
2984
  :type RequestId: str
@@ -2994,7 +2990,6 @@ class DescribeAuctionListResponse(AbstractModel):
2994
2990
  @property
2995
2991
  def AuctionList(self):
2996
2992
  """竞拍详情列表
2997
- 注意:此字段可能返回 null,表示取不到有效值。
2998
2993
  :rtype: list of AuctionInfo
2999
2994
  """
3000
2995
  return self._AuctionList
@@ -3006,7 +3001,6 @@ class DescribeAuctionListResponse(AbstractModel):
3006
3001
  @property
3007
3002
  def TotalCount(self):
3008
3003
  """总数
3009
- 注意:此字段可能返回 null,表示取不到有效值。
3010
3004
  :rtype: int
3011
3005
  """
3012
3006
  return self._TotalCount
@@ -3114,7 +3108,6 @@ class DescribeBatchOperationLogDetailsResponse(AbstractModel):
3114
3108
  :param _TotalCount: 总数量。
3115
3109
  :type TotalCount: int
3116
3110
  :param _DomainBatchDetailSet: 日志详情列表。
3117
- 注意:此字段可能返回 null,表示取不到有效值。
3118
3111
  :type DomainBatchDetailSet: list of DomainBatchDetailSet
3119
3112
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3120
3113
  :type RequestId: str
@@ -3137,7 +3130,6 @@ class DescribeBatchOperationLogDetailsResponse(AbstractModel):
3137
3130
  @property
3138
3131
  def DomainBatchDetailSet(self):
3139
3132
  """日志详情列表。
3140
- 注意:此字段可能返回 null,表示取不到有效值。
3141
3133
  :rtype: list of DomainBatchDetailSet
3142
3134
  """
3143
3135
  return self._DomainBatchDetailSet
@@ -3230,7 +3222,6 @@ class DescribeBatchOperationLogsResponse(AbstractModel):
3230
3222
  :param _TotalCount: 总数量
3231
3223
  :type TotalCount: int
3232
3224
  :param _DomainBatchLogSet: 日志列表
3233
- 注意:此字段可能返回 null,表示取不到有效值。
3234
3225
  :type DomainBatchLogSet: list of DomainBatchLogSet
3235
3226
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3236
3227
  :type RequestId: str
@@ -3253,7 +3244,6 @@ class DescribeBatchOperationLogsResponse(AbstractModel):
3253
3244
  @property
3254
3245
  def DomainBatchLogSet(self):
3255
3246
  """日志列表
3256
- 注意:此字段可能返回 null,表示取不到有效值。
3257
3247
  :rtype: list of DomainBatchLogSet
3258
3248
  """
3259
3249
  return self._DomainBatchLogSet
@@ -3292,14 +3282,16 @@ class DescribeBiddingAppointDetailRequest(AbstractModel):
3292
3282
 
3293
3283
  def __init__(self):
3294
3284
  r"""
3295
- :param _BusinessID: business_id
3285
+ :param _BusinessID: 预约ID
3286
+ 可通过DescribeBiddingList接口获取
3296
3287
  :type BusinessID: str
3297
3288
  """
3298
3289
  self._BusinessID = None
3299
3290
 
3300
3291
  @property
3301
3292
  def BusinessID(self):
3302
- """business_id
3293
+ """预约ID
3294
+ 可通过DescribeBiddingList接口获取
3303
3295
  :rtype: str
3304
3296
  """
3305
3297
  return self._BusinessID
@@ -3342,9 +3334,9 @@ class DescribeBiddingAppointDetailResponse(AbstractModel):
3342
3334
  :type ExpireTime: str
3343
3335
  :param _DeleteTime: 删除时间
3344
3336
  :type DeleteTime: str
3345
- :param _AppointPrice: 当前价格
3337
+ :param _AppointPrice: 当前价格 单位元
3346
3338
  :type AppointPrice: int
3347
- :param _AppointBondPrice: 预约保证金
3339
+ :param _AppointBondPrice: 预约保证金 单位元
3348
3340
  :type AppointBondPrice: int
3349
3341
  :param _Status: 1 已预约,2 竞价中,3 等待出价 4 竞价失败 5 等待支付 6 等待转移,7 转移中 8 交易成功 9 预约持有者赎回 10 竞价持有者赎回 11 其他阶段持有者赎回 12 违约
3350
3342
  :type Status: int
@@ -3446,7 +3438,7 @@ yes:退回 no: 未退回
3446
3438
 
3447
3439
  @property
3448
3440
  def AppointPrice(self):
3449
- """当前价格
3441
+ """当前价格 单位元
3450
3442
  :rtype: int
3451
3443
  """
3452
3444
  return self._AppointPrice
@@ -3457,7 +3449,7 @@ yes:退回 no: 未退回
3457
3449
 
3458
3450
  @property
3459
3451
  def AppointBondPrice(self):
3460
- """预约保证金
3452
+ """预约保证金 单位元
3461
3453
  :rtype: int
3462
3454
  """
3463
3455
  return self._AppointBondPrice
@@ -3529,7 +3521,8 @@ class DescribeBiddingAppointListRequest(AbstractModel):
3529
3521
  :type PageSize: int
3530
3522
  :param _Domain: 域名
3531
3523
  :type Domain: str
3532
- :param _Status: 状态: 1 已预约 9 预约持有者索回
3524
+ :param _Status: 状态:
3525
+ 1 已预约,2 竞价中,3 等待出价 4 竞价失败 5 等待支付 6 等待转移,7 转移中 8 交易成功 9 预约持有者赎回 10 竞价持有者赎回 11 其他阶段持有者赎回 12 违约
3533
3526
  :type Status: list of int non-negative
3534
3527
  :param _SortField: 排序字段:AppointEndTime 预约结束时间
3535
3528
  :type SortField: str
@@ -3578,7 +3571,8 @@ class DescribeBiddingAppointListRequest(AbstractModel):
3578
3571
 
3579
3572
  @property
3580
3573
  def Status(self):
3581
- """状态: 1 已预约 9 预约持有者索回
3574
+ """状态:
3575
+ 1 已预约,2 竞价中,3 等待出价 4 竞价失败 5 等待支付 6 等待转移,7 转移中 8 交易成功 9 预约持有者赎回 10 竞价持有者赎回 11 其他阶段持有者赎回 12 违约
3582
3576
  :rtype: list of int non-negative
3583
3577
  """
3584
3578
  return self._Status
@@ -3697,14 +3691,16 @@ class DescribeBiddingDetailRequest(AbstractModel):
3697
3691
 
3698
3692
  def __init__(self):
3699
3693
  r"""
3700
- :param _BusinessID: business_id
3694
+ :param _BusinessID: 预约ID
3695
+ 可通过DescribeBiddingList接口获取
3701
3696
  :type BusinessID: str
3702
3697
  """
3703
3698
  self._BusinessID = None
3704
3699
 
3705
3700
  @property
3706
3701
  def BusinessID(self):
3707
- """business_id
3702
+ """预约ID
3703
+ 可通过DescribeBiddingList接口获取
3708
3704
  :rtype: str
3709
3705
  """
3710
3706
  return self._BusinessID
@@ -3747,11 +3743,11 @@ class DescribeBiddingDetailResponse(AbstractModel):
3747
3743
  :type ExpireTime: str
3748
3744
  :param _DeleteTime: 删除时间
3749
3745
  :type DeleteTime: str
3750
- :param _CurrentPrice: 当前价格
3746
+ :param _CurrentPrice: 当前价格 单位元
3751
3747
  :type CurrentPrice: int
3752
3748
  :param _CurrentNickname: 当前用户昵称
3753
3749
  :type CurrentNickname: str
3754
- :param _BiddingBondPrice: 竞价保证金
3750
+ :param _BiddingBondPrice: 竞价保证金 单位元
3755
3751
  :type BiddingBondPrice: int
3756
3752
  :param _Status: 2 竞价中 3 等待出价 4 竞价失败 10 竞价持有者赎回
3757
3753
  :type Status: int
@@ -3759,7 +3755,7 @@ class DescribeBiddingDetailResponse(AbstractModel):
3759
3755
  :type BiddingFlag: int
3760
3756
  :param _BiddingBondRefund: 是否退款,yes表示退款,no表示不退款
3761
3757
  :type BiddingBondRefund: str
3762
- :param _BiddingPrice: 我的出价
3758
+ :param _BiddingPrice: 我的出价 单位元
3763
3759
  :type BiddingPrice: int
3764
3760
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3765
3761
  :type RequestId: str
@@ -3859,7 +3855,7 @@ class DescribeBiddingDetailResponse(AbstractModel):
3859
3855
 
3860
3856
  @property
3861
3857
  def CurrentPrice(self):
3862
- """当前价格
3858
+ """当前价格 单位元
3863
3859
  :rtype: int
3864
3860
  """
3865
3861
  return self._CurrentPrice
@@ -3881,7 +3877,7 @@ class DescribeBiddingDetailResponse(AbstractModel):
3881
3877
 
3882
3878
  @property
3883
3879
  def BiddingBondPrice(self):
3884
- """竞价保证金
3880
+ """竞价保证金 单位元
3885
3881
  :rtype: int
3886
3882
  """
3887
3883
  return self._BiddingBondPrice
@@ -3925,7 +3921,7 @@ class DescribeBiddingDetailResponse(AbstractModel):
3925
3921
 
3926
3922
  @property
3927
3923
  def BiddingPrice(self):
3928
- """我的出价
3924
+ """我的出价 单位元
3929
3925
  :rtype: int
3930
3926
  """
3931
3927
  return self._BiddingPrice
@@ -4147,14 +4143,16 @@ class DescribeBiddingSuccessfulDetailRequest(AbstractModel):
4147
4143
 
4148
4144
  def __init__(self):
4149
4145
  r"""
4150
- :param _BusinessID: business_id
4146
+ :param _BusinessID: 预约ID
4147
+ 可通过DescribeBiddingSuccessfulList接口获取
4151
4148
  :type BusinessID: str
4152
4149
  """
4153
4150
  self._BusinessID = None
4154
4151
 
4155
4152
  @property
4156
4153
  def BusinessID(self):
4157
- """business_id
4154
+ """预约ID
4155
+ 可通过DescribeBiddingSuccessfulList接口获取
4158
4156
  :rtype: str
4159
4157
  """
4160
4158
  return self._BusinessID
@@ -4187,7 +4185,7 @@ class DescribeBiddingSuccessfulDetailResponse(AbstractModel):
4187
4185
  :type Domain: str
4188
4186
  :param _SuccessfulTime: 得标时间
4189
4187
  :type SuccessfulTime: str
4190
- :param _SuccessfulPrice: 得标价格
4188
+ :param _SuccessfulPrice: 得标价格 单位元
4191
4189
  :type SuccessfulPrice: float
4192
4190
  :param _RegTime: 注册时间
4193
4191
  :type RegTime: str
@@ -4199,7 +4197,7 @@ class DescribeBiddingSuccessfulDetailResponse(AbstractModel):
4199
4197
  :type PayEndTime: str
4200
4198
  :param _BiddingBondRefund: 保证金,是否退款,yes表示退款,no表示不退款
4201
4199
  :type BiddingBondRefund: str
4202
- :param _BiddingBondPrice: 保证金
4200
+ :param _BiddingBondPrice: 保证金 单位元
4203
4201
  :type BiddingBondPrice: float
4204
4202
  :param _Status: 状态:5 等待支付 6 等待转移, 7 转移中,8 交易成功,11 尾款阶段持有者索回,12 已违约
4205
4203
  :type Status: int
@@ -4242,7 +4240,7 @@ class DescribeBiddingSuccessfulDetailResponse(AbstractModel):
4242
4240
 
4243
4241
  @property
4244
4242
  def SuccessfulPrice(self):
4245
- """得标价格
4243
+ """得标价格 单位元
4246
4244
  :rtype: float
4247
4245
  """
4248
4246
  return self._SuccessfulPrice
@@ -4308,7 +4306,7 @@ class DescribeBiddingSuccessfulDetailResponse(AbstractModel):
4308
4306
 
4309
4307
  @property
4310
4308
  def BiddingBondPrice(self):
4311
- """保证金
4309
+ """保证金 单位元
4312
4310
  :rtype: float
4313
4311
  """
4314
4312
  return self._BiddingBondPrice
@@ -4535,7 +4533,8 @@ class DescribeCustomDnsHostSetRequest(AbstractModel):
4535
4533
 
4536
4534
  def __init__(self):
4537
4535
  r"""
4538
- :param _DomainId: 域名实例ID(域名基本信息或我的域名列表接口可获取)
4536
+ :param _DomainId: 域名实例ID
4537
+ 可通过DescribeDomainList接口获取
4539
4538
  :type DomainId: str
4540
4539
  :param _Limit: 返回数量,默认为20,取值范围[1,100]
4541
4540
  :type Limit: int
@@ -4548,7 +4547,8 @@ class DescribeCustomDnsHostSetRequest(AbstractModel):
4548
4547
 
4549
4548
  @property
4550
4549
  def DomainId(self):
4551
- """域名实例ID(域名基本信息或我的域名列表接口可获取)
4550
+ """域名实例ID
4551
+ 可通过DescribeDomainList接口获取
4552
4552
  :rtype: str
4553
4553
  """
4554
4554
  return self._DomainId
@@ -4703,7 +4703,6 @@ class DescribeDomainBaseInfoResponse(AbstractModel):
4703
4703
  :param _DomainInfo: 域名信息
4704
4704
  :type DomainInfo: :class:`tencentcloud.domain.v20180808.models.DomainBaseInfo`
4705
4705
  :param _Uin: 用户Uin
4706
- 注意:此字段可能返回 null,表示取不到有效值。
4707
4706
  :type Uin: str
4708
4707
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4709
4708
  :type RequestId: str
@@ -4726,7 +4725,6 @@ class DescribeDomainBaseInfoResponse(AbstractModel):
4726
4725
  @property
4727
4726
  def Uin(self):
4728
4727
  """用户Uin
4729
- 注意:此字段可能返回 null,表示取不到有效值。
4730
4728
  :rtype: str
4731
4729
  """
4732
4730
  return self._Uin
@@ -4814,7 +4812,6 @@ class DescribeDomainNameListResponse(AbstractModel):
4814
4812
  def __init__(self):
4815
4813
  r"""
4816
4814
  :param _DomainSet: 域名信息集合
4817
- 注意:此字段可能返回 null,表示取不到有效值。
4818
4815
  :type DomainSet: list of DomainList
4819
4816
  :param _TotalCount: 域名总数量
4820
4817
  :type TotalCount: int
@@ -4828,7 +4825,6 @@ class DescribeDomainNameListResponse(AbstractModel):
4828
4825
  @property
4829
4826
  def DomainSet(self):
4830
4827
  """域名信息集合
4831
- 注意:此字段可能返回 null,表示取不到有效值。
4832
4828
  :rtype: list of DomainList
4833
4829
  """
4834
4830
  return self._DomainSet
@@ -4878,11 +4874,15 @@ class DescribeDomainPriceListRequest(AbstractModel):
4878
4874
 
4879
4875
  def __init__(self):
4880
4876
  r"""
4881
- :param _TldList: 查询价格的后缀列表。默认则为全部后缀
4877
+ :param _TldList: 查询指定域名后缀的域名价格列表,若不指定域名后缀,默认查询所有后缀的域名价格列表。
4882
4878
  :type TldList: list of str
4883
- :param _Year: 查询购买的年份,默认会列出所有年份的价格
4879
+ :param _Year: 查询购买的年份,默认会列出所有年份的价格,可选值【1,10】
4884
4880
  :type Year: list of int
4885
- :param _Operation: 域名的购买类型:new 新购,renew 续费,redem 赎回,tran 转入
4881
+ :param _Operation: 域名的购买类型:
4882
+ new 新购
4883
+ renew 续费
4884
+ redem 赎回
4885
+ tran 转入
4886
4886
  :type Operation: list of str
4887
4887
  """
4888
4888
  self._TldList = None
@@ -4891,7 +4891,7 @@ class DescribeDomainPriceListRequest(AbstractModel):
4891
4891
 
4892
4892
  @property
4893
4893
  def TldList(self):
4894
- """查询价格的后缀列表。默认则为全部后缀
4894
+ """查询指定域名后缀的域名价格列表,若不指定域名后缀,默认查询所有后缀的域名价格列表。
4895
4895
  :rtype: list of str
4896
4896
  """
4897
4897
  return self._TldList
@@ -4902,7 +4902,7 @@ class DescribeDomainPriceListRequest(AbstractModel):
4902
4902
 
4903
4903
  @property
4904
4904
  def Year(self):
4905
- """查询购买的年份,默认会列出所有年份的价格
4905
+ """查询购买的年份,默认会列出所有年份的价格,可选值【1,10】
4906
4906
  :rtype: list of int
4907
4907
  """
4908
4908
  return self._Year
@@ -4913,7 +4913,11 @@ class DescribeDomainPriceListRequest(AbstractModel):
4913
4913
 
4914
4914
  @property
4915
4915
  def Operation(self):
4916
- """域名的购买类型:new 新购,renew 续费,redem 赎回,tran 转入
4916
+ """域名的购买类型:
4917
+ new 新购
4918
+ renew 续费
4919
+ redem 赎回
4920
+ tran 转入
4917
4921
  :rtype: list of str
4918
4922
  """
4919
4923
  return self._Operation
@@ -5089,6 +5093,7 @@ class DescribePayWaitDetailRequest(AbstractModel):
5089
5093
  def __init__(self):
5090
5094
  r"""
5091
5095
  :param _BusinessId: 业务ID
5096
+ 可通过DescribeBiddingList接口获取
5092
5097
  :type BusinessId: str
5093
5098
  """
5094
5099
  self._BusinessId = None
@@ -5096,6 +5101,7 @@ class DescribePayWaitDetailRequest(AbstractModel):
5096
5101
  @property
5097
5102
  def BusinessId(self):
5098
5103
  """业务ID
5104
+ 可通过DescribeBiddingList接口获取
5099
5105
  :rtype: str
5100
5106
  """
5101
5107
  return self._BusinessId
@@ -5127,14 +5133,18 @@ class DescribePayWaitDetailResponse(AbstractModel):
5127
5133
  :param _Domain: 域名
5128
5134
  :type Domain: str
5129
5135
  :param _Status: 域名类型
5136
+ pay:等待支持
5137
+ sub:已经预订
5138
+ wait:等待出价
5139
+ finish:完成出价
5130
5140
  :type Status: str
5131
5141
  :param _EndTime: 支付结束时间
5132
5142
  :type EndTime: str
5133
5143
  :param _RegTime: 域名注册时间
5134
5144
  :type RegTime: str
5135
- :param _Price: 域名成交价格
5145
+ :param _Price: 域名成交价格 单位元
5136
5146
  :type Price: float
5137
- :param _RetDeposit: 待退还保证金
5147
+ :param _RetDeposit: 待退还保证金 单位元
5138
5148
  :type RetDeposit: float
5139
5149
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5140
5150
  :type RequestId: str
@@ -5161,6 +5171,10 @@ class DescribePayWaitDetailResponse(AbstractModel):
5161
5171
  @property
5162
5172
  def Status(self):
5163
5173
  """域名类型
5174
+ pay:等待支持
5175
+ sub:已经预订
5176
+ wait:等待出价
5177
+ finish:完成出价
5164
5178
  :rtype: str
5165
5179
  """
5166
5180
  return self._Status
@@ -5193,7 +5207,7 @@ class DescribePayWaitDetailResponse(AbstractModel):
5193
5207
 
5194
5208
  @property
5195
5209
  def Price(self):
5196
- """域名成交价格
5210
+ """域名成交价格 单位元
5197
5211
  :rtype: float
5198
5212
  """
5199
5213
  return self._Price
@@ -5204,7 +5218,7 @@ class DescribePayWaitDetailResponse(AbstractModel):
5204
5218
 
5205
5219
  @property
5206
5220
  def RetDeposit(self):
5207
- """待退还保证金
5221
+ """待退还保证金 单位元
5208
5222
  :rtype: float
5209
5223
  """
5210
5224
  return self._RetDeposit
@@ -5386,9 +5400,9 @@ class DescribePreAuctionListRequest(AbstractModel):
5386
5400
 
5387
5401
  def __init__(self):
5388
5402
  r"""
5389
- :param _PageNumber: 页码
5403
+ :param _PageNumber: 页码 默认1
5390
5404
  :type PageNumber: int
5391
- :param _PageSize: 条数
5405
+ :param _PageSize: 条数 默认20 最大100
5392
5406
  :type PageSize: int
5393
5407
  """
5394
5408
  self._PageNumber = None
@@ -5396,7 +5410,7 @@ class DescribePreAuctionListRequest(AbstractModel):
5396
5410
 
5397
5411
  @property
5398
5412
  def PageNumber(self):
5399
- """页码
5413
+ """页码 默认1
5400
5414
  :rtype: int
5401
5415
  """
5402
5416
  return self._PageNumber
@@ -5407,7 +5421,7 @@ class DescribePreAuctionListRequest(AbstractModel):
5407
5421
 
5408
5422
  @property
5409
5423
  def PageSize(self):
5410
- """条数
5424
+ """条数 默认20 最大100
5411
5425
  :rtype: int
5412
5426
  """
5413
5427
  return self._PageSize
@@ -5438,10 +5452,8 @@ class DescribePreAuctionListResponse(AbstractModel):
5438
5452
  def __init__(self):
5439
5453
  r"""
5440
5454
  :param _TotalCount: 总数
5441
- 注意:此字段可能返回 null,表示取不到有效值。
5442
5455
  :type TotalCount: int
5443
5456
  :param _PreAuctionList: 预释放竞价列表
5444
- 注意:此字段可能返回 null,表示取不到有效值。
5445
5457
  :type PreAuctionList: list of PreAuctionInfo
5446
5458
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5447
5459
  :type RequestId: str
@@ -5453,7 +5465,6 @@ class DescribePreAuctionListResponse(AbstractModel):
5453
5465
  @property
5454
5466
  def TotalCount(self):
5455
5467
  """总数
5456
- 注意:此字段可能返回 null,表示取不到有效值。
5457
5468
  :rtype: int
5458
5469
  """
5459
5470
  return self._TotalCount
@@ -5465,7 +5476,6 @@ class DescribePreAuctionListResponse(AbstractModel):
5465
5476
  @property
5466
5477
  def PreAuctionList(self):
5467
5478
  """预释放竞价列表
5468
- 注意:此字段可能返回 null,表示取不到有效值。
5469
5479
  :rtype: list of PreAuctionInfo
5470
5480
  """
5471
5481
  return self._PreAuctionList
@@ -5648,13 +5658,28 @@ class DescribePreReleaseListRequest(AbstractModel):
5648
5658
 
5649
5659
  def __init__(self):
5650
5660
  r"""
5651
- :param _Keywords: 关键词
5661
+ :param _Keywords: 单独使用Keywords:使用域名关键词进行搜索
5662
+ Keywords+DomainStart(true):使用域名开头关键词进行搜索
5663
+ Keywords+DomainEnd(true):使用域名结尾关键词进行搜索
5664
+ Keywords+DomainStart(true)+DomainEnd(true):使用域名开头或结尾关键词进行搜索
5652
5665
  :type Keywords: str
5653
- :param _DomainStart: 搜索关键字,开头
5666
+ :param _DomainStart: 是否以域名开头关键词进行搜索
5667
+ true:是
5668
+ false:否
5654
5669
  :type DomainStart: bool
5655
- :param _DomainEnd: 搜索关键字结尾
5670
+ :param _DomainEnd: 是否以域名结尾关键词进行搜索
5671
+ true:是
5672
+ false:否
5656
5673
  :type DomainEnd: bool
5657
- :param _Sort: 排序
5674
+ :param _Sort: 不同排序规则:
5675
+ 1: 价格升序
5676
+ 2: 价格降序
5677
+ 3: 域名升序
5678
+ 4: 结束时间升序
5679
+ 5: 店铺推荐升序
5680
+ 6: 结束时间降序
5681
+ 15: 创建时间升序
5682
+ 其他:结束时间升序
5658
5683
  :type Sort: int
5659
5684
  :param _PriceStart: 起始价格
5660
5685
  :type PriceStart: float
@@ -5664,33 +5689,159 @@ class DescribePreReleaseListRequest(AbstractModel):
5664
5689
  :type LengthStart: int
5665
5690
  :param _LengthEnd: 结束域名长度
5666
5691
  :type LengthEnd: int
5667
- :param _PageNumber: 页码
5692
+ :param _PageNumber: 页码(默认为1)
5668
5693
  :type PageNumber: int
5669
- :param _PageSize: 每页显示数
5694
+ :param _PageSize: 每页显示数(默认为20)
5670
5695
  :type PageSize: int
5671
5696
  :param _Suffix: 后缀
5697
+ 1="com"
5698
+ 2="net"
5699
+ 4="biz"
5700
+ 6="info"
5701
+ 7="co"
5702
+ 9="cn"
5703
+ 10="com.cn"
5704
+ 11="wang"
5705
+ 12="vip"
5706
+ 13="cc"
5707
+ 14="net.cn"
5708
+ 15="org.cn"
5709
+ 16="top"
5710
+ 17="asia"
5711
+ 18="tv"
5712
+ 19="club"
5713
+ 20="shop"
5714
+ 21 ="中国"
5715
+ 23="online"
5716
+ 24="xyz"
5717
+ 25="网店"
5718
+ 26="网址"
5719
+ 27="在线"
5720
+ 28="ltd"
5721
+ 29="fans"
5722
+ 30="ren"
5723
+ 31="icu"
5672
5724
  :type Suffix: list of int
5673
5725
  :param _ClassOne: 一级分类
5726
+ 1:"纯数字"
5727
+ 2:"单数字"
5728
+ 3:"双数字"
5729
+ 4:"三数字"
5730
+ 5:"四数字"
5731
+ 6:"五数字"
5732
+ 7:"六数字"
5733
+ 9:"单字母"
5734
+ 10:"双字母"
5735
+ 11:"三字母"
5736
+ 12:"四字母"
5737
+ 13:"五字母"
5738
+ 14:"单拼"
5739
+ 15:"双拼"
5740
+ 16:"三拼"
5741
+ 17:"杂米"
5742
+ 18:"两杂"
5743
+ 19:"三杂"
5744
+ 20:"四杂"
5745
+
5674
5746
  :type ClassOne: int
5675
5747
  :param _ClassTwo: 二级分类
5748
+ 13:"0开或带4"
5749
+ 14:"非0开不带4"
5750
+ 15:"不带0,4"
5751
+ 0:"非全声母"
5752
+ 6:"全声母"
5753
+ 16:"不带0,4"
5754
+ 32:"全声母"
5755
+ 5010:"CVCV"
5676
5756
  :type ClassTwo: list of int
5677
5757
  :param _ClassThree: 三级分类
5758
+ 111:"AAA"
5759
+ 401:"3A及以上"
5760
+ 402:"AA结尾"
5761
+ 1122:"AABB"
5762
+ 1123:"AABC"
5763
+ 1212:"ABAB"
5764
+ 1221:"ABBA"
5765
+ 1233:"ABCC"
5766
+ 501:"4A及以上"
5767
+ 502:"3A及以上"
5768
+ 503:"AAA开头"
5769
+ 504:"AAA结尾"
5770
+ 505:"AA开头"
5771
+ 506:"AA结尾"
5772
+ 507:"三顺子开头"
5773
+ 508:"三顺子结尾"
5774
+ 11223:"AABBC"
5775
+ 12233:"ABBCC"
5776
+ 601:"5A及以上"
5777
+ 602:"4A及以上"
5778
+ 603:"3A及以上"
5779
+ 604:"4A开头"
5780
+ 605:"4A结尾"
5781
+ 606:"AAA开头"
5782
+ 607:"AAA结尾"
5783
+ 608:"AA开头"
5784
+ 609:"AA结尾"
5785
+ 610:"ABAB开头"
5786
+ 611:"ABAB结尾"
5787
+ 612:"AABB开头"
5788
+ 613:"AABB结尾"
5789
+ 614:"四顺子开头"
5790
+ 615:"四顺子结尾"
5791
+ 616:"三顺子开头"
5792
+ 617:"三顺子结尾"
5793
+ 121212:"ABABAB"
5794
+ 112233:"AABBCC"
5795
+ 123123:"ABCABC"
5796
+ 211:"LNN"
5797
+ 221:"LLN"
5798
+ 121:"NLN"
5799
+ 212:"LNL"
5800
+ 122:"NLL"
5801
+ 1112:"NNNL"
5802
+ 2111:"LNNN"
5803
+ 1212:"NLNL"
5804
+ 2121:"LNLN"
5805
+ 1222:"NLLL"
5806
+ 2221:"LLLN"
5807
+ 1122:"NNLL"
5808
+ 2211:"LLNN"
5809
+ 31:"W结尾"
5810
+ 112:"AAB"
5811
+ 122:"ABB"
5812
+ 121:"ABA"
5813
+ 41:"W结尾"
5814
+ 1112:"AAAB"
5815
+ 1222:"ABBB"
5816
+ 1122:"AABB"
5817
+ 1212:"ABAB"
5678
5818
  :type ClassThree: list of int
5679
5819
  :param _ClassFour: 四级分类
5820
+ 1:"仅含2种数字"
5821
+ 1:"仅含2种数字"
5822
+ 2:"仅含3种数字"
5823
+ 4:"仅含1种字母"
5824
+ 8:"仅含1种数字"
5825
+
5680
5826
  :type ClassFour: list of int
5681
- :param _FilterStart: 排除关键字,开头
5827
+ :param _FilterStart: 是否以域名开头排除关键词进行搜索
5682
5828
  :type FilterStart: bool
5683
- :param _FilterEnd: 排除关键字,结尾
5829
+ :param _FilterEnd: 是否以域名结尾排除关键词进行搜索
5684
5830
  :type FilterEnd: bool
5685
- :param _FilterWords: 排除关键字
5831
+ :param _FilterWords: 域名排除关键词
5832
+ 单独使用FilterWords:使用排除关键词进行搜索
5833
+ FilterWords+FilterStart(true):使用域名开头排除关键词进行搜索
5834
+ FilterWords+FilterEnd(true):使用域名结尾排除关键词进行搜索
5835
+ FilterWords+FilterStart(true)+FilterEnd(true):使用域名开头或结尾排除关键词进行搜索
5686
5836
  :type FilterWords: str
5687
- :param _TransType: 交易类型
5837
+ :param _TransType: 交易类型(目前只支持10)
5838
+ 10: 预释放域名
5688
5839
  :type TransType: int
5689
- :param _IsTop: 搜索白金域名
5840
+ :param _IsTop: 是否搜索白金域名
5690
5841
  :type IsTop: bool
5691
- :param _EndTimeSort: 结束时间排序啊 desc:倒序 asc:正序
5842
+ :param _EndTimeSort: 结束时间排序 desc:倒序 asc:正序
5692
5843
  :type EndTimeSort: str
5693
- :param _EndTime: 结束时间
5844
+ :param _EndTime: 结束时间(YYYY-MM-DD)
5694
5845
  :type EndTime: str
5695
5846
  """
5696
5847
  self._Keywords = None
@@ -5718,7 +5869,10 @@ class DescribePreReleaseListRequest(AbstractModel):
5718
5869
 
5719
5870
  @property
5720
5871
  def Keywords(self):
5721
- """关键词
5872
+ """单独使用Keywords:使用域名关键词进行搜索
5873
+ Keywords+DomainStart(true):使用域名开头关键词进行搜索
5874
+ Keywords+DomainEnd(true):使用域名结尾关键词进行搜索
5875
+ Keywords+DomainStart(true)+DomainEnd(true):使用域名开头或结尾关键词进行搜索
5722
5876
  :rtype: str
5723
5877
  """
5724
5878
  return self._Keywords
@@ -5729,7 +5883,9 @@ class DescribePreReleaseListRequest(AbstractModel):
5729
5883
 
5730
5884
  @property
5731
5885
  def DomainStart(self):
5732
- """搜索关键字,开头
5886
+ """是否以域名开头关键词进行搜索
5887
+ true:是
5888
+ false:否
5733
5889
  :rtype: bool
5734
5890
  """
5735
5891
  return self._DomainStart
@@ -5740,7 +5896,9 @@ class DescribePreReleaseListRequest(AbstractModel):
5740
5896
 
5741
5897
  @property
5742
5898
  def DomainEnd(self):
5743
- """搜索关键字结尾
5899
+ """是否以域名结尾关键词进行搜索
5900
+ true:是
5901
+ false:否
5744
5902
  :rtype: bool
5745
5903
  """
5746
5904
  return self._DomainEnd
@@ -5751,7 +5909,15 @@ class DescribePreReleaseListRequest(AbstractModel):
5751
5909
 
5752
5910
  @property
5753
5911
  def Sort(self):
5754
- """排序
5912
+ """不同排序规则:
5913
+ 1: 价格升序
5914
+ 2: 价格降序
5915
+ 3: 域名升序
5916
+ 4: 结束时间升序
5917
+ 5: 店铺推荐升序
5918
+ 6: 结束时间降序
5919
+ 15: 创建时间升序
5920
+ 其他:结束时间升序
5755
5921
  :rtype: int
5756
5922
  """
5757
5923
  return self._Sort
@@ -5806,7 +5972,7 @@ class DescribePreReleaseListRequest(AbstractModel):
5806
5972
 
5807
5973
  @property
5808
5974
  def PageNumber(self):
5809
- """页码
5975
+ """页码(默认为1)
5810
5976
  :rtype: int
5811
5977
  """
5812
5978
  return self._PageNumber
@@ -5817,7 +5983,7 @@ class DescribePreReleaseListRequest(AbstractModel):
5817
5983
 
5818
5984
  @property
5819
5985
  def PageSize(self):
5820
- """每页显示数
5986
+ """每页显示数(默认为20)
5821
5987
  :rtype: int
5822
5988
  """
5823
5989
  return self._PageSize
@@ -5829,6 +5995,33 @@ class DescribePreReleaseListRequest(AbstractModel):
5829
5995
  @property
5830
5996
  def Suffix(self):
5831
5997
  """后缀
5998
+ 1="com"
5999
+ 2="net"
6000
+ 4="biz"
6001
+ 6="info"
6002
+ 7="co"
6003
+ 9="cn"
6004
+ 10="com.cn"
6005
+ 11="wang"
6006
+ 12="vip"
6007
+ 13="cc"
6008
+ 14="net.cn"
6009
+ 15="org.cn"
6010
+ 16="top"
6011
+ 17="asia"
6012
+ 18="tv"
6013
+ 19="club"
6014
+ 20="shop"
6015
+ 21 ="中国"
6016
+ 23="online"
6017
+ 24="xyz"
6018
+ 25="网店"
6019
+ 26="网址"
6020
+ 27="在线"
6021
+ 28="ltd"
6022
+ 29="fans"
6023
+ 30="ren"
6024
+ 31="icu"
5832
6025
  :rtype: list of int
5833
6026
  """
5834
6027
  return self._Suffix
@@ -5840,6 +6033,26 @@ class DescribePreReleaseListRequest(AbstractModel):
5840
6033
  @property
5841
6034
  def ClassOne(self):
5842
6035
  """一级分类
6036
+ 1:"纯数字"
6037
+ 2:"单数字"
6038
+ 3:"双数字"
6039
+ 4:"三数字"
6040
+ 5:"四数字"
6041
+ 6:"五数字"
6042
+ 7:"六数字"
6043
+ 9:"单字母"
6044
+ 10:"双字母"
6045
+ 11:"三字母"
6046
+ 12:"四字母"
6047
+ 13:"五字母"
6048
+ 14:"单拼"
6049
+ 15:"双拼"
6050
+ 16:"三拼"
6051
+ 17:"杂米"
6052
+ 18:"两杂"
6053
+ 19:"三杂"
6054
+ 20:"四杂"
6055
+
5843
6056
  :rtype: int
5844
6057
  """
5845
6058
  return self._ClassOne
@@ -5851,6 +6064,14 @@ class DescribePreReleaseListRequest(AbstractModel):
5851
6064
  @property
5852
6065
  def ClassTwo(self):
5853
6066
  """二级分类
6067
+ 13:"0开或带4"
6068
+ 14:"非0开不带4"
6069
+ 15:"不带0,4"
6070
+ 0:"非全声母"
6071
+ 6:"全声母"
6072
+ 16:"不带0,4"
6073
+ 32:"全声母"
6074
+ 5010:"CVCV"
5854
6075
  :rtype: list of int
5855
6076
  """
5856
6077
  return self._ClassTwo
@@ -5862,6 +6083,66 @@ class DescribePreReleaseListRequest(AbstractModel):
5862
6083
  @property
5863
6084
  def ClassThree(self):
5864
6085
  """三级分类
6086
+ 111:"AAA"
6087
+ 401:"3A及以上"
6088
+ 402:"AA结尾"
6089
+ 1122:"AABB"
6090
+ 1123:"AABC"
6091
+ 1212:"ABAB"
6092
+ 1221:"ABBA"
6093
+ 1233:"ABCC"
6094
+ 501:"4A及以上"
6095
+ 502:"3A及以上"
6096
+ 503:"AAA开头"
6097
+ 504:"AAA结尾"
6098
+ 505:"AA开头"
6099
+ 506:"AA结尾"
6100
+ 507:"三顺子开头"
6101
+ 508:"三顺子结尾"
6102
+ 11223:"AABBC"
6103
+ 12233:"ABBCC"
6104
+ 601:"5A及以上"
6105
+ 602:"4A及以上"
6106
+ 603:"3A及以上"
6107
+ 604:"4A开头"
6108
+ 605:"4A结尾"
6109
+ 606:"AAA开头"
6110
+ 607:"AAA结尾"
6111
+ 608:"AA开头"
6112
+ 609:"AA结尾"
6113
+ 610:"ABAB开头"
6114
+ 611:"ABAB结尾"
6115
+ 612:"AABB开头"
6116
+ 613:"AABB结尾"
6117
+ 614:"四顺子开头"
6118
+ 615:"四顺子结尾"
6119
+ 616:"三顺子开头"
6120
+ 617:"三顺子结尾"
6121
+ 121212:"ABABAB"
6122
+ 112233:"AABBCC"
6123
+ 123123:"ABCABC"
6124
+ 211:"LNN"
6125
+ 221:"LLN"
6126
+ 121:"NLN"
6127
+ 212:"LNL"
6128
+ 122:"NLL"
6129
+ 1112:"NNNL"
6130
+ 2111:"LNNN"
6131
+ 1212:"NLNL"
6132
+ 2121:"LNLN"
6133
+ 1222:"NLLL"
6134
+ 2221:"LLLN"
6135
+ 1122:"NNLL"
6136
+ 2211:"LLNN"
6137
+ 31:"W结尾"
6138
+ 112:"AAB"
6139
+ 122:"ABB"
6140
+ 121:"ABA"
6141
+ 41:"W结尾"
6142
+ 1112:"AAAB"
6143
+ 1222:"ABBB"
6144
+ 1122:"AABB"
6145
+ 1212:"ABAB"
5865
6146
  :rtype: list of int
5866
6147
  """
5867
6148
  return self._ClassThree
@@ -5873,6 +6154,12 @@ class DescribePreReleaseListRequest(AbstractModel):
5873
6154
  @property
5874
6155
  def ClassFour(self):
5875
6156
  """四级分类
6157
+ 1:"仅含2种数字"
6158
+ 1:"仅含2种数字"
6159
+ 2:"仅含3种数字"
6160
+ 4:"仅含1种字母"
6161
+ 8:"仅含1种数字"
6162
+
5876
6163
  :rtype: list of int
5877
6164
  """
5878
6165
  return self._ClassFour
@@ -5883,7 +6170,7 @@ class DescribePreReleaseListRequest(AbstractModel):
5883
6170
 
5884
6171
  @property
5885
6172
  def FilterStart(self):
5886
- """排除关键字,开头
6173
+ """是否以域名开头排除关键词进行搜索
5887
6174
  :rtype: bool
5888
6175
  """
5889
6176
  return self._FilterStart
@@ -5894,7 +6181,7 @@ class DescribePreReleaseListRequest(AbstractModel):
5894
6181
 
5895
6182
  @property
5896
6183
  def FilterEnd(self):
5897
- """排除关键字,结尾
6184
+ """是否以域名结尾排除关键词进行搜索
5898
6185
  :rtype: bool
5899
6186
  """
5900
6187
  return self._FilterEnd
@@ -5905,7 +6192,11 @@ class DescribePreReleaseListRequest(AbstractModel):
5905
6192
 
5906
6193
  @property
5907
6194
  def FilterWords(self):
5908
- """排除关键字
6195
+ """域名排除关键词
6196
+ 单独使用FilterWords:使用排除关键词进行搜索
6197
+ FilterWords+FilterStart(true):使用域名开头排除关键词进行搜索
6198
+ FilterWords+FilterEnd(true):使用域名结尾排除关键词进行搜索
6199
+ FilterWords+FilterStart(true)+FilterEnd(true):使用域名开头或结尾排除关键词进行搜索
5909
6200
  :rtype: str
5910
6201
  """
5911
6202
  return self._FilterWords
@@ -5916,7 +6207,8 @@ class DescribePreReleaseListRequest(AbstractModel):
5916
6207
 
5917
6208
  @property
5918
6209
  def TransType(self):
5919
- """交易类型
6210
+ """交易类型(目前只支持10)
6211
+ 10: 预释放域名
5920
6212
  :rtype: int
5921
6213
  """
5922
6214
  return self._TransType
@@ -5927,7 +6219,7 @@ class DescribePreReleaseListRequest(AbstractModel):
5927
6219
 
5928
6220
  @property
5929
6221
  def IsTop(self):
5930
- """搜索白金域名
6222
+ """是否搜索白金域名
5931
6223
  :rtype: bool
5932
6224
  """
5933
6225
  return self._IsTop
@@ -5938,7 +6230,7 @@ class DescribePreReleaseListRequest(AbstractModel):
5938
6230
 
5939
6231
  @property
5940
6232
  def EndTimeSort(self):
5941
- """结束时间排序啊 desc:倒序 asc:正序
6233
+ """结束时间排序 desc:倒序 asc:正序
5942
6234
  :rtype: str
5943
6235
  """
5944
6236
  return self._EndTimeSort
@@ -5949,7 +6241,7 @@ class DescribePreReleaseListRequest(AbstractModel):
5949
6241
 
5950
6242
  @property
5951
6243
  def EndTime(self):
5952
- """结束时间
6244
+ """结束时间(YYYY-MM-DD)
5953
6245
  :rtype: str
5954
6246
  """
5955
6247
  return self._EndTime
@@ -6000,10 +6292,8 @@ class DescribePreReleaseListResponse(AbstractModel):
6000
6292
  def __init__(self):
6001
6293
  r"""
6002
6294
  :param _TotalCount: 数量
6003
- 注意:此字段可能返回 null,表示取不到有效值。
6004
6295
  :type TotalCount: int
6005
6296
  :param _PreReleaseList: 预释放列表
6006
- 注意:此字段可能返回 null,表示取不到有效值。
6007
6297
  :type PreReleaseList: list of PreReleaseInfo
6008
6298
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6009
6299
  :type RequestId: str
@@ -6015,7 +6305,6 @@ class DescribePreReleaseListResponse(AbstractModel):
6015
6305
  @property
6016
6306
  def TotalCount(self):
6017
6307
  """数量
6018
- 注意:此字段可能返回 null,表示取不到有效值。
6019
6308
  :rtype: int
6020
6309
  """
6021
6310
  return self._TotalCount
@@ -6027,7 +6316,6 @@ class DescribePreReleaseListResponse(AbstractModel):
6027
6316
  @property
6028
6317
  def PreReleaseList(self):
6029
6318
  """预释放列表
6030
- 注意:此字段可能返回 null,表示取不到有效值。
6031
6319
  :rtype: list of PreReleaseInfo
6032
6320
  """
6033
6321
  return self._PreReleaseList
@@ -6575,14 +6863,16 @@ class DescribeTemplateRequest(AbstractModel):
6575
6863
 
6576
6864
  def __init__(self):
6577
6865
  r"""
6578
- :param _TemplateId: 模板ID(模板列表接口可获取)
6866
+ :param _TemplateId: 模板ID
6867
+ 通过DescribeTemplateList接口获取:https://cloud.tencent.com/document/api/242/48940
6579
6868
  :type TemplateId: str
6580
6869
  """
6581
6870
  self._TemplateId = None
6582
6871
 
6583
6872
  @property
6584
6873
  def TemplateId(self):
6585
- """模板ID(模板列表接口可获取)
6874
+ """模板ID
6875
+ 通过DescribeTemplateList接口获取:https://cloud.tencent.com/document/api/242/48940
6586
6876
  :rtype: str
6587
6877
  """
6588
6878
  return self._TemplateId
@@ -6752,10 +7042,12 @@ class DescribeUnPreDomainDetailResponse(AbstractModel):
6752
7042
  :param _ExpireTime: 到期时间
6753
7043
  :type ExpireTime: str
6754
7044
  :param _Status: 域名状态
7045
+ bid:出价
7046
+ noAction:无法操作
6755
7047
  :type Status: str
6756
- :param _CurrentPrice: 域名价格
7048
+ :param _CurrentPrice: 域名价格 单位元
6757
7049
  :type CurrentPrice: float
6758
- :param _AppointBondPrice: 域名保证金
7050
+ :param _AppointBondPrice: 域名保证金 单位元
6759
7051
  :type AppointBondPrice: float
6760
7052
  :param _IsAppoint: 是否已经预约
6761
7053
  :type IsAppoint: bool
@@ -6837,6 +7129,8 @@ class DescribeUnPreDomainDetailResponse(AbstractModel):
6837
7129
  @property
6838
7130
  def Status(self):
6839
7131
  """域名状态
7132
+ bid:出价
7133
+ noAction:无法操作
6840
7134
  :rtype: str
6841
7135
  """
6842
7136
  return self._Status
@@ -6847,7 +7141,7 @@ class DescribeUnPreDomainDetailResponse(AbstractModel):
6847
7141
 
6848
7142
  @property
6849
7143
  def CurrentPrice(self):
6850
- """域名价格
7144
+ """域名价格 单位元
6851
7145
  :rtype: float
6852
7146
  """
6853
7147
  return self._CurrentPrice
@@ -6858,7 +7152,7 @@ class DescribeUnPreDomainDetailResponse(AbstractModel):
6858
7152
 
6859
7153
  @property
6860
7154
  def AppointBondPrice(self):
6861
- """域名保证金
7155
+ """域名保证金 单位元
6862
7156
  :rtype: float
6863
7157
  """
6864
7158
  return self._AppointBondPrice
@@ -6946,7 +7240,6 @@ Reject:实名审核失败
6946
7240
  NoAudit: 无需实名认证
6947
7241
  :type RealNameAuditStatus: str
6948
7242
  :param _RealNameAuditUnpassReason: 域名实名认证不通过原因。
6949
- 注意:此字段可能返回 null,表示取不到有效值。
6950
7243
  :type RealNameAuditUnpassReason: str
6951
7244
  :param _DomainNameAuditStatus: 域名命名审核状态。
6952
7245
  NotAudit:命名审核未上传
@@ -7063,7 +7356,6 @@ NoAudit: 无需实名认证
7063
7356
  @property
7064
7357
  def RealNameAuditUnpassReason(self):
7065
7358
  """域名实名认证不通过原因。
7066
- 注意:此字段可能返回 null,表示取不到有效值。
7067
7359
  :rtype: str
7068
7360
  """
7069
7361
  return self._RealNameAuditUnpassReason
@@ -7255,7 +7547,17 @@ class DomainBatchDetailSet(AbstractModel):
7255
7547
  r"""
7256
7548
  :param _Id: 详情ID
7257
7549
  :type Id: int
7258
- :param _Action: 类型 new: 注册域名 batch_transfer_prohibition_on:开启禁止转移 batch_transfer_prohibition_off:关闭禁止转移 batch_update_prohibition_on:开启禁止更新 batch_update_prohibition_off:关闭禁止更新
7550
+ :param _Action: 类型
7551
+ new:注册域名
7552
+ renew:续费域名
7553
+ batch_transfer_prohibition_on:开启禁止转移锁
7554
+ batch_transfer_prohibition_off:关闭禁止转移锁
7555
+ batch_update_prohibition_on:开启禁止更新锁
7556
+ batch_update_prohibition_off:关闭禁止更新锁
7557
+ batch_modify_owner:域名转移
7558
+ batch_modify_domain_info:域名信息修改
7559
+ batch_transfer_in:域名转入
7560
+ batch_cancel_transfer_out:域名取消转出
7259
7561
  :type Action: str
7260
7562
  :param _Domain: 域名
7261
7563
  :type Domain: str
@@ -7264,15 +7566,13 @@ doing 执行中。
7264
7566
  failed 操作失败。
7265
7567
  success 操作成功。
7266
7568
  :type Status: str
7267
- :param _Reason: 失败原因
7268
- 注意:此字段可能返回 null,表示取不到有效值。
7569
+ :param _Reason: 失败原因,如果状态成功(Status:success),则该字段为空
7269
7570
  :type Reason: str
7270
7571
  :param _CreatedOn: 创建时间
7271
7572
  :type CreatedOn: str
7272
7573
  :param _UpdatedOn: 更新时间
7273
7574
  :type UpdatedOn: str
7274
7575
  :param _BigDealId: 订单号
7275
- 注意:此字段可能返回 null,表示取不到有效值。
7276
7576
  :type BigDealId: str
7277
7577
  """
7278
7578
  self._Id = None
@@ -7297,7 +7597,17 @@ success 操作成功。
7297
7597
 
7298
7598
  @property
7299
7599
  def Action(self):
7300
- """类型 new: 注册域名 batch_transfer_prohibition_on:开启禁止转移 batch_transfer_prohibition_off:关闭禁止转移 batch_update_prohibition_on:开启禁止更新 batch_update_prohibition_off:关闭禁止更新
7600
+ """类型
7601
+ new:注册域名
7602
+ renew:续费域名
7603
+ batch_transfer_prohibition_on:开启禁止转移锁
7604
+ batch_transfer_prohibition_off:关闭禁止转移锁
7605
+ batch_update_prohibition_on:开启禁止更新锁
7606
+ batch_update_prohibition_off:关闭禁止更新锁
7607
+ batch_modify_owner:域名转移
7608
+ batch_modify_domain_info:域名信息修改
7609
+ batch_transfer_in:域名转入
7610
+ batch_cancel_transfer_out:域名取消转出
7301
7611
  :rtype: str
7302
7612
  """
7303
7613
  return self._Action
@@ -7333,8 +7643,7 @@ success 操作成功。
7333
7643
 
7334
7644
  @property
7335
7645
  def Reason(self):
7336
- """失败原因
7337
- 注意:此字段可能返回 null,表示取不到有效值。
7646
+ """失败原因,如果状态成功(Status:success),则该字段为空
7338
7647
  :rtype: str
7339
7648
  """
7340
7649
  return self._Reason
@@ -7368,7 +7677,6 @@ success 操作成功。
7368
7677
  @property
7369
7678
  def BigDealId(self):
7370
7679
  """订单号
7371
- 注意:此字段可能返回 null,表示取不到有效值。
7372
7680
  :rtype: str
7373
7681
  """
7374
7682
  return self._BigDealId
@@ -7420,6 +7728,10 @@ done 执行完成。
7420
7728
  :type Doing: int
7421
7729
  :param _Failed: 批量操作失败个数
7422
7730
  :type Failed: int
7731
+ :param _PayStatus: 是否付费
7732
+ :type PayStatus: bool
7733
+ :param _BigDealId: 大订单ID
7734
+ :type BigDealId: str
7423
7735
  """
7424
7736
  self._LogId = None
7425
7737
  self._Number = None
@@ -7428,6 +7740,8 @@ done 执行完成。
7428
7740
  self._Success = None
7429
7741
  self._Doing = None
7430
7742
  self._Failed = None
7743
+ self._PayStatus = None
7744
+ self._BigDealId = None
7431
7745
 
7432
7746
  @property
7433
7747
  def LogId(self):
@@ -7508,6 +7822,28 @@ done 执行完成。
7508
7822
  def Failed(self, Failed):
7509
7823
  self._Failed = Failed
7510
7824
 
7825
+ @property
7826
+ def PayStatus(self):
7827
+ """是否付费
7828
+ :rtype: bool
7829
+ """
7830
+ return self._PayStatus
7831
+
7832
+ @PayStatus.setter
7833
+ def PayStatus(self, PayStatus):
7834
+ self._PayStatus = PayStatus
7835
+
7836
+ @property
7837
+ def BigDealId(self):
7838
+ """大订单ID
7839
+ :rtype: str
7840
+ """
7841
+ return self._BigDealId
7842
+
7843
+ @BigDealId.setter
7844
+ def BigDealId(self, BigDealId):
7845
+ self._BigDealId = BigDealId
7846
+
7511
7847
 
7512
7848
  def _deserialize(self, params):
7513
7849
  self._LogId = params.get("LogId")
@@ -7517,6 +7853,8 @@ done 执行完成。
7517
7853
  self._Success = params.get("Success")
7518
7854
  self._Doing = params.get("Doing")
7519
7855
  self._Failed = params.get("Failed")
7856
+ self._PayStatus = params.get("PayStatus")
7857
+ self._BigDealId = params.get("BigDealId")
7520
7858
  memeber_set = set(params.keys())
7521
7859
  for name, value in vars(self).items():
7522
7860
  property_name = name[1:]
@@ -7736,7 +8074,6 @@ Reject:实名审核失败
7736
8074
  NoAudit: 无需实名认证
7737
8075
  :type RealNameAuditStatus: str
7738
8076
  :param _RealNameAuditUnpassReason: 域名实名认证不通过原因。
7739
- 注意:此字段可能返回 null,表示取不到有效值。
7740
8077
  :type RealNameAuditUnpassReason: str
7741
8078
  :param _DomainNameAuditStatus: 域名命名审核状态。
7742
8079
  NotAudit:命名审核未上传
@@ -7746,7 +8083,6 @@ Approved:域名命名审核通过
7746
8083
  Rejected:域名命名审核拒绝
7747
8084
  :type DomainNameAuditStatus: str
7748
8085
  :param _DomainNameAuditUnpassReason: 域名命名审核不通过原因。
7749
- 注意:此字段可能返回 null,表示取不到有效值。
7750
8086
  :type DomainNameAuditUnpassReason: str
7751
8087
  :param _CreationDate: 注册时间。
7752
8088
  :type CreationDate: str
@@ -7868,7 +8204,6 @@ NoAudit: 无需实名认证
7868
8204
  @property
7869
8205
  def RealNameAuditUnpassReason(self):
7870
8206
  """域名实名认证不通过原因。
7871
- 注意:此字段可能返回 null,表示取不到有效值。
7872
8207
  :rtype: str
7873
8208
  """
7874
8209
  return self._RealNameAuditUnpassReason
@@ -7896,7 +8231,6 @@ Rejected:域名命名审核拒绝
7896
8231
  @property
7897
8232
  def DomainNameAuditUnpassReason(self):
7898
8233
  """域名命名审核不通过原因。
7899
- 注意:此字段可能返回 null,表示取不到有效值。
7900
8234
  :rtype: str
7901
8235
  """
7902
8236
  return self._DomainNameAuditUnpassReason
@@ -8119,10 +8453,8 @@ class FailReservedDomainInfo(AbstractModel):
8119
8453
  def __init__(self):
8120
8454
  r"""
8121
8455
  :param _Domain: 域名
8122
- 注意:此字段可能返回 null,表示取不到有效值。
8123
8456
  :type Domain: str
8124
8457
  :param _FailReason: 预约失败原因
8125
- 注意:此字段可能返回 null,表示取不到有效值。
8126
8458
  :type FailReason: str
8127
8459
  """
8128
8460
  self._Domain = None
@@ -8131,7 +8463,6 @@ class FailReservedDomainInfo(AbstractModel):
8131
8463
  @property
8132
8464
  def Domain(self):
8133
8465
  """域名
8134
- 注意:此字段可能返回 null,表示取不到有效值。
8135
8466
  :rtype: str
8136
8467
  """
8137
8468
  return self._Domain
@@ -8143,7 +8474,6 @@ class FailReservedDomainInfo(AbstractModel):
8143
8474
  @property
8144
8475
  def FailReason(self):
8145
8476
  """预约失败原因
8146
- 注意:此字段可能返回 null,表示取不到有效值。
8147
8477
  :rtype: str
8148
8478
  """
8149
8479
  return self._FailReason
@@ -8377,8 +8707,9 @@ class ModifyDomainOwnerBatchRequest(AbstractModel):
8377
8707
  def __init__(self):
8378
8708
  r"""
8379
8709
  :param _Domains: 要过户的域名。
8710
+ 一次提交不大于4000个
8380
8711
  :type Domains: list of str
8381
- :param _NewOwnerUin: 转入账户的uin。
8712
+ :param _NewOwnerUin: 转入账户的主uin。
8382
8713
  :type NewOwnerUin: str
8383
8714
  :param _TransferDns: 是否同时转移对应的 DNS 解析域名,默认false
8384
8715
  :type TransferDns: bool
@@ -8393,6 +8724,7 @@ class ModifyDomainOwnerBatchRequest(AbstractModel):
8393
8724
  @property
8394
8725
  def Domains(self):
8395
8726
  """要过户的域名。
8727
+ 一次提交不大于4000个
8396
8728
  :rtype: list of str
8397
8729
  """
8398
8730
  return self._Domains
@@ -8403,7 +8735,7 @@ class ModifyDomainOwnerBatchRequest(AbstractModel):
8403
8735
 
8404
8736
  @property
8405
8737
  def NewOwnerUin(self):
8406
- """转入账户的uin。
8738
+ """转入账户的主uin。
8407
8739
  :rtype: str
8408
8740
  """
8409
8741
  return self._NewOwnerUin
@@ -8806,22 +9138,18 @@ class PreAuctionInfo(AbstractModel):
8806
9138
  def __init__(self):
8807
9139
  r"""
8808
9140
  :param _Domain: 域名
8809
- 注意:此字段可能返回 null,表示取不到有效值。
8810
9141
  :type Domain: str
8811
9142
  :param _BiddingTime: 竞价倒计时
8812
- 注意:此字段可能返回 null,表示取不到有效值。
8813
9143
  :type BiddingTime: str
8814
- :param _BidCount: 出价次数
8815
- 注意:此字段可能返回 null,表示取不到有效值。
9144
+ :param _BidCount: 出价次数 单位元
8816
9145
  :type BidCount: int
8817
- :param _Price: 当前价格
8818
- 注意:此字段可能返回 null,表示取不到有效值。
9146
+ :param _Price: 当前价格 单位元
8819
9147
  :type Price: float
8820
- :param _Op: 用户操作 bid:出价 "noAction":无法操作
8821
- 注意:此字段可能返回 null,表示取不到有效值。
9148
+ :param _Op: 用户操作
9149
+ bid:出价
9150
+ noAction:无法操作
8822
9151
  :type Op: str
8823
9152
  :param _BusinessId: 业务ID
8824
- 注意:此字段可能返回 null,表示取不到有效值。
8825
9153
  :type BusinessId: str
8826
9154
  """
8827
9155
  self._Domain = None
@@ -8834,7 +9162,6 @@ class PreAuctionInfo(AbstractModel):
8834
9162
  @property
8835
9163
  def Domain(self):
8836
9164
  """域名
8837
- 注意:此字段可能返回 null,表示取不到有效值。
8838
9165
  :rtype: str
8839
9166
  """
8840
9167
  return self._Domain
@@ -8846,7 +9173,6 @@ class PreAuctionInfo(AbstractModel):
8846
9173
  @property
8847
9174
  def BiddingTime(self):
8848
9175
  """竞价倒计时
8849
- 注意:此字段可能返回 null,表示取不到有效值。
8850
9176
  :rtype: str
8851
9177
  """
8852
9178
  return self._BiddingTime
@@ -8857,8 +9183,7 @@ class PreAuctionInfo(AbstractModel):
8857
9183
 
8858
9184
  @property
8859
9185
  def BidCount(self):
8860
- """出价次数
8861
- 注意:此字段可能返回 null,表示取不到有效值。
9186
+ """出价次数 单位元
8862
9187
  :rtype: int
8863
9188
  """
8864
9189
  return self._BidCount
@@ -8869,8 +9194,7 @@ class PreAuctionInfo(AbstractModel):
8869
9194
 
8870
9195
  @property
8871
9196
  def Price(self):
8872
- """当前价格
8873
- 注意:此字段可能返回 null,表示取不到有效值。
9197
+ """当前价格 单位元
8874
9198
  :rtype: float
8875
9199
  """
8876
9200
  return self._Price
@@ -8881,8 +9205,9 @@ class PreAuctionInfo(AbstractModel):
8881
9205
 
8882
9206
  @property
8883
9207
  def Op(self):
8884
- """用户操作 bid:出价 "noAction":无法操作
8885
- 注意:此字段可能返回 null,表示取不到有效值。
9208
+ """用户操作
9209
+ bid:出价
9210
+ noAction:无法操作
8886
9211
  :rtype: str
8887
9212
  """
8888
9213
  return self._Op
@@ -8894,7 +9219,6 @@ class PreAuctionInfo(AbstractModel):
8894
9219
  @property
8895
9220
  def BusinessId(self):
8896
9221
  """业务ID
8897
- 注意:此字段可能返回 null,表示取不到有效值。
8898
9222
  :rtype: str
8899
9223
  """
8900
9224
  return self._BusinessId
@@ -8929,34 +9253,30 @@ class PreReleaseInfo(AbstractModel):
8929
9253
  def __init__(self):
8930
9254
  r"""
8931
9255
  :param _Domain: 域名
8932
- 注意:此字段可能返回 null,表示取不到有效值。
8933
9256
  :type Domain: str
8934
- :param _ReservationTime: 预订倒计时
8935
- 注意:此字段可能返回 null,表示取不到有效值。
9257
+ :param _ReservationTime: 预订倒计时(YYYY-MM-DD hh:mm:ss)
8936
9258
  :type ReservationTime: str
8937
- :param _RegTime: 域名注册时间
8938
- 注意:此字段可能返回 null,表示取不到有效值。
9259
+ :param _RegTime: 域名注册时间(YYYY-MM-DD hh:mm:ss)
8939
9260
  :type RegTime: str
8940
- :param _DelTime: 域名删除时间
8941
- 注意:此字段可能返回 null,表示取不到有效值。
9261
+ :param _DelTime: 域名删除时间(YYYY-MM-DD hh:mm:ss)
8942
9262
  :type DelTime: str
8943
9263
  :param _CurrentPeople: 当前人数
8944
- 注意:此字段可能返回 null,表示取不到有效值。
8945
9264
  :type CurrentPeople: int
8946
9265
  :param _Price: 当前价格
8947
- 注意:此字段可能返回 null,表示取不到有效值。
8948
9266
  :type Price: float
8949
9267
  :param _IsFollow: 是否收藏
8950
- 注意:此字段可能返回 null,表示取不到有效值。
9268
+ true:收藏
9269
+ false:未收藏
8951
9270
  :type IsFollow: bool
8952
9271
  :param _IsAppoint: 是否已经预约
8953
- 注意:此字段可能返回 null,表示取不到有效值。
9272
+ true:预约
9273
+ false:未预约
8954
9274
  :type IsAppoint: bool
8955
9275
  :param _BusinessId: 业务ID
8956
- 注意:此字段可能返回 null,表示取不到有效值。
8957
9276
  :type BusinessId: str
8958
9277
  :param _IsDomainUser: 是否为原持有者
8959
- 注意:此字段可能返回 null,表示取不到有效值。
9278
+ true:是原持有人
9279
+ false:非原持有人
8960
9280
  :type IsDomainUser: bool
8961
9281
  """
8962
9282
  self._Domain = None
@@ -8973,7 +9293,6 @@ class PreReleaseInfo(AbstractModel):
8973
9293
  @property
8974
9294
  def Domain(self):
8975
9295
  """域名
8976
- 注意:此字段可能返回 null,表示取不到有效值。
8977
9296
  :rtype: str
8978
9297
  """
8979
9298
  return self._Domain
@@ -8984,8 +9303,7 @@ class PreReleaseInfo(AbstractModel):
8984
9303
 
8985
9304
  @property
8986
9305
  def ReservationTime(self):
8987
- """预订倒计时
8988
- 注意:此字段可能返回 null,表示取不到有效值。
9306
+ """预订倒计时(YYYY-MM-DD hh:mm:ss)
8989
9307
  :rtype: str
8990
9308
  """
8991
9309
  return self._ReservationTime
@@ -8996,8 +9314,7 @@ class PreReleaseInfo(AbstractModel):
8996
9314
 
8997
9315
  @property
8998
9316
  def RegTime(self):
8999
- """域名注册时间
9000
- 注意:此字段可能返回 null,表示取不到有效值。
9317
+ """域名注册时间(YYYY-MM-DD hh:mm:ss)
9001
9318
  :rtype: str
9002
9319
  """
9003
9320
  return self._RegTime
@@ -9008,8 +9325,7 @@ class PreReleaseInfo(AbstractModel):
9008
9325
 
9009
9326
  @property
9010
9327
  def DelTime(self):
9011
- """域名删除时间
9012
- 注意:此字段可能返回 null,表示取不到有效值。
9328
+ """域名删除时间(YYYY-MM-DD hh:mm:ss)
9013
9329
  :rtype: str
9014
9330
  """
9015
9331
  return self._DelTime
@@ -9021,7 +9337,6 @@ class PreReleaseInfo(AbstractModel):
9021
9337
  @property
9022
9338
  def CurrentPeople(self):
9023
9339
  """当前人数
9024
- 注意:此字段可能返回 null,表示取不到有效值。
9025
9340
  :rtype: int
9026
9341
  """
9027
9342
  return self._CurrentPeople
@@ -9033,7 +9348,6 @@ class PreReleaseInfo(AbstractModel):
9033
9348
  @property
9034
9349
  def Price(self):
9035
9350
  """当前价格
9036
- 注意:此字段可能返回 null,表示取不到有效值。
9037
9351
  :rtype: float
9038
9352
  """
9039
9353
  return self._Price
@@ -9045,7 +9359,8 @@ class PreReleaseInfo(AbstractModel):
9045
9359
  @property
9046
9360
  def IsFollow(self):
9047
9361
  """是否收藏
9048
- 注意:此字段可能返回 null,表示取不到有效值。
9362
+ true:收藏
9363
+ false:未收藏
9049
9364
  :rtype: bool
9050
9365
  """
9051
9366
  return self._IsFollow
@@ -9057,7 +9372,8 @@ class PreReleaseInfo(AbstractModel):
9057
9372
  @property
9058
9373
  def IsAppoint(self):
9059
9374
  """是否已经预约
9060
- 注意:此字段可能返回 null,表示取不到有效值。
9375
+ true:预约
9376
+ false:未预约
9061
9377
  :rtype: bool
9062
9378
  """
9063
9379
  return self._IsAppoint
@@ -9069,7 +9385,6 @@ class PreReleaseInfo(AbstractModel):
9069
9385
  @property
9070
9386
  def BusinessId(self):
9071
9387
  """业务ID
9072
- 注意:此字段可能返回 null,表示取不到有效值。
9073
9388
  :rtype: str
9074
9389
  """
9075
9390
  return self._BusinessId
@@ -9081,7 +9396,8 @@ class PreReleaseInfo(AbstractModel):
9081
9396
  @property
9082
9397
  def IsDomainUser(self):
9083
9398
  """是否为原持有者
9084
- 注意:此字段可能返回 null,表示取不到有效值。
9399
+ true:是原持有人
9400
+ false:非原持有人
9085
9401
  :rtype: bool
9086
9402
  """
9087
9403
  return self._IsDomainUser
@@ -9215,17 +9531,13 @@ class PriceScopeConf(AbstractModel):
9215
9531
 
9216
9532
  def __init__(self):
9217
9533
  r"""
9218
- :param _MaxPrice: 最高价格
9219
- 注意:此字段可能返回 null,表示取不到有效值。
9534
+ :param _MaxPrice: 最高价格 单位元
9220
9535
  :type MaxPrice: float
9221
- :param _MinPrice: 最低价格
9222
- 注意:此字段可能返回 null,表示取不到有效值。
9536
+ :param _MinPrice: 最低价格 单位元
9223
9537
  :type MinPrice: float
9224
- :param _Price: 价格幅度
9225
- 注意:此字段可能返回 null,表示取不到有效值。
9538
+ :param _Price: 价格幅度 单位元
9226
9539
  :type Price: float
9227
- :param _DepositPrice: 保证金
9228
- 注意:此字段可能返回 null,表示取不到有效值。
9540
+ :param _DepositPrice: 保证金 单位元
9229
9541
  :type DepositPrice: float
9230
9542
  """
9231
9543
  self._MaxPrice = None
@@ -9235,8 +9547,7 @@ class PriceScopeConf(AbstractModel):
9235
9547
 
9236
9548
  @property
9237
9549
  def MaxPrice(self):
9238
- """最高价格
9239
- 注意:此字段可能返回 null,表示取不到有效值。
9550
+ """最高价格 单位元
9240
9551
  :rtype: float
9241
9552
  """
9242
9553
  return self._MaxPrice
@@ -9247,8 +9558,7 @@ class PriceScopeConf(AbstractModel):
9247
9558
 
9248
9559
  @property
9249
9560
  def MinPrice(self):
9250
- """最低价格
9251
- 注意:此字段可能返回 null,表示取不到有效值。
9561
+ """最低价格 单位元
9252
9562
  :rtype: float
9253
9563
  """
9254
9564
  return self._MinPrice
@@ -9259,8 +9569,7 @@ class PriceScopeConf(AbstractModel):
9259
9569
 
9260
9570
  @property
9261
9571
  def Price(self):
9262
- """价格幅度
9263
- 注意:此字段可能返回 null,表示取不到有效值。
9572
+ """价格幅度 单位元
9264
9573
  :rtype: float
9265
9574
  """
9266
9575
  return self._Price
@@ -9271,8 +9580,7 @@ class PriceScopeConf(AbstractModel):
9271
9580
 
9272
9581
  @property
9273
9582
  def DepositPrice(self):
9274
- """保证金
9275
- 注意:此字段可能返回 null,表示取不到有效值。
9583
+ """保证金 单位元
9276
9584
  :rtype: float
9277
9585
  """
9278
9586
  return self._DepositPrice
@@ -9304,9 +9612,10 @@ class RenewDomainBatchRequest(AbstractModel):
9304
9612
 
9305
9613
  def __init__(self):
9306
9614
  r"""
9307
- :param _Period: 域名续费的年限。
9615
+ :param _Period: 域名续费的年限。取值范围[1,9]
9308
9616
  :type Period: int
9309
9617
  :param _Domains: 批量续费的域名。
9618
+ 一次提交不大于4000个
9310
9619
  :type Domains: list of str
9311
9620
  :param _PayMode: 付费模式 0手动在线付费,1使用余额付费,2使用特惠包。
9312
9621
  :type PayMode: int
@@ -9335,7 +9644,7 @@ class RenewDomainBatchRequest(AbstractModel):
9335
9644
 
9336
9645
  @property
9337
9646
  def Period(self):
9338
- """域名续费的年限。
9647
+ """域名续费的年限。取值范围[1,9]
9339
9648
  :rtype: int
9340
9649
  """
9341
9650
  return self._Period
@@ -9347,6 +9656,7 @@ class RenewDomainBatchRequest(AbstractModel):
9347
9656
  @property
9348
9657
  def Domains(self):
9349
9658
  """批量续费的域名。
9659
+ 一次提交不大于4000个
9350
9660
  :rtype: list of str
9351
9661
  """
9352
9662
  return self._Domains
@@ -9495,16 +9805,12 @@ class ReserveBidInfo(AbstractModel):
9495
9805
  def __init__(self):
9496
9806
  r"""
9497
9807
  :param _User: 用户
9498
- 注意:此字段可能返回 null,表示取不到有效值。
9499
9808
  :type User: str
9500
9809
  :param _Price: 出价
9501
- 注意:此字段可能返回 null,表示取不到有效值。
9502
9810
  :type Price: int
9503
9811
  :param _BidTime: 出价时间
9504
- 注意:此字段可能返回 null,表示取不到有效值。
9505
9812
  :type BidTime: str
9506
9813
  :param _BidStatus: 当前状态
9507
- 注意:此字段可能返回 null,表示取不到有效值。
9508
9814
  :type BidStatus: str
9509
9815
  """
9510
9816
  self._User = None
@@ -9515,7 +9821,6 @@ class ReserveBidInfo(AbstractModel):
9515
9821
  @property
9516
9822
  def User(self):
9517
9823
  """用户
9518
- 注意:此字段可能返回 null,表示取不到有效值。
9519
9824
  :rtype: str
9520
9825
  """
9521
9826
  return self._User
@@ -9527,7 +9832,6 @@ class ReserveBidInfo(AbstractModel):
9527
9832
  @property
9528
9833
  def Price(self):
9529
9834
  """出价
9530
- 注意:此字段可能返回 null,表示取不到有效值。
9531
9835
  :rtype: int
9532
9836
  """
9533
9837
  return self._Price
@@ -9539,7 +9843,6 @@ class ReserveBidInfo(AbstractModel):
9539
9843
  @property
9540
9844
  def BidTime(self):
9541
9845
  """出价时间
9542
- 注意:此字段可能返回 null,表示取不到有效值。
9543
9846
  :rtype: str
9544
9847
  """
9545
9848
  return self._BidTime
@@ -9551,7 +9854,6 @@ class ReserveBidInfo(AbstractModel):
9551
9854
  @property
9552
9855
  def BidStatus(self):
9553
9856
  """当前状态
9554
- 注意:此字段可能返回 null,表示取不到有效值。
9555
9857
  :rtype: str
9556
9858
  """
9557
9859
  return self._BidStatus
@@ -9699,22 +10001,16 @@ class ReservedPreDomainInfo(AbstractModel):
9699
10001
  :param _ReservedStatus: 1. 预定成功 2. 预定失败(预定失败Reason字段将会被赋值)3. 域名交割中 4. 域名交割完成
9700
10002
  :type ReservedStatus: int
9701
10003
  :param _FailReason: 域名预定失败原因
9702
- 注意:此字段可能返回 null,表示取不到有效值。
9703
10004
  :type FailReason: str
9704
10005
  :param _ChangeOwnerTime: 预计变更所有权时间(仅用于参考,实际时间会存在误差)
9705
- 注意:此字段可能返回 null,表示取不到有效值。
9706
10006
  :type ChangeOwnerTime: str
9707
10007
  :param _RegTime: 注册时间
9708
- 注意:此字段可能返回 null,表示取不到有效值。
9709
10008
  :type RegTime: str
9710
10009
  :param _ExpireTime: 到期时间
9711
- 注意:此字段可能返回 null,表示取不到有效值。
9712
10010
  :type ExpireTime: str
9713
10011
  :param _ResourceId: 资源ID,用于删除资源信息
9714
- 注意:此字段可能返回 null,表示取不到有效值。
9715
10012
  :type ResourceId: str
9716
10013
  :param _BusinessId: 业务ID
9717
- 注意:此字段可能返回 null,表示取不到有效值。
9718
10014
  :type BusinessId: str
9719
10015
  """
9720
10016
  self._Domain = None
@@ -9751,7 +10047,6 @@ class ReservedPreDomainInfo(AbstractModel):
9751
10047
  @property
9752
10048
  def FailReason(self):
9753
10049
  """域名预定失败原因
9754
- 注意:此字段可能返回 null,表示取不到有效值。
9755
10050
  :rtype: str
9756
10051
  """
9757
10052
  return self._FailReason
@@ -9763,7 +10058,6 @@ class ReservedPreDomainInfo(AbstractModel):
9763
10058
  @property
9764
10059
  def ChangeOwnerTime(self):
9765
10060
  """预计变更所有权时间(仅用于参考,实际时间会存在误差)
9766
- 注意:此字段可能返回 null,表示取不到有效值。
9767
10061
  :rtype: str
9768
10062
  """
9769
10063
  return self._ChangeOwnerTime
@@ -9775,7 +10069,6 @@ class ReservedPreDomainInfo(AbstractModel):
9775
10069
  @property
9776
10070
  def RegTime(self):
9777
10071
  """注册时间
9778
- 注意:此字段可能返回 null,表示取不到有效值。
9779
10072
  :rtype: str
9780
10073
  """
9781
10074
  return self._RegTime
@@ -9787,7 +10080,6 @@ class ReservedPreDomainInfo(AbstractModel):
9787
10080
  @property
9788
10081
  def ExpireTime(self):
9789
10082
  """到期时间
9790
- 注意:此字段可能返回 null,表示取不到有效值。
9791
10083
  :rtype: str
9792
10084
  """
9793
10085
  return self._ExpireTime
@@ -9799,7 +10091,6 @@ class ReservedPreDomainInfo(AbstractModel):
9799
10091
  @property
9800
10092
  def ResourceId(self):
9801
10093
  """资源ID,用于删除资源信息
9802
- 注意:此字段可能返回 null,表示取不到有效值。
9803
10094
  :rtype: str
9804
10095
  """
9805
10096
  return self._ResourceId
@@ -9811,7 +10102,6 @@ class ReservedPreDomainInfo(AbstractModel):
9811
10102
  @property
9812
10103
  def BusinessId(self):
9813
10104
  """业务ID
9814
- 注意:此字段可能返回 null,表示取不到有效值。
9815
10105
  :rtype: str
9816
10106
  """
9817
10107
  return self._BusinessId
@@ -9849,11 +10139,11 @@ class ReservedPreDomainsRequest(AbstractModel):
9849
10139
  r"""
9850
10140
  :param _DomainList: 预约预释放域名列表
9851
10141
  :type DomainList: list of str
9852
- :param _TemplateId: 模板ID
10142
+ :param _TemplateId: 模板ID 可通过DescribeTemplates接口获取
9853
10143
  :type TemplateId: str
9854
- :param _IsAutoPay: 结束后是否自动支付尾款,默认开启 传入1关闭
10144
+ :param _IsAutoPay: 结束后是否自动支付尾款,默认1 开启 传入0关闭
9855
10145
  :type IsAutoPay: int
9856
- :param _IsBidAutoPay: 结束后是否自动进行梯度保证金扣除,默认开启 传入1关闭
10146
+ :param _IsBidAutoPay: 结束后是否自动进行梯度保证金扣除,默认1开启 传入0关闭
9857
10147
  :type IsBidAutoPay: int
9858
10148
  """
9859
10149
  self._DomainList = None
@@ -9874,7 +10164,7 @@ class ReservedPreDomainsRequest(AbstractModel):
9874
10164
 
9875
10165
  @property
9876
10166
  def TemplateId(self):
9877
- """模板ID
10167
+ """模板ID 可通过DescribeTemplates接口获取
9878
10168
  :rtype: str
9879
10169
  """
9880
10170
  return self._TemplateId
@@ -9885,7 +10175,7 @@ class ReservedPreDomainsRequest(AbstractModel):
9885
10175
 
9886
10176
  @property
9887
10177
  def IsAutoPay(self):
9888
- """结束后是否自动支付尾款,默认开启 传入1关闭
10178
+ """结束后是否自动支付尾款,默认1 开启 传入0关闭
9889
10179
  :rtype: int
9890
10180
  """
9891
10181
  return self._IsAutoPay
@@ -9896,7 +10186,7 @@ class ReservedPreDomainsRequest(AbstractModel):
9896
10186
 
9897
10187
  @property
9898
10188
  def IsBidAutoPay(self):
9899
- """结束后是否自动进行梯度保证金扣除,默认开启 传入1关闭
10189
+ """结束后是否自动进行梯度保证金扣除,默认1开启 传入0关闭
9900
10190
  :rtype: int
9901
10191
  """
9902
10192
  return self._IsBidAutoPay
@@ -10090,7 +10380,7 @@ class SetDomainAutoRenewRequest(AbstractModel):
10090
10380
 
10091
10381
  def __init__(self):
10092
10382
  r"""
10093
- :param _DomainId: 域名ID 例如:domain-123abc
10383
+ :param _DomainId: 域名ID 例如:domain-dwerewwq可通过DescribreDomainList接口获取
10094
10384
  :type DomainId: str
10095
10385
  :param _AutoRenew: AutoRenew 有三个可选值:
10096
10386
  0:不设置自动续费
@@ -10103,7 +10393,7 @@ class SetDomainAutoRenewRequest(AbstractModel):
10103
10393
 
10104
10394
  @property
10105
10395
  def DomainId(self):
10106
- """域名ID 例如:domain-123abc
10396
+ """域名ID 例如:domain-dwerewwq可通过DescribreDomainList接口获取
10107
10397
  :rtype: str
10108
10398
  """
10109
10399
  return self._DomainId
@@ -10176,10 +10466,8 @@ class SucDomainInfo(AbstractModel):
10176
10466
  def __init__(self):
10177
10467
  r"""
10178
10468
  :param _Domain: 域名
10179
- 注意:此字段可能返回 null,表示取不到有效值。
10180
10469
  :type Domain: str
10181
10470
  :param _BusinessId: 业务ID
10182
- 注意:此字段可能返回 null,表示取不到有效值。
10183
10471
  :type BusinessId: str
10184
10472
  """
10185
10473
  self._Domain = None
@@ -10188,7 +10476,6 @@ class SucDomainInfo(AbstractModel):
10188
10476
  @property
10189
10477
  def Domain(self):
10190
10478
  """域名
10191
- 注意:此字段可能返回 null,表示取不到有效值。
10192
10479
  :rtype: str
10193
10480
  """
10194
10481
  return self._Domain
@@ -10200,7 +10487,6 @@ class SucDomainInfo(AbstractModel):
10200
10487
  @property
10201
10488
  def BusinessId(self):
10202
10489
  """业务ID
10203
- 注意:此字段可能返回 null,表示取不到有效值。
10204
10490
  :rtype: str
10205
10491
  """
10206
10492
  return self._BusinessId
@@ -10230,14 +10516,14 @@ class SyncCustomDnsHostRequest(AbstractModel):
10230
10516
 
10231
10517
  def __init__(self):
10232
10518
  r"""
10233
- :param _DomainId: 域名实例ID
10519
+ :param _DomainId: 域名实例ID,可以通过DescribeDomainList接口获取
10234
10520
  :type DomainId: str
10235
10521
  """
10236
10522
  self._DomainId = None
10237
10523
 
10238
10524
  @property
10239
10525
  def DomainId(self):
10240
- """域名实例ID
10526
+ """域名实例ID,可以通过DescribeDomainList接口获取
10241
10527
  :rtype: str
10242
10528
  """
10243
10529
  return self._DomainId
@@ -10311,7 +10597,12 @@ class TemplateInfo(AbstractModel):
10311
10597
  r"""
10312
10598
  :param _TemplateId: 模板ID
10313
10599
  :type TemplateId: str
10314
- :param _AuditStatus: 认证状态:未实名认证:NotUpload, 实名审核中:InAudit,已实名认证:Approved,实名审核失败:Reject
10600
+ :param _AuditStatus: 认证状态:
10601
+ NotUpload: 未实名认证
10602
+ InAudit: 实名审核中
10603
+ Approved: 已实名认证
10604
+ Reject: 实名审核失败
10605
+ NotVerified: 实名信息待修改
10315
10606
  :type AuditStatus: str
10316
10607
  :param _CreatedOn: 创建时间
10317
10608
  :type CreatedOn: str
@@ -10360,7 +10651,12 @@ class TemplateInfo(AbstractModel):
10360
10651
 
10361
10652
  @property
10362
10653
  def AuditStatus(self):
10363
- """认证状态:未实名认证:NotUpload, 实名审核中:InAudit,已实名认证:Approved,实名审核失败:Reject
10654
+ """认证状态:
10655
+ NotUpload: 未实名认证
10656
+ InAudit: 实名审核中
10657
+ Approved: 已实名认证
10658
+ Reject: 实名审核失败
10659
+ NotVerified: 实名信息待修改
10364
10660
  :rtype: str
10365
10661
  """
10366
10662
  return self._AuditStatus
@@ -10515,10 +10811,12 @@ class TransferInDomainBatchRequest(AbstractModel):
10515
10811
  def __init__(self):
10516
10812
  r"""
10517
10813
  :param _Domains: 转入的域名名称数组。
10814
+ 一次提交不大于4000个
10518
10815
  :type Domains: list of str
10519
10816
  :param _PassWords: 域名转移码数组。
10520
10817
  :type PassWords: list of str
10521
10818
  :param _TemplateId: 模板ID。
10819
+ 可通过DescribeTemplates接口获取
10522
10820
  :type TemplateId: str
10523
10821
  :param _PayMode: 付费模式 0手动在线付费,1使用余额付费。
10524
10822
  :type PayMode: int
@@ -10556,6 +10854,7 @@ false:关闭60天内禁止转移注册商锁定
10556
10854
  @property
10557
10855
  def Domains(self):
10558
10856
  """转入的域名名称数组。
10857
+ 一次提交不大于4000个
10559
10858
  :rtype: list of str
10560
10859
  """
10561
10860
  return self._Domains
@@ -10578,6 +10877,7 @@ false:关闭60天内禁止转移注册商锁定
10578
10877
  @property
10579
10878
  def TemplateId(self):
10580
10879
  """模板ID。
10880
+ 可通过DescribeTemplates接口获取
10581
10881
  :rtype: str
10582
10882
  """
10583
10883
  return self._TemplateId
@@ -10752,10 +11052,11 @@ class TransferProhibitionBatchRequest(AbstractModel):
10752
11052
  def __init__(self):
10753
11053
  r"""
10754
11054
  :param _Domains: 批量操作的域名。
11055
+ 一次提交不大于4000个
10755
11056
  :type Domains: list of str
10756
11057
  :param _Status: 是否开启禁止域名转移。
10757
- True: 开启禁止域名转移状态。
10758
- False:关闭禁止域名转移状态。
11058
+ true: 开启禁止域名转移状态。
11059
+ false:关闭禁止域名转移状态。
10759
11060
  :type Status: bool
10760
11061
  """
10761
11062
  self._Domains = None
@@ -10764,6 +11065,7 @@ False:关闭禁止域名转移状态。
10764
11065
  @property
10765
11066
  def Domains(self):
10766
11067
  """批量操作的域名。
11068
+ 一次提交不大于4000个
10767
11069
  :rtype: list of str
10768
11070
  """
10769
11071
  return self._Domains
@@ -10775,8 +11077,8 @@ False:关闭禁止域名转移状态。
10775
11077
  @property
10776
11078
  def Status(self):
10777
11079
  """是否开启禁止域名转移。
10778
- True: 开启禁止域名转移状态。
10779
- False:关闭禁止域名转移状态。
11080
+ true: 开启禁止域名转移状态。
11081
+ false:关闭禁止域名转移状态。
10780
11082
  :rtype: bool
10781
11083
  """
10782
11084
  return self._Status
@@ -10850,10 +11152,11 @@ class UpdateProhibitionBatchRequest(AbstractModel):
10850
11152
  def __init__(self):
10851
11153
  r"""
10852
11154
  :param _Domains: 批量操作的域名。
11155
+ 一次提交不大于4000个
10853
11156
  :type Domains: list of str
10854
11157
  :param _Status: 是否开启禁止域名更新。
10855
- True:开启禁止域名更新状态。
10856
- False:关闭禁止域名更新状态。
11158
+ true:开启禁止域名更新状态。
11159
+ false:关闭禁止域名更新状态。
10857
11160
  :type Status: bool
10858
11161
  """
10859
11162
  self._Domains = None
@@ -10862,6 +11165,7 @@ False:关闭禁止域名更新状态。
10862
11165
  @property
10863
11166
  def Domains(self):
10864
11167
  """批量操作的域名。
11168
+ 一次提交不大于4000个
10865
11169
  :rtype: list of str
10866
11170
  """
10867
11171
  return self._Domains
@@ -10873,8 +11177,8 @@ False:关闭禁止域名更新状态。
10873
11177
  @property
10874
11178
  def Status(self):
10875
11179
  """是否开启禁止域名更新。
10876
- True:开启禁止域名更新状态。
10877
- False:关闭禁止域名更新状态。
11180
+ true:开启禁止域名更新状态。
11181
+ false:关闭禁止域名更新状态。
10878
11182
  :rtype: bool
10879
11183
  """
10880
11184
  return self._Status