class TencentCloud::Cdb::V20170320::CreateCdbProxyAddressResponse
CreateCdbProxyAddress返回参数结构体
def deserialize(params)
def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end
def initialize(asyncrequestid=nil, requestid=nil)
def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end