Class: TencentCloud::Dts::V20180330::MigrateStepDetailInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dts::V20180330::MigrateStepDetailInfo
- Defined in:
- lib/v20180330/models.rb
Overview
迁移中的步骤信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(stepno = nil, stepname = nil, stepid = nil, status = nil, starttime = nil) ⇒ MigrateStepDetailInfo
constructor
A new instance of MigrateStepDetailInfo.
Constructor Details
#initialize(stepno = nil, stepname = nil, stepid = nil, status = nil, starttime = nil) ⇒ MigrateStepDetailInfo
Returns a new instance of MigrateStepDetailInfo.
1154 1155 1156 1157 1158 1159 1160 |
# File 'lib/v20180330/models.rb', line 1154 def initialize(stepno=nil, stepname=nil, stepid=nil, status=nil, starttime=nil) @StepNo = stepno @StepName = stepname @StepId = stepid @Status = status @StartTime = starttime end |
Instance Attribute Details
#StartTime ⇒ Object
1152 1153 1154 |
# File 'lib/v20180330/models.rb', line 1152 def StartTime @StartTime end |
#Status ⇒ Object
1152 1153 1154 |
# File 'lib/v20180330/models.rb', line 1152 def Status @Status end |
#StepId ⇒ Object
1152 1153 1154 |
# File 'lib/v20180330/models.rb', line 1152 def StepId @StepId end |
#StepName ⇒ Object
1152 1153 1154 |
# File 'lib/v20180330/models.rb', line 1152 def StepName @StepName end |
#StepNo ⇒ Object
1152 1153 1154 |
# File 'lib/v20180330/models.rb', line 1152 def StepNo @StepNo end |
Instance Method Details
#deserialize(params) ⇒ Object
1162 1163 1164 1165 1166 1167 1168 |
# File 'lib/v20180330/models.rb', line 1162 def deserialize(params) @StepNo = params['StepNo'] @StepName = params['StepName'] @StepId = params['StepId'] @Status = params['Status'] @StartTime = params['StartTime'] end |