tencentcloud-sdk-mmps 3.0.1028 → 3.0.1030
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/v20200710/models.rb +0 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35640d4349a4defb4e0bc01e53c55269ac208488
|
4
|
+
data.tar.gz: a5e1e9e607b41351a3a97c39a868066bb98adee6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f41801b49d12851043770733eae10f995bd6cea27585c2b61d53f869a4c9eebb28de3c4e7520920549ece8123c61e8e0d4b3d21cfb6201508997803d85a84d42
|
7
|
+
data.tar.gz: 5c2ac609f1d3c2b5a0ff817925c00ae3f7ca1f2e5538b609f383e39486a1082f85a85436b9eaf6fa9334896c15b53358fb28c82867721ee810648565aef58bac
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1030
|
data/lib/v20200710/models.rb
CHANGED
@@ -1026,10 +1026,8 @@ module TencentCloud
|
|
1026
1026
|
# @param Status: 0:默认值(待检测/待咨询), 1.检测中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
|
1027
1027
|
# @type Status: Integer
|
1028
1028
|
# @param ErrMsg: 诊断失败的错误信息
|
1029
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1030
1029
|
# @type ErrMsg: String
|
1031
1030
|
# @param FlowSteps: 任务流详情
|
1032
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1033
1031
|
# @type FlowSteps: Array
|
1034
1032
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1035
1033
|
# @type RequestId: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-mmps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1030
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|