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.
7953 7954 7955 7956 7957 7958 |
# File 'lib/v20180228/models.rb', line 7953 def initialize(uuid=nil, alarmvid=nil, alarmtime=nil, tableid=nil) @Uuid = uuid @AlarmVid = alarmvid @AlarmTime = alarmtime @TableId = tableid end |
Instance Attribute Details
#AlarmTime ⇒ Object
7951 7952 7953 |
# File 'lib/v20180228/models.rb', line 7951 def AlarmTime @AlarmTime end |
#AlarmVid ⇒ Object
7951 7952 7953 |
# File 'lib/v20180228/models.rb', line 7951 def AlarmVid @AlarmVid end |
#TableId ⇒ Object
7951 7952 7953 |
# File 'lib/v20180228/models.rb', line 7951 def TableId @TableId end |
#Uuid ⇒ Object
7951 7952 7953 |
# File 'lib/v20180228/models.rb', line 7951 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
7960 7961 7962 7963 7964 7965 |
# File 'lib/v20180228/models.rb', line 7960 def deserialize(params) @Uuid = params['Uuid'] @AlarmVid = params['AlarmVid'] @AlarmTime = params['AlarmTime'] @TableId = params['TableId'] end |