Class: TencentCloud::Cdb::V20170320::RestartDBInstancesResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::RestartDBInstancesResponse
- Defined in:
- lib/v20170320/models.rb
Overview
RestartDBInstances返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ RestartDBInstancesResponse
constructor
A new instance of RestartDBInstancesResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ RestartDBInstancesResponse
Returns a new instance of RestartDBInstancesResponse.
12786 12787 12788 12789 |
# File 'lib/v20170320/models.rb', line 12786 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
12784 12785 12786 |
# File 'lib/v20170320/models.rb', line 12784 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
12784 12785 12786 |
# File 'lib/v20170320/models.rb', line 12784 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12791 12792 12793 12794 |
# File 'lib/v20170320/models.rb', line 12791 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |