Class: TencentCloud::Cdb::V20170320::CloseCdbProxyAddressResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::CloseCdbProxyAddressResponse
- Defined in:
- lib/v20170320/models.rb
Overview
CloseCdbProxyAddress返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CloseCdbProxyAddressResponse
constructor
A new instance of CloseCdbProxyAddressResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CloseCdbProxyAddressResponse
Returns a new instance of CloseCdbProxyAddressResponse.
2003 2004 2005 |
# File 'lib/v20170320/models.rb', line 2003 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2001 2002 2003 |
# File 'lib/v20170320/models.rb', line 2001 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2007 2008 2009 |
# File 'lib/v20170320/models.rb', line 2007 def deserialize(params) @RequestId = params['RequestId'] end |