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.
10758 10759 10760 |
# File 'lib/v20170320/models.rb', line 10758 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10756 10757 10758 |
# File 'lib/v20170320/models.rb', line 10756 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10762 10763 10764 |
# File 'lib/v20170320/models.rb', line 10762 def deserialize(params) @RequestId = params['RequestId'] end |