tencentcloud-sdk-csip 3.0.876 → 3.0.878

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/v20221121/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c5df5dfc2777eb055eec4444166ab57c8c9c871b
4
- data.tar.gz: 3ec6e200b823cbb76e6856218bcbd49f0033edd1
3
+ metadata.gz: d78f6581f1d8777536ee25b13b9a60bfabad5b3c
4
+ data.tar.gz: a2f63375170f190963366bba62773dcb49fdb073
5
5
  SHA512:
6
- metadata.gz: ae6d5ffc9b673f9fa503e7933369342df98c69d1fc1f10e916f3dfc383a466dbee781d750c0f506b0d93921b33cb7c1267e385f2a7621138daf4831be2bfc521
7
- data.tar.gz: d09f9a287adb7017423d7a883c01d28d02711f8e35c721421131bb0315856173543556315d39f184e366e9ad4710bf26efc86e4259fa25c386e362dd71604719
6
+ metadata.gz: 40f90b2f7365aee036e8fb099097cdace1830331ad6852bf274cf5f403ca72ea7235d5520470d5c454938e477859f5916ec557379f97985e1f45f2672c1aebea
7
+ data.tar.gz: d542e46f4fb2a3f53f27afb46b25f1c69d61469c1e33c8f104264e3289b1a14a46ef62995ab12a69a47b20476a61a4667d3fc36f016f33334c596b3d5ea4350b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.876
1
+ 3.0.878
@@ -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.876
4
+ version: 3.0.878
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-07-30 00:00:00.000000000 Z
11
+ date: 2024-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common