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.
10928 10929 10930 |
# File 'lib/v20170320/models.rb', line 10928 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10926 10927 10928 |
# File 'lib/v20170320/models.rb', line 10926 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10932 10933 10934 |
# File 'lib/v20170320/models.rb', line 10932 def deserialize(params) @RequestId = params['RequestId'] end |