tencentcloud-sdk-cwp 3.0.564 → 3.0.566

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3a9bbf67510ba4dcecfbc4e3a143c1e2ec74c6f
4
- data.tar.gz: 9f3d7392cdc4aec4f28fa0c3eb1262e6559ac7d4
3
+ metadata.gz: 29972dd7f3febcbdce1a77d5e5a000d0c77e2838
4
+ data.tar.gz: 847b1687529915457708a25da760ae083b40e492
5
5
  SHA512:
6
- metadata.gz: 36afc51718d00c8e740f177170249a3c29b22d834226a6ad9555af20fe486cfe132b2248b100a7732d2b7ab9f9fc89bc59eaf000b86b216013029807eea74162
7
- data.tar.gz: d42d2d7f34fef7a66ed2d09129bdbf9a1040a113d33755f51840ebab343e61f7205419ae9f358893fc477148d8e0f20d10059286137e356a4846a8878d92103d
6
+ metadata.gz: 2d1bd42fac0547c136367f2be5ce652e1bdbf55ea7a2eb740743b9aee4467129c10f979549b261116500af9bcbd369b54974dc8d2a17c86a532975da3492f7bd
7
+ data.tar.gz: b05dcc72843858172b43330f7f3eeb516316c2a09b2ee84fe6963f4f5a5b6909bbcdbbdfb9ec2e4abb00fd1069b483594ac31c1b63c519931ae8cf9f78f1e841
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.564
1
+ 3.0.566
@@ -5822,19 +5822,23 @@ module TencentCloud
5822
5822
  # @type AlarmVid: String
5823
5823
  # @param AlarmTime: 告警时间
5824
5824
  # @type AlarmTime: Integer
5825
+ # @param TableId: 告警来源表ID
5826
+ # @type TableId: Integer
5825
5827
 
5826
- attr_accessor :Uuid, :AlarmVid, :AlarmTime
5828
+ attr_accessor :Uuid, :AlarmVid, :AlarmTime, :TableId
5827
5829
 
5828
- def initialize(uuid=nil, alarmvid=nil, alarmtime=nil)
5830
+ def initialize(uuid=nil, alarmvid=nil, alarmtime=nil, tableid=nil)
5829
5831
  @Uuid = uuid
5830
5832
  @AlarmVid = alarmvid
5831
5833
  @AlarmTime = alarmtime
5834
+ @TableId = tableid
5832
5835
  end
5833
5836
 
5834
5837
  def deserialize(params)
5835
5838
  @Uuid = params['Uuid']
5836
5839
  @AlarmVid = params['AlarmVid']
5837
5840
  @AlarmTime = params['AlarmTime']
5841
+ @TableId = params['TableId']
5838
5842
  end
5839
5843
  end
5840
5844
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.564
4
+ version: 3.0.566
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-08 00:00:00.000000000 Z
11
+ date: 2023-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common