tencentcloud-sdk-mmps 3.0.489 → 3.0.490

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200710/models.rb +24 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ddb11e01a56f02d5f2094c79aa1ffa7cb0433bd
4
- data.tar.gz: b61052191adfefd2dafcaadbc5f2fd8872d17c7f
3
+ metadata.gz: c1f399e06c373d73ef6ab0de5c3faea294dbfbdf
4
+ data.tar.gz: 04199eca36e1dce6720c6986ab675a031025d2c3
5
5
  SHA512:
6
- metadata.gz: 9d9f655611d2ebc1c0ae25258841a54eabda436cac8c6d5e3ff5b91de2d406a6525601f0a0ddaab11a7eb137a4492aff7019d2042ee6453e1d9c02ceea25fa49
7
- data.tar.gz: 3dea749e781e5ef03b1fcb998b2df0cea130284bf2de0589266ac41dfe50e4da2b48259fdf6d9ab552a5657b1402be3e1388b7957ab2a3cdfaf0ec8265841637
6
+ metadata.gz: dd4371f7ca6fcbb460ae2f80f87da483b8a0996b72e9cb4ba0a09dbcc88d69f40b0c74cf048da35f2f9663fe2be3810a2b01b90144ca440660f69fae89a02598
7
+ data.tar.gz: 3b3c1f3ed5497cf3c3da986e871cd9057914525c597f09a03a9e01becbeb91c371129c7f4c2ecf84648012ac0a42a9d23996b9ac9b6712095453c795c242c816
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.489
1
+ 3.0.490
@@ -44,10 +44,19 @@ module TencentCloud
44
44
  # @param HighRiskCount: 诊断风险项数量
45
45
  # 注意:此字段可能返回 null,表示取不到有效值。
46
46
  # @type HighRiskCount: Integer
47
+ # @param PrivacyTextName: 隐私申明文件名称
48
+ # 注意:此字段可能返回 null,表示取不到有效值。
49
+ # @type PrivacyTextName: String
50
+ # @param SoftwareMD5: 软件MD5
51
+ # 注意:此字段可能返回 null,表示取不到有效值。
52
+ # @type SoftwareMD5: String
53
+ # @param PrivacyTextMD5: 隐私文本MD5
54
+ # 注意:此字段可能返回 null,表示取不到有效值。
55
+ # @type PrivacyTextMD5: String
47
56
 
48
- attr_accessor :AppPackage, :AppName, :AppVersion, :Platform, :ReportUrl, :ReportTitle, :BehaviorUrl, :BehaviorTitle, :HighRiskCount
57
+ attr_accessor :AppPackage, :AppName, :AppVersion, :Platform, :ReportUrl, :ReportTitle, :BehaviorUrl, :BehaviorTitle, :HighRiskCount, :PrivacyTextName, :SoftwareMD5, :PrivacyTextMD5
49
58
 
50
- def initialize(apppackage=nil, appname=nil, appversion=nil, platform=nil, reporturl=nil, reporttitle=nil, behaviorurl=nil, behaviortitle=nil, highriskcount=nil)
59
+ def initialize(apppackage=nil, appname=nil, appversion=nil, platform=nil, reporturl=nil, reporttitle=nil, behaviorurl=nil, behaviortitle=nil, highriskcount=nil, privacytextname=nil, softwaremd5=nil, privacytextmd5=nil)
51
60
  @AppPackage = apppackage
52
61
  @AppName = appname
53
62
  @AppVersion = appversion
@@ -57,6 +66,9 @@ module TencentCloud
57
66
  @BehaviorUrl = behaviorurl
58
67
  @BehaviorTitle = behaviortitle
59
68
  @HighRiskCount = highriskcount
69
+ @PrivacyTextName = privacytextname
70
+ @SoftwareMD5 = softwaremd5
71
+ @PrivacyTextMD5 = privacytextmd5
60
72
  end
61
73
 
62
74
  def deserialize(params)
@@ -69,6 +81,9 @@ module TencentCloud
69
81
  @BehaviorUrl = params['BehaviorUrl']
70
82
  @BehaviorTitle = params['BehaviorTitle']
71
83
  @HighRiskCount = params['HighRiskCount']
84
+ @PrivacyTextName = params['PrivacyTextName']
85
+ @SoftwareMD5 = params['SoftwareMD5']
86
+ @PrivacyTextMD5 = params['PrivacyTextMD5']
72
87
  end
73
88
  end
74
89
 
@@ -91,10 +106,13 @@ module TencentCloud
91
106
  # @type StartTime: String
92
107
  # @param EndTime: 任务完成时间(更新时间)
93
108
  # @type EndTime: String
109
+ # @param ContactName: 联系人信息
110
+ # 注意:此字段可能返回 null,表示取不到有效值。
111
+ # @type ContactName: String
94
112
 
95
- attr_accessor :TaskID, :TaskType, :TaskStatus, :TaskErrMsg, :Source, :AppInfo, :StartTime, :EndTime
113
+ attr_accessor :TaskID, :TaskType, :TaskStatus, :TaskErrMsg, :Source, :AppInfo, :StartTime, :EndTime, :ContactName
96
114
 
97
- def initialize(taskid=nil, tasktype=nil, taskstatus=nil, taskerrmsg=nil, source=nil, appinfo=nil, starttime=nil, endtime=nil)
115
+ def initialize(taskid=nil, tasktype=nil, taskstatus=nil, taskerrmsg=nil, source=nil, appinfo=nil, starttime=nil, endtime=nil, contactname=nil)
98
116
  @TaskID = taskid
99
117
  @TaskType = tasktype
100
118
  @TaskStatus = taskstatus
@@ -103,6 +121,7 @@ module TencentCloud
103
121
  @AppInfo = appinfo
104
122
  @StartTime = starttime
105
123
  @EndTime = endtime
124
+ @ContactName = contactname
106
125
  end
107
126
 
108
127
  def deserialize(params)
@@ -117,6 +136,7 @@ module TencentCloud
117
136
  end
118
137
  @StartTime = params['StartTime']
119
138
  @EndTime = params['EndTime']
139
+ @ContactName = params['ContactName']
120
140
  end
121
141
  end
122
142
 
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.489
4
+ version: 3.0.490
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-09 00:00:00.000000000 Z
11
+ date: 2023-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common