tencentcloud-sdk-mmps 3.0.388 → 3.0.394

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 536517c2e34d2629cf5b1b38f73ea0689dc30094
4
- data.tar.gz: 176f17d6850e012548d4d9549e4f979c33f25a58
3
+ metadata.gz: 104117ebc1ef6ef404fdc58dd692cf428764ef42
4
+ data.tar.gz: 719946e1642be178b8dfa4fc15cf4f7990984e24
5
5
  SHA512:
6
- metadata.gz: d847c3b76794f48b04f86a05d2b6cb53d1f2d31297dadafa9869c53b7a683a14c9f5f26694f01712a4552ab12ce3a3667865313aa018bb52b16000d65779fdfe
7
- data.tar.gz: f028043f366bd4dddf9e6d56274ccf4f6c37f2e27a59bc2396bc548d1094312e6f2b0b11962e5cba5e99158aa14f6c2df9b1de7c5315f9a684086b66dcbd8f95
6
+ metadata.gz: 67ffede8b66b91724d3b1e6cc51051ee5746cb87bf81bfac8f7fbf795fd9fa44895819b72fde67d3e7c817ce6d9b823b9ebc8a2441fb95df73e181b41683ab7f
7
+ data.tar.gz: 0252411ad40b29f26b21b78f0791a5610f2c0285c51bfa2c60d2d41364825a0360da23fbd88e6b39ee81fdd2b36208a5436d79516fd616f0cc0ebd3985cd677f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.388
1
+ 3.0.394
@@ -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.388
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-16 00:00:00.000000000 Z
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