Class: TencentCloud::Sqlserver::V20180328::MigrateDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::MigrateDetail
- Defined in:
- lib/v20180328/models.rb
Overview
迁移的进度详情类型
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(stepname = nil, progress = nil) ⇒ MigrateDetail
constructor
A new instance of MigrateDetail.
Constructor Details
#initialize(stepname = nil, progress = nil) ⇒ MigrateDetail
Returns a new instance of MigrateDetail.
7845 7846 7847 7848 |
# File 'lib/v20180328/models.rb', line 7845 def initialize(stepname=nil, progress=nil) @StepName = stepname @Progress = progress end |
Instance Attribute Details
#Progress ⇒ Object
7843 7844 7845 |
# File 'lib/v20180328/models.rb', line 7843 def Progress @Progress end |
#StepName ⇒ Object
7843 7844 7845 |
# File 'lib/v20180328/models.rb', line 7843 def StepName @StepName end |
Instance Method Details
#deserialize(params) ⇒ Object
7850 7851 7852 7853 |
# File 'lib/v20180328/models.rb', line 7850 def deserialize(params) @StepName = params['StepName'] @Progress = params['Progress'] end |