tencentcloud-sdk-acp 3.0.1013 → 3.0.1014

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/v20220105/models.rb +0 -16
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60c8369c452c46ab6555cc04f624b674b44c7526
4
- data.tar.gz: 126e71b228ba2a9a8eb744786b8797831545ac86
3
+ metadata.gz: 62d287f05b370c729afb08ed38a59a96dfe51556
4
+ data.tar.gz: 32a129bb600ce18d696f5a1e40c279efeeba1c97
5
5
  SHA512:
6
- metadata.gz: 698759b31e54739d35577340092e111d065ab6aad6acdd026f3fabce5ceac9f6269cf654b0fb40a3576166c36c136e20b018efd956a8af58af86f418658012cf
7
- data.tar.gz: 970409b63bdba079993f2e969bfa81a61f12fcd495f8013288c3d060ef1cbda8b9c56a89ffc35d349a154b8e0615fb049527c4b1e237f0955308e5370df6ae2b
6
+ metadata.gz: 7676b8f54cb5fba00dd2e1632945992e8d719789fc918c45db53c30c9bd8e5522a4692fc457f7c01b8167d7a8ab52c766646a659f63242c6372c130f8d49201a
7
+ data.tar.gz: b963d5173c0dcf5c456351a93b9f1a9cc51d347624dcb16b44b5f58432230cf77af484e7f9dd44d08cbb86932fb2249183a8313608214bd75c40415a0978e770
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1013
1
+ 3.0.1014
@@ -22,36 +22,26 @@ module TencentCloud
22
22
  # @param AppPackage: App包名
23
23
  # @type AppPackage: String
24
24
  # @param AppName: App名称
25
- # 注意:此字段可能返回 null,表示取不到有效值。
26
25
  # @type AppName: String
27
26
  # @param AppVersion: App版本
28
- # 注意:此字段可能返回 null,表示取不到有效值。
29
27
  # @type AppVersion: String
30
28
  # @param Platform: 应用平台, 0:android, 1:ios, 2:小程序
31
29
  # @type Platform: Integer
32
30
  # @param ReportUrl: App隐私诊断报告下载链接
33
- # 注意:此字段可能返回 null,表示取不到有效值。
34
31
  # @type ReportUrl: String
35
32
  # @param ReportTitle: App隐私诊断报告名称
36
- # 注意:此字段可能返回 null,表示取不到有效值。
37
33
  # @type ReportTitle: String
38
34
  # @param BehaviorUrl: App诊断堆栈报告下载链接
39
- # 注意:此字段可能返回 null,表示取不到有效值。
40
35
  # @type BehaviorUrl: String
41
36
  # @param BehaviorTitle: App诊断堆栈报告名称
42
- # 注意:此字段可能返回 null,表示取不到有效值。
43
37
  # @type BehaviorTitle: String
44
38
  # @param HighRiskCount: 诊断高风险项数量
45
- # 注意:此字段可能返回 null,表示取不到有效值。
46
39
  # @type HighRiskCount: Integer
47
40
  # @param PrivacyTextName: 隐私申明文件名称
48
- # 注意:此字段可能返回 null,表示取不到有效值。
49
41
  # @type PrivacyTextName: String
50
42
  # @param SoftwareMD5: 软件MD5
51
- # 注意:此字段可能返回 null,表示取不到有效值。
52
43
  # @type SoftwareMD5: String
53
44
  # @param PrivacyTextMD5: 隐私文本MD5
54
- # 注意:此字段可能返回 null,表示取不到有效值。
55
45
  # @type PrivacyTextMD5: String
56
46
 
57
47
  attr_accessor :AppPackage, :AppName, :AppVersion, :Platform, :ReportUrl, :ReportTitle, :BehaviorUrl, :BehaviorTitle, :HighRiskCount, :PrivacyTextName, :SoftwareMD5, :PrivacyTextMD5
@@ -96,7 +86,6 @@ module TencentCloud
96
86
  # @param TaskStatus: 0:默认值(待检测/待咨询), 1.检测中, 2:待评估, 3:评估中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
97
87
  # @type TaskStatus: Integer
98
88
  # @param TaskErrMsg: 错误信息
99
- # 注意:此字段可能返回 null,表示取不到有效值。
100
89
  # @type TaskErrMsg: String
101
90
  # @param Source: 任务来源,0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android)
102
91
  # @type Source: Integer
@@ -107,7 +96,6 @@ module TencentCloud
107
96
  # @param EndTime: 任务完成时间(更新时间)
108
97
  # @type EndTime: String
109
98
  # @param ContactName: 联系人信息
110
- # 注意:此字段可能返回 null,表示取不到有效值。
111
99
  # @type ContactName: String
112
100
 
113
101
  attr_accessor :TaskID, :TaskType, :TaskStatus, :TaskErrMsg, :Source, :AppInfo, :StartTime, :EndTime, :ContactName
@@ -757,20 +745,16 @@ module TencentCloud
757
745
  # 任务流步骤详情
758
746
  class TaskFlowStepsInfo < TencentCloud::Common::AbstractModel
759
747
  # @param FlowNo: 流程编号
760
- # 注意:此字段可能返回 null,表示取不到有效值。
761
748
  # @type FlowNo: String
762
749
  # @param FlowName: 流程名称
763
750
  # @type FlowName: String
764
751
  # @param FlowStatus: 流程状态, 其他值:进行中, 2:成功, 3:失败
765
752
  # @type FlowStatus: Integer
766
753
  # @param FlowStateDesc: 流程状态描述
767
- # 注意:此字段可能返回 null,表示取不到有效值。
768
754
  # @type FlowStateDesc: String
769
755
  # @param StartTime: 流程启动时间
770
- # 注意:此字段可能返回 null,表示取不到有效值。
771
756
  # @type StartTime: String
772
757
  # @param EndTime: 流程完成时间
773
- # 注意:此字段可能返回 null,表示取不到有效值。
774
758
  # @type EndTime: String
775
759
 
776
760
  attr_accessor :FlowNo, :FlowName, :FlowStatus, :FlowStateDesc, :StartTime, :EndTime
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-acp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1013
4
+ version: 3.0.1014
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-07 00:00:00.000000000 Z
11
+ date: 2025-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common