Class: TencentCloud::Cdb::V20170320::CreateCdbProxyResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::CreateCdbProxyResponse
- Defined in:
- lib/v20170320/models.rb
Overview
CreateCdbProxy返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CreateCdbProxyResponse
constructor
A new instance of CreateCdbProxyResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CreateCdbProxyResponse
Returns a new instance of CreateCdbProxyResponse.
2840 2841 2842 2843 |
# File 'lib/v20170320/models.rb', line 2840 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
2838 2839 2840 |
# File 'lib/v20170320/models.rb', line 2838 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
2838 2839 2840 |
# File 'lib/v20170320/models.rb', line 2838 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2845 2846 2847 2848 |
# File 'lib/v20170320/models.rb', line 2845 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |