tencentcloud-sdk-cwp 3.0.564 → 3.0.565

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3a9bbf67510ba4dcecfbc4e3a143c1e2ec74c6f
4
- data.tar.gz: 9f3d7392cdc4aec4f28fa0c3eb1262e6559ac7d4
3
+ metadata.gz: 6d776162a83e733a003e55c640db97513ebea112
4
+ data.tar.gz: 3b237599cb163432fbe0082da9e4ec1c515b2731
5
5
  SHA512:
6
- metadata.gz: 36afc51718d00c8e740f177170249a3c29b22d834226a6ad9555af20fe486cfe132b2248b100a7732d2b7ab9f9fc89bc59eaf000b86b216013029807eea74162
7
- data.tar.gz: d42d2d7f34fef7a66ed2d09129bdbf9a1040a113d33755f51840ebab343e61f7205419ae9f358893fc477148d8e0f20d10059286137e356a4846a8878d92103d
6
+ metadata.gz: 5911b306653ea9ac3ac2b33eb91413663904c09e1ec0e5020d92a5a81a9a780cdf3bf2cc9206bab1c5cc8abea49418d481df466b10779397c4b6cb5fc16a52a1
7
+ data.tar.gz: 0b9542c70c875b5fbc65fbc5ee292e47ad4fd11236595317010fee40d427582e8104f87465319f7547c5d4121ca728565f1aff63b896a05d9e0e4b3a35669157
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.564
1
+ 3.0.565
@@ -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.565
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-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common