tencentcloud-sdk-ams 1.0.289 → 1.0.290
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201229/models.rb +16 -4
- 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: 2560323474a5e49e3274361785c5ce547a4fb231
|
4
|
+
data.tar.gz: 86159110921ba6d98f6998c9fe52a76bc230fe10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e532d990f43128270e9ceab74f3dd58b58499c3b99855f12562f9e970e74251508aec1a2ee627160421814a32dbc55dea486c7ed308803234422113d182d247c
|
7
|
+
data.tar.gz: a0ca0eb9001ab375ae92494364c2239e247d7a69e49b384485e1ef79becc78fff08ab2c496614ea7a5d82819be7196f08716b95f463a6f51504da0f16fe359fd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.290
|
data/lib/v20201229/models.rb
CHANGED
@@ -773,15 +773,20 @@ module TencentCloud
|
|
773
773
|
# @type StartTime: Float
|
774
774
|
# @param EndTime: 违规事件结束时间,单位为毫秒(ms);
|
775
775
|
# @type EndTime: Float
|
776
|
+
# @param SubLabel: 该字段用于返回当前标签(Lable)下的二级标签。
|
777
|
+
# 注意:此字段可能返回null,表示取不到有效值。
|
778
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
779
|
+
# @type SubLabel: String
|
776
780
|
|
777
|
-
attr_accessor :Label, :Score, :Suggestion, :StartTime, :EndTime
|
781
|
+
attr_accessor :Label, :Score, :Suggestion, :StartTime, :EndTime, :SubLabel
|
778
782
|
|
779
|
-
def initialize(label=nil, score=nil, suggestion=nil, starttime=nil, endtime=nil)
|
783
|
+
def initialize(label=nil, score=nil, suggestion=nil, starttime=nil, endtime=nil, sublabel=nil)
|
780
784
|
@Label = label
|
781
785
|
@Score = score
|
782
786
|
@Suggestion = suggestion
|
783
787
|
@StartTime = starttime
|
784
788
|
@EndTime = endtime
|
789
|
+
@SubLabel = sublabel
|
785
790
|
end
|
786
791
|
|
787
792
|
def deserialize(params)
|
@@ -790,6 +795,7 @@ module TencentCloud
|
|
790
795
|
@Suggestion = params['Suggestion']
|
791
796
|
@StartTime = params['StartTime']
|
792
797
|
@EndTime = params['EndTime']
|
798
|
+
@SubLabel = params['SubLabel']
|
793
799
|
end
|
794
800
|
end
|
795
801
|
|
@@ -1045,10 +1051,14 @@ module TencentCloud
|
|
1045
1051
|
|
1046
1052
|
# 2:自定义库;
|
1047
1053
|
# @type LibType: Integer
|
1054
|
+
# @param SubLabel: 该字段用于返回当前标签(Lable)下的二级标签。
|
1055
|
+
# 注意:此字段可能返回null,表示取不到有效值。
|
1056
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1057
|
+
# @type SubLabel: String
|
1048
1058
|
|
1049
|
-
attr_accessor :Label, :Keywords, :LibId, :LibName, :Score, :Suggestion, :LibType
|
1059
|
+
attr_accessor :Label, :Keywords, :LibId, :LibName, :Score, :Suggestion, :LibType, :SubLabel
|
1050
1060
|
|
1051
|
-
def initialize(label=nil, keywords=nil, libid=nil, libname=nil, score=nil, suggestion=nil, libtype=nil)
|
1061
|
+
def initialize(label=nil, keywords=nil, libid=nil, libname=nil, score=nil, suggestion=nil, libtype=nil, sublabel=nil)
|
1052
1062
|
@Label = label
|
1053
1063
|
@Keywords = keywords
|
1054
1064
|
@LibId = libid
|
@@ -1056,6 +1066,7 @@ module TencentCloud
|
|
1056
1066
|
@Score = score
|
1057
1067
|
@Suggestion = suggestion
|
1058
1068
|
@LibType = libtype
|
1069
|
+
@SubLabel = sublabel
|
1059
1070
|
end
|
1060
1071
|
|
1061
1072
|
def deserialize(params)
|
@@ -1066,6 +1077,7 @@ module TencentCloud
|
|
1066
1077
|
@Score = params['Score']
|
1067
1078
|
@Suggestion = params['Suggestion']
|
1068
1079
|
@LibType = params['LibType']
|
1080
|
+
@SubLabel = params['SubLabel']
|
1069
1081
|
end
|
1070
1082
|
end
|
1071
1083
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ams
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.290
|
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-
|
11
|
+
date: 2022-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|