Class: TencentCloud::Cfw::V20190904::CreateAlertCenterOmitRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::CreateAlertCenterOmitRequest
- Defined in:
- lib/v20190904/models.rb
Overview
CreateAlertCenterOmit请求参数结构体
Instance Attribute Summary collapse
-
#HandleEventIdList ⇒ Object
AlertTable 告警中心 InterceptionTable拦截列表.
-
#HandleIdList ⇒ Object
AlertTable 告警中心 InterceptionTable拦截列表.
-
#TableType ⇒ Object
AlertTable 告警中心 InterceptionTable拦截列表.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(handleidlist = nil, tabletype = nil, handleeventidlist = nil) ⇒ CreateAlertCenterOmitRequest
constructor
A new instance of CreateAlertCenterOmitRequest.
Constructor Details
#initialize(handleidlist = nil, tabletype = nil, handleeventidlist = nil) ⇒ CreateAlertCenterOmitRequest
Returns a new instance of CreateAlertCenterOmitRequest.
1279 1280 1281 1282 1283 |
# File 'lib/v20190904/models.rb', line 1279 def initialize(handleidlist=nil, tabletype=nil, handleeventidlist=nil) @HandleIdList = handleidlist @TableType = tabletype @HandleEventIdList = handleeventidlist end |
Instance Attribute Details
#HandleEventIdList ⇒ Object
AlertTable 告警中心 InterceptionTable拦截列表
1277 1278 1279 |
# File 'lib/v20190904/models.rb', line 1277 def HandleEventIdList @HandleEventIdList end |
#HandleIdList ⇒ Object
AlertTable 告警中心 InterceptionTable拦截列表
1277 1278 1279 |
# File 'lib/v20190904/models.rb', line 1277 def HandleIdList @HandleIdList end |
#TableType ⇒ Object
AlertTable 告警中心 InterceptionTable拦截列表
1277 1278 1279 |
# File 'lib/v20190904/models.rb', line 1277 def TableType @TableType end |
Instance Method Details
#deserialize(params) ⇒ Object
1285 1286 1287 1288 1289 |
# File 'lib/v20190904/models.rb', line 1285 def deserialize(params) @HandleIdList = params['HandleIdList'] @TableType = params['TableType'] @HandleEventIdList = params['HandleEventIdList'] end |