Class: TencentCloud::Bm::V20180423::CustomImageProcess
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bm::V20180423::CustomImageProcess
- Defined in:
- lib/v20180423/models.rb
Overview
镜像制作进度列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(stepname = nil, starttime = nil, steptype = nil) ⇒ CustomImageProcess
constructor
A new instance of CustomImageProcess.
Constructor Details
#initialize(stepname = nil, starttime = nil, steptype = nil) ⇒ CustomImageProcess
Returns a new instance of CustomImageProcess.
614 615 616 617 618 |
# File 'lib/v20180423/models.rb', line 614 def initialize(stepname=nil, starttime=nil, steptype=nil) @StepName = stepname @StartTime = starttime @StepType = steptype end |
Instance Attribute Details
#StartTime ⇒ Object
612 613 614 |
# File 'lib/v20180423/models.rb', line 612 def StartTime @StartTime end |
#StepName ⇒ Object
612 613 614 |
# File 'lib/v20180423/models.rb', line 612 def StepName @StepName end |
#StepType ⇒ Object
612 613 614 |
# File 'lib/v20180423/models.rb', line 612 def StepType @StepType end |
Instance Method Details
#deserialize(params) ⇒ Object
620 621 622 623 624 |
# File 'lib/v20180423/models.rb', line 620 def deserialize(params) @StepName = params['StepName'] @StartTime = params['StartTime'] @StepType = params['StepType'] end |