tencentcloud-sdk-mmps 1.0.340 → 1.0.341
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: a1c0ed246e813014c1f148fac9b24194d7e3e213
|
4
|
+
data.tar.gz: a5da7263bcf81408d37f4b8cf3d0d31b1613c427
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3c689d447a500b5d4e5d02e8e9b438aa82d0f4db9ceac8cbdf8bd1f0986aa050470824e22d5418166e07648552e6bbc1fd630679997001fe353ef5b5dcf723e
|
7
|
+
data.tar.gz: 34052a455a1e33238951e952f5350bdef2149761d3ea453e219956ab29372e0cabb7ac29e9152d5765348d73506d1dcffa79606f2d1a13ae8446a8fee869be29
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.341
|
data/lib/v20200710/models.rb
CHANGED
@@ -41,10 +41,13 @@ module TencentCloud
|
|
41
41
|
# @param BehaviorTitle: 小程序隐私诊断堆栈报告名称
|
42
42
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
43
43
|
# @type BehaviorTitle: String
|
44
|
+
# @param HighRiskCount: 诊断风险项数量
|
45
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
46
|
+
# @type HighRiskCount: Integer
|
44
47
|
|
45
|
-
attr_accessor :AppPackage, :AppName, :AppVersion, :Platform, :ReportUrl, :ReportTitle, :BehaviorUrl, :BehaviorTitle
|
48
|
+
attr_accessor :AppPackage, :AppName, :AppVersion, :Platform, :ReportUrl, :ReportTitle, :BehaviorUrl, :BehaviorTitle, :HighRiskCount
|
46
49
|
|
47
|
-
def initialize(apppackage=nil, appname=nil, appversion=nil, platform=nil, reporturl=nil, reporttitle=nil, behaviorurl=nil, behaviortitle=nil)
|
50
|
+
def initialize(apppackage=nil, appname=nil, appversion=nil, platform=nil, reporturl=nil, reporttitle=nil, behaviorurl=nil, behaviortitle=nil, highriskcount=nil)
|
48
51
|
@AppPackage = apppackage
|
49
52
|
@AppName = appname
|
50
53
|
@AppVersion = appversion
|
@@ -53,6 +56,7 @@ module TencentCloud
|
|
53
56
|
@ReportTitle = reporttitle
|
54
57
|
@BehaviorUrl = behaviorurl
|
55
58
|
@BehaviorTitle = behaviortitle
|
59
|
+
@HighRiskCount = highriskcount
|
56
60
|
end
|
57
61
|
|
58
62
|
def deserialize(params)
|
@@ -64,6 +68,7 @@ module TencentCloud
|
|
64
68
|
@ReportTitle = params['ReportTitle']
|
65
69
|
@BehaviorUrl = params['BehaviorUrl']
|
66
70
|
@BehaviorTitle = params['BehaviorTitle']
|
71
|
+
@HighRiskCount = params['HighRiskCount']
|
67
72
|
end
|
68
73
|
end
|
69
74
|
|
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: 1.0.
|
4
|
+
version: 1.0.341
|
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-06-
|
11
|
+
date: 2022-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|