tencentcloud-sdk-monitor 3.0.729 → 3.0.730

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: 5c9a0fc1fe14bc3435454770c263a684c095dc42
4
- data.tar.gz: b6b6a8fde669a05e6f6f47b0c7e9ee89ccd8dff9
3
+ metadata.gz: db2f53d321f996332b3b1789b15d15cd126e090c
4
+ data.tar.gz: 1e9bf9d8402f4481667b6670083c5e79ebdc7325
5
5
  SHA512:
6
- metadata.gz: 96e923ea04fd59ac5f8e5ad1f8f694ba9b469c34f295561f80ed8396ed47eea93b02ce80c37f0a07cee396f5a3b04641bf744daef5860eac1182d7028c7442fa
7
- data.tar.gz: 54f6f8a85771118b48ff837c0a80ca961ed9919055e88db99176f6cac6fd5e47fceefea5836b8e8b88f316e1e9f58e99dd20c634192a505b6d2d35c9a648800e
6
+ metadata.gz: 648fe47ef035d99e683c747ff723eb2b1f75ed2b986065756336330c796acac5e074e21d410a8d5632cd65283d1e5690e954ab5c38e9bf689ffd7619bba1e8cf
7
+ data.tar.gz: 0a92d2c26fc7672866c0095ad09a732fa82e60e9f6029c5a22baba1b267917c746efb7405e7f180e1146ccf351ff49c1e91af1d30ebd2531ad449fe5d21190c7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.729
1
+ 3.0.730
@@ -98,17 +98,22 @@ module TencentCloud
98
98
  # @param Classification: 通知等级列表,["Remind","Serious"]表示该通知模板仅接收提醒和严重类别的告警
99
99
  # 注意:此字段可能返回 null,表示取不到有效值。
100
100
  # @type Classification: Array
101
+ # @param PolicyId: 模板对应的策略id
102
+ # 注意:此字段可能返回 null,表示取不到有效值。
103
+ # @type PolicyId: String
101
104
 
102
- attr_accessor :NoticeId, :Classification
105
+ attr_accessor :NoticeId, :Classification, :PolicyId
103
106
 
104
- def initialize(noticeid=nil, classification=nil)
107
+ def initialize(noticeid=nil, classification=nil, policyid=nil)
105
108
  @NoticeId = noticeid
106
109
  @Classification = classification
110
+ @PolicyId = policyid
107
111
  end
108
112
 
109
113
  def deserialize(params)
110
114
  @NoticeId = params['NoticeId']
111
115
  @Classification = params['Classification']
116
+ @PolicyId = params['PolicyId']
112
117
  end
113
118
  end
114
119
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.729
4
+ version: 3.0.730
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-12-17 00:00:00.000000000 Z
11
+ date: 2023-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common