Class: TencentCloud::Gaap::V20180529::ModifyHTTPSListenerAttributeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::ModifyHTTPSListenerAttributeResponse
- Defined in:
- lib/v20180529/models.rb
Overview
ModifyHTTPSListenerAttribute返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyHTTPSListenerAttributeResponse
constructor
A new instance of ModifyHTTPSListenerAttributeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyHTTPSListenerAttributeResponse
Returns a new instance of ModifyHTTPSListenerAttributeResponse.
5763 5764 5765 |
# File 'lib/v20180529/models.rb', line 5763 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5761 5762 5763 |
# File 'lib/v20180529/models.rb', line 5761 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5767 5768 5769 |
# File 'lib/v20180529/models.rb', line 5767 def deserialize(params) @RequestId = params['RequestId'] end |