tencentcloud-sdk-dnspod 3.0.765 → 3.0.766
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210323/client.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b65c09a87a1f254689ed8a13db372aec8665b2af
|
|
4
|
+
data.tar.gz: 0bfde86ae17f15bf4d8badb27368f9e8e7428287
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5e0cd72db1170bb32819bfc60bd8ab85c0e786428cb31be08059d7605b9b4f557880360378c438e37138ccdbce45718a602b6493e35f43ad59ee851b072fc06
|
|
7
|
+
data.tar.gz: 6fb5a7055b9a604beb105ed846391be8340b509bf4d3b5157edfe7903b9b3a7ee63c4c32c377a94a21070b07b25713869f234f9d690d3d0474431094be795c93
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.766
|
data/lib/v20210323/client.rb
CHANGED
|
@@ -1184,7 +1184,7 @@ module TencentCloud
|
|
|
1184
1184
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1185
1185
|
end
|
|
1186
1186
|
|
|
1187
|
-
#
|
|
1187
|
+
# 获取账户信息
|
|
1188
1188
|
|
|
1189
1189
|
# @param request: Request instance for DescribeUserDetail.
|
|
1190
1190
|
# @type request: :class:`Tencentcloud::dnspod::V20210323::DescribeUserDetailRequest`
|