Class: TencentCloud::Mmps::V20200710::TaskFlowStepsInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200710/models.rb

Overview

任务流步骤详情

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#EndTimeObject



1243
1244
1245
# File 'lib/v20200710/models.rb', line 1243

def EndTime
  @EndTime
end

#FlowNameObject



1243
1244
1245
# File 'lib/v20200710/models.rb', line 1243

def FlowName
  @FlowName
end

#FlowNoObject



1243
1244
1245
# File 'lib/v20200710/models.rb', line 1243

def FlowNo
  @FlowNo
end

#FlowStateDescObject



1243
1244
1245
# File 'lib/v20200710/models.rb', line 1243

def FlowStateDesc
  @FlowStateDesc
end

#FlowStatusObject



1243
1244
1245
# File 'lib/v20200710/models.rb', line 1243

def FlowStatus
  @FlowStatus
end

#StartTimeObject



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