tencentcloud-sdk-csip 3.0.875 → 3.0.877
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/v20221121/models.rb +10 -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: 8a5417e3fdc3b190229123bb0ff283292e8fdee8
|
4
|
+
data.tar.gz: ff034f0f99f226d3431df5b4e942a95a687aa168
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96f1ce62c6963b05d359a75e67ba8148cbc4f404208b539486114d617107225a7d40a72446c109ff3faacce5fef0c8117683a487218f10084f4adcf17b27b807
|
7
|
+
data.tar.gz: 18a8d8841026fb06fadddd3ecf9141249cf4606e2ac3ccd6d498c0a2594855b387e8246465d78478942d613bd939d127b928a771060b67cf5a81ea61ce8a8a08
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.877
|
data/lib/v20221121/models.rb
CHANGED
@@ -2718,15 +2718,21 @@ module TencentCloud
|
|
2718
2718
|
# @type AlertTypeCount: Array
|
2719
2719
|
# @param TotalCount: 告警总数
|
2720
2720
|
# @type TotalCount: Integer
|
2721
|
+
# @param ReturnCode: 0:succeed 1:timeout
|
2722
|
+
# @type ReturnCode: Integer
|
2723
|
+
# @param ReturnMsg: 返回状态信息
|
2724
|
+
# @type ReturnMsg: String
|
2721
2725
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2722
2726
|
# @type RequestId: String
|
2723
2727
|
|
2724
|
-
attr_accessor :AlertList, :AlertTypeCount, :TotalCount, :RequestId
|
2728
|
+
attr_accessor :AlertList, :AlertTypeCount, :TotalCount, :ReturnCode, :ReturnMsg, :RequestId
|
2725
2729
|
|
2726
|
-
def initialize(alertlist=nil, alerttypecount=nil, totalcount=nil, requestid=nil)
|
2730
|
+
def initialize(alertlist=nil, alerttypecount=nil, totalcount=nil, returncode=nil, returnmsg=nil, requestid=nil)
|
2727
2731
|
@AlertList = alertlist
|
2728
2732
|
@AlertTypeCount = alerttypecount
|
2729
2733
|
@TotalCount = totalcount
|
2734
|
+
@ReturnCode = returncode
|
2735
|
+
@ReturnMsg = returnmsg
|
2730
2736
|
@RequestId = requestid
|
2731
2737
|
end
|
2732
2738
|
|
@@ -2748,6 +2754,8 @@ module TencentCloud
|
|
2748
2754
|
end
|
2749
2755
|
end
|
2750
2756
|
@TotalCount = params['TotalCount']
|
2757
|
+
@ReturnCode = params['ReturnCode']
|
2758
|
+
@ReturnMsg = params['ReturnMsg']
|
2751
2759
|
@RequestId = params['RequestId']
|
2752
2760
|
end
|
2753
2761
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-csip
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.877
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|