Class: TencentCloud::Cdb::V20170320::ModifyCdbProxyAddressVipAndVPortResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::ModifyCdbProxyAddressVipAndVPortResponse
- Defined in:
- lib/v20170320/models.rb
Overview
ModifyCdbProxyAddressVipAndVPort返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyCdbProxyAddressVipAndVPortResponse
constructor
A new instance of ModifyCdbProxyAddressVipAndVPortResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyCdbProxyAddressVipAndVPortResponse
Returns a new instance of ModifyCdbProxyAddressVipAndVPortResponse.
10947 10948 10949 |
# File 'lib/v20170320/models.rb', line 10947 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10945 10946 10947 |
# File 'lib/v20170320/models.rb', line 10945 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10951 10952 10953 |
# File 'lib/v20170320/models.rb', line 10951 def deserialize(params) @RequestId = params['RequestId'] end |