Class: TencentCloud::Sqlserver::V20180328::DescribeBackupCommandResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::DescribeBackupCommandResponse
- Defined in:
- lib/v20180328/models.rb
Overview
DescribeBackupCommand返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(command = nil, requestid = nil) ⇒ DescribeBackupCommandResponse
constructor
A new instance of DescribeBackupCommandResponse.
Constructor Details
#initialize(command = nil, requestid = nil) ⇒ DescribeBackupCommandResponse
Returns a new instance of DescribeBackupCommandResponse.
3408 3409 3410 3411 |
# File 'lib/v20180328/models.rb', line 3408 def initialize(command=nil, requestid=nil) @Command = command @RequestId = requestid end |
Instance Attribute Details
#Command ⇒ Object
3406 3407 3408 |
# File 'lib/v20180328/models.rb', line 3406 def Command @Command end |
#RequestId ⇒ Object
3406 3407 3408 |
# File 'lib/v20180328/models.rb', line 3406 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3413 3414 3415 3416 |
# File 'lib/v20180328/models.rb', line 3413 def deserialize(params) @Command = params['Command'] @RequestId = params['RequestId'] end |