tencentcloud-sdk-cfw 3.0.1081 → 3.0.1085
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/v20190904/models.rb +6 -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: 5be4fba3837203bc006ea17aea9f910d35207edf
|
4
|
+
data.tar.gz: a7a31ee314003de46406778e1e63b9637132b391
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27f1f24352ea9acce2bffd2a5f251881164d11439e10276a678f749c7dcf9167443c1603f24c900871bc6f6662200d29cf4c799036ab3f71cba3eb2b48451fe9
|
7
|
+
data.tar.gz: 59ac4b6c9d55cd8d0bc49f40135a5a8cfbbe98271e1f31a371ea208aa656a5b951b66e604c3a40383b18670bcb1e2c98c53898b96c4f5d04076293642869e826
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1085
|
data/lib/v20190904/models.rb
CHANGED
@@ -975,17 +975,21 @@ module TencentCloud
|
|
975
975
|
# @param TableType: 忽略数据来源:
|
976
976
|
# AlertTable 告警中心 InterceptionTable拦截列表
|
977
977
|
# @type TableType: String
|
978
|
+
# @param HandleEventIdList: 处置对象,事件ID列表
|
979
|
+
# @type HandleEventIdList: Array
|
978
980
|
|
979
|
-
attr_accessor :HandleIdList, :TableType
|
981
|
+
attr_accessor :HandleIdList, :TableType, :HandleEventIdList
|
980
982
|
|
981
|
-
def initialize(handleidlist=nil, tabletype=nil)
|
983
|
+
def initialize(handleidlist=nil, tabletype=nil, handleeventidlist=nil)
|
982
984
|
@HandleIdList = handleidlist
|
983
985
|
@TableType = tabletype
|
986
|
+
@HandleEventIdList = handleeventidlist
|
984
987
|
end
|
985
988
|
|
986
989
|
def deserialize(params)
|
987
990
|
@HandleIdList = params['HandleIdList']
|
988
991
|
@TableType = params['TableType']
|
992
|
+
@HandleEventIdList = params['HandleEventIdList']
|
989
993
|
end
|
990
994
|
end
|
991
995
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cfw
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1085
|
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-06-
|
11
|
+
date: 2025-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|