tencentcloud-sdk-acp 3.0.1014 → 3.0.1015
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/v20220105/models.rb +0 -4
- 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: f0db37665a49ddfd81505de7a1038626b89a5aa2
|
4
|
+
data.tar.gz: cae2e86a89e1574471cd9a97319e4fe7576ef3e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41ef9319865c2a7decd3848a86da8929259005e8ccc1f4792a4b1d0f7f3af6b0d6dfc50a4034e0977810239b1f4978b73baec87b10f6219fda4afb81012433c9
|
7
|
+
data.tar.gz: 918d1b3406b79d66a43e764c3b8fe3cf1aecba8c8fb67d9fbd6c7be601da47c6dea1fe578ce3d7e2c73b076012e5046b24ad34a0159c3a772641a378e87fb451
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1015
|
data/lib/v20220105/models.rb
CHANGED
@@ -305,7 +305,6 @@ module TencentCloud
|
|
305
305
|
# @param Result: 返回值, 0:成功, 其他值请查看“返回值”定义
|
306
306
|
# @type Result: Integer
|
307
307
|
# @param TaskID: 任务ID
|
308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
309
308
|
# @type TaskID: String
|
310
309
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
311
310
|
# @type RequestId: String
|
@@ -619,13 +618,10 @@ module TencentCloud
|
|
619
618
|
# @param Result: 返回值, 0:成功, 其他值请查看“返回值”定义
|
620
619
|
# @type Result: Integer
|
621
620
|
# @param ReportUrl: 诊断报告/堆栈信息/报告json结果下载链接
|
622
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
623
621
|
# @type ReportUrl: String
|
624
622
|
# @param ReportTitle: 诊断报告/堆栈/报告json结果的名称
|
625
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
626
623
|
# @type ReportTitle: String
|
627
624
|
# @param ReportResult: 诊断json结果内容
|
628
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
629
625
|
# @type ReportResult: String
|
630
626
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
631
627
|
# @type RequestId: String
|