Class: TencentCloud::Cwp::V20180228::EmergencyResponseInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::EmergencyResponseInfo
- Defined in:
- lib/v20180228/models.rb
Overview
专家服务-应急响应信息
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #HostNum ⇒ Object
- #ReportPath ⇒ Object
- #StartTime ⇒ Object
- #Status ⇒ Object
- #TaskId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, hostnum = nil, status = nil, starttime = nil, endtime = nil, reportpath = nil) ⇒ EmergencyResponseInfo
constructor
A new instance of EmergencyResponseInfo.
Constructor Details
#initialize(taskid = nil, hostnum = nil, status = nil, starttime = nil, endtime = nil, reportpath = nil) ⇒ EmergencyResponseInfo
Returns a new instance of EmergencyResponseInfo.
25611 25612 25613 25614 25615 25616 25617 25618 |
# File 'lib/v20180228/models.rb', line 25611 def initialize(taskid=nil, hostnum=nil, status=nil, starttime=nil, endtime=nil, reportpath=nil) @TaskId = taskid @HostNum = hostnum @Status = status @StartTime = starttime @EndTime = endtime @ReportPath = reportpath end |
Instance Attribute Details
#EndTime ⇒ Object
25609 25610 25611 |
# File 'lib/v20180228/models.rb', line 25609 def EndTime @EndTime end |
#HostNum ⇒ Object
25609 25610 25611 |
# File 'lib/v20180228/models.rb', line 25609 def HostNum @HostNum end |
#ReportPath ⇒ Object
25609 25610 25611 |
# File 'lib/v20180228/models.rb', line 25609 def ReportPath @ReportPath end |
#StartTime ⇒ Object
25609 25610 25611 |
# File 'lib/v20180228/models.rb', line 25609 def StartTime @StartTime end |
#Status ⇒ Object
25609 25610 25611 |
# File 'lib/v20180228/models.rb', line 25609 def Status @Status end |
#TaskId ⇒ Object
25609 25610 25611 |
# File 'lib/v20180228/models.rb', line 25609 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
25620 25621 25622 25623 25624 25625 25626 25627 |
# File 'lib/v20180228/models.rb', line 25620 def deserialize(params) @TaskId = params['TaskId'] @HostNum = params['HostNum'] @Status = params['Status'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @ReportPath = params['ReportPath'] end |