tencentcloud-sdk-mmps 3.0.390 → 3.0.394
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 +7 -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: 104117ebc1ef6ef404fdc58dd692cf428764ef42
|
|
4
|
+
data.tar.gz: 719946e1642be178b8dfa4fc15cf4f7990984e24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67ffede8b66b91724d3b1e6cc51051ee5746cb87bf81bfac8f7fbf795fd9fa44895819b72fde67d3e7c817ce6d9b823b9ebc8a2441fb95df73e181b41683ab7f
|
|
7
|
+
data.tar.gz: 0252411ad40b29f26b21b78f0791a5610f2c0285c51bfa2c60d2d41364825a0360da23fbd88e6b39ee81fdd2b36208a5436d79516fd616f0cc0ebd3985cd677f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.394
|
data/lib/v20200710/models.rb
CHANGED
|
@@ -973,15 +973,19 @@ module TencentCloud
|
|
|
973
973
|
# @param ReportTitle: 诊断报告/堆栈名称
|
|
974
974
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
975
975
|
# @type ReportTitle: String
|
|
976
|
+
# @param ReportResult: 诊断json结果内容
|
|
977
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
978
|
+
# @type ReportResult: String
|
|
976
979
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
977
980
|
# @type RequestId: String
|
|
978
981
|
|
|
979
|
-
attr_accessor :Result, :ReportUrl, :ReportTitle, :RequestId
|
|
982
|
+
attr_accessor :Result, :ReportUrl, :ReportTitle, :ReportResult, :RequestId
|
|
980
983
|
|
|
981
|
-
def initialize(result=nil, reporturl=nil, reporttitle=nil, requestid=nil)
|
|
984
|
+
def initialize(result=nil, reporturl=nil, reporttitle=nil, reportresult=nil, requestid=nil)
|
|
982
985
|
@Result = result
|
|
983
986
|
@ReportUrl = reporturl
|
|
984
987
|
@ReportTitle = reporttitle
|
|
988
|
+
@ReportResult = reportresult
|
|
985
989
|
@RequestId = requestid
|
|
986
990
|
end
|
|
987
991
|
|
|
@@ -989,6 +993,7 @@ module TencentCloud
|
|
|
989
993
|
@Result = params['Result']
|
|
990
994
|
@ReportUrl = params['ReportUrl']
|
|
991
995
|
@ReportTitle = params['ReportTitle']
|
|
996
|
+
@ReportResult = params['ReportResult']
|
|
992
997
|
@RequestId = params['RequestId']
|
|
993
998
|
end
|
|
994
999
|
end
|
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.394
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-08-
|
|
11
|
+
date: 2022-08-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|