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.
12957 12958 12959 12960 |
# File 'lib/v20170320/models.rb', line 12957 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
12955 12956 12957 |
# File 'lib/v20170320/models.rb', line 12955 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
12955 12956 12957 |
# File 'lib/v20170320/models.rb', line 12955 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12962 12963 12964 12965 |
# File 'lib/v20170320/models.rb', line 12962 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |