Class: TencentCloud::Cdb::V20170320::CreateCdbProxyAddressResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::CreateCdbProxyAddressResponse
- Defined in:
- lib/v20170320/models.rb
Overview
CreateCdbProxyAddress返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CreateCdbProxyAddressResponse
constructor
A new instance of CreateCdbProxyAddressResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CreateCdbProxyAddressResponse
Returns a new instance of CreateCdbProxyAddressResponse.
2767 2768 2769 2770 |
# File 'lib/v20170320/models.rb', line 2767 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
2765 2766 2767 |
# File 'lib/v20170320/models.rb', line 2765 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
2765 2766 2767 |
# File 'lib/v20170320/models.rb', line 2765 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2772 2773 2774 2775 |
# File 'lib/v20170320/models.rb', line 2772 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |