Class: TencentCloud::Cwp::V20180228::DescribeAlarmIncidentNodesRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeAlarmIncidentNodesRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeAlarmIncidentNodes请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uuid = nil, alarmvid = nil, alarmtime = nil, tableid = nil) ⇒ DescribeAlarmIncidentNodesRequest
constructor
A new instance of DescribeAlarmIncidentNodesRequest.
Constructor Details
#initialize(uuid = nil, alarmvid = nil, alarmtime = nil, tableid = nil) ⇒ DescribeAlarmIncidentNodesRequest
Returns a new instance of DescribeAlarmIncidentNodesRequest.
7974 7975 7976 7977 7978 7979 |
# File 'lib/v20180228/models.rb', line 7974 def initialize(uuid=nil, alarmvid=nil, alarmtime=nil, tableid=nil) @Uuid = uuid @AlarmVid = alarmvid @AlarmTime = alarmtime @TableId = tableid end |
Instance Attribute Details
#AlarmTime ⇒ Object
7972 7973 7974 |
# File 'lib/v20180228/models.rb', line 7972 def AlarmTime @AlarmTime end |
#AlarmVid ⇒ Object
7972 7973 7974 |
# File 'lib/v20180228/models.rb', line 7972 def AlarmVid @AlarmVid end |
#TableId ⇒ Object
7972 7973 7974 |
# File 'lib/v20180228/models.rb', line 7972 def TableId @TableId end |
#Uuid ⇒ Object
7972 7973 7974 |
# File 'lib/v20180228/models.rb', line 7972 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
7981 7982 7983 7984 7985 7986 |
# File 'lib/v20180228/models.rb', line 7981 def deserialize(params) @Uuid = params['Uuid'] @AlarmVid = params['AlarmVid'] @AlarmTime = params['AlarmTime'] @TableId = params['TableId'] end |