Class: TencentCloud::Ecm::V20190719::ModifyModuleIpDirectResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::ModifyModuleIpDirectResponse
- Defined in:
- lib/v20190719/models.rb
Overview
ModifyModuleIpDirect返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyModuleIpDirectResponse
constructor
A new instance of ModifyModuleIpDirectResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyModuleIpDirectResponse
Returns a new instance of ModifyModuleIpDirectResponse.
7701 7702 7703 |
# File 'lib/v20190719/models.rb', line 7701 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7699 7700 7701 |
# File 'lib/v20190719/models.rb', line 7699 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7705 7706 7707 |
# File 'lib/v20190719/models.rb', line 7705 def deserialize(params) @RequestId = params['RequestId'] end |