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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1f7398967d1e0b1d9dfb9c4bdd33a5777026c24
4
- data.tar.gz: aec05da8d8555f749a1a4da7b2d164443e0a4883
3
+ metadata.gz: 104117ebc1ef6ef404fdc58dd692cf428764ef42
4
+ data.tar.gz: 719946e1642be178b8dfa4fc15cf4f7990984e24
5
5
  SHA512:
6
- metadata.gz: c9c620708b8a7e554affb86264bce6f36fae1503014fa5dc7ca103b5a19e6b755fb4a0abd9ec37b7bf150ec7f47c100ed69a35c762c5fadd07e17d3e1811c085
7
- data.tar.gz: d46f8500de3dcb45ba9757c3651ed95f5c2d52afce2e2098b31e4b1506fbf2f8a13a8fe3cc44825a3277b7767971d45d567b80f5cbc0e1a678f73e9050be3e91
6
+ metadata.gz: 67ffede8b66b91724d3b1e6cc51051ee5746cb87bf81bfac8f7fbf795fd9fa44895819b72fde67d3e7c817ce6d9b823b9ebc8a2441fb95df73e181b41683ab7f
7
+ data.tar.gz: 0252411ad40b29f26b21b78f0791a5610f2c0285c51bfa2c60d2d41364825a0360da23fbd88e6b39ee81fdd2b36208a5436d79516fd616f0cc0ebd3985cd677f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.390
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.390
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-18 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