Class: TencentCloud::Gaap::V20180529::ModifyTCPListenerAttributeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::ModifyTCPListenerAttributeResponse
- Defined in:
- lib/v20180529/models.rb
Overview
ModifyTCPListenerAttribute返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyTCPListenerAttributeResponse
constructor
A new instance of ModifyTCPListenerAttributeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyTCPListenerAttributeResponse
Returns a new instance of ModifyTCPListenerAttributeResponse.
6195 6196 6197 |
# File 'lib/v20180529/models.rb', line 6195 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6193 6194 6195 |
# File 'lib/v20180529/models.rb', line 6193 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6199 6200 6201 |
# File 'lib/v20180529/models.rb', line 6199 def deserialize(params) @RequestId = params['RequestId'] end |