Class: TencentCloud::Cdb::V20170320::UpgradeCDBProxyVersionResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::UpgradeCDBProxyVersionResponse
- Defined in:
- lib/v20170320/models.rb
Overview
UpgradeCDBProxyVersion返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ UpgradeCDBProxyVersionResponse
constructor
A new instance of UpgradeCDBProxyVersionResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ UpgradeCDBProxyVersionResponse
Returns a new instance of UpgradeCDBProxyVersionResponse.
14763 14764 14765 14766 |
# File 'lib/v20170320/models.rb', line 14763 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
14761 14762 14763 |
# File 'lib/v20170320/models.rb', line 14761 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
14761 14762 14763 |
# File 'lib/v20170320/models.rb', line 14761 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14768 14769 14770 14771 |
# File 'lib/v20170320/models.rb', line 14768 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |