Class: TencentCloud::Mmps::V20200710::TaskFlowStepsInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mmps::V20200710::TaskFlowStepsInfo
- Defined in:
- lib/v20200710/models.rb
Overview
任务流步骤详情
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #FlowName ⇒ Object
- #FlowNo ⇒ Object
- #FlowStateDesc ⇒ Object
- #FlowStatus ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowno = nil, flowname = nil, flowstatus = nil, flowstatedesc = nil, starttime = nil, endtime = nil) ⇒ TaskFlowStepsInfo
constructor
A new instance of TaskFlowStepsInfo.
Constructor Details
#initialize(flowno = nil, flowname = nil, flowstatus = nil, flowstatedesc = nil, starttime = nil, endtime = nil) ⇒ TaskFlowStepsInfo
1245 1246 1247 1248 1249 1250 1251 1252 |
# File 'lib/v20200710/models.rb', line 1245 def initialize(flowno=nil, flowname=nil, flowstatus=nil, flowstatedesc=nil, starttime=nil, endtime=nil) @FlowNo = flowno @FlowName = flowname @FlowStatus = flowstatus @FlowStateDesc = flowstatedesc @StartTime = starttime @EndTime = endtime end |
Instance Attribute Details
#EndTime ⇒ Object
1243 1244 1245 |
# File 'lib/v20200710/models.rb', line 1243 def EndTime @EndTime end |
#FlowName ⇒ Object
1243 1244 1245 |
# File 'lib/v20200710/models.rb', line 1243 def FlowName @FlowName end |
#FlowNo ⇒ Object
1243 1244 1245 |
# File 'lib/v20200710/models.rb', line 1243 def FlowNo @FlowNo end |
#FlowStateDesc ⇒ Object
1243 1244 1245 |
# File 'lib/v20200710/models.rb', line 1243 def FlowStateDesc @FlowStateDesc end |
#FlowStatus ⇒ Object
1243 1244 1245 |
# File 'lib/v20200710/models.rb', line 1243 def FlowStatus @FlowStatus end |
#StartTime ⇒ Object
1243 1244 1245 |
# File 'lib/v20200710/models.rb', line 1243 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'lib/v20200710/models.rb', line 1254 def deserialize(params) @FlowNo = params['FlowNo'] @FlowName = params['FlowName'] @FlowStatus = params['FlowStatus'] @FlowStateDesc = params['FlowStateDesc'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] end |