Class: TencentCloud::Sqlserver::V20180328::StepDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::StepDetail
- Defined in:
- lib/v20180328/models.rb
Overview
进度步骤详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(msg = nil, status = nil, name = nil) ⇒ StepDetail
constructor
A new instance of StepDetail.
Constructor Details
#initialize(msg = nil, status = nil, name = nil) ⇒ StepDetail
Returns a new instance of StepDetail.
11520 11521 11522 11523 11524 |
# File 'lib/v20180328/models.rb', line 11520 def initialize(msg=nil, status=nil, name=nil) @Msg = msg @Status = status @Name = name end |
Instance Attribute Details
#Msg ⇒ Object
11518 11519 11520 |
# File 'lib/v20180328/models.rb', line 11518 def Msg @Msg end |
#Name ⇒ Object
11518 11519 11520 |
# File 'lib/v20180328/models.rb', line 11518 def Name @Name end |
#Status ⇒ Object
11518 11519 11520 |
# File 'lib/v20180328/models.rb', line 11518 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
11526 11527 11528 11529 11530 |
# File 'lib/v20180328/models.rb', line 11526 def deserialize(params) @Msg = params['Msg'] @Status = params['Status'] @Name = params['Name'] end |