Class: TencentCloud::Acp::V20220105::TaskFlowStepsInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Acp::V20220105::TaskFlowStepsInfo
- Defined in:
- lib/v20220105/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
Returns a new instance of TaskFlowStepsInfo.
753 754 755 756 757 758 759 760 |
# File 'lib/v20220105/models.rb', line 753 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
751 752 753 |
# File 'lib/v20220105/models.rb', line 751 def EndTime @EndTime end |
#FlowName ⇒ Object
751 752 753 |
# File 'lib/v20220105/models.rb', line 751 def FlowName @FlowName end |
#FlowNo ⇒ Object
751 752 753 |
# File 'lib/v20220105/models.rb', line 751 def FlowNo @FlowNo end |
#FlowStateDesc ⇒ Object
751 752 753 |
# File 'lib/v20220105/models.rb', line 751 def FlowStateDesc @FlowStateDesc end |
#FlowStatus ⇒ Object
751 752 753 |
# File 'lib/v20220105/models.rb', line 751 def FlowStatus @FlowStatus end |
#StartTime ⇒ Object
751 752 753 |
# File 'lib/v20220105/models.rb', line 751 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
762 763 764 765 766 767 768 769 |
# File 'lib/v20220105/models.rb', line 762 def deserialize(params) @FlowNo = params['FlowNo'] @FlowName = params['FlowName'] @FlowStatus = params['FlowStatus'] @FlowStateDesc = params['FlowStateDesc'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] end |