Class: TencentCloud::Waf::V20180125::ModifyWebshellStatusRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::ModifyWebshellStatusRequest
- Defined in:
- lib/v20180125/models.rb
Overview
ModifyWebshellStatus请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(webshell = nil) ⇒ ModifyWebshellStatusRequest
constructor
A new instance of ModifyWebshellStatusRequest.
Constructor Details
#initialize(webshell = nil) ⇒ ModifyWebshellStatusRequest
Returns a new instance of ModifyWebshellStatusRequest.
16800 16801 16802 |
# File 'lib/v20180125/models.rb', line 16800 def initialize(webshell=nil) @Webshell = webshell end |
Instance Attribute Details
#Webshell ⇒ Object
16798 16799 16800 |
# File 'lib/v20180125/models.rb', line 16798 def Webshell @Webshell end |
Instance Method Details
#deserialize(params) ⇒ Object
16804 16805 16806 16807 16808 16809 |
# File 'lib/v20180125/models.rb', line 16804 def deserialize(params) unless params['Webshell'].nil? @Webshell = WebshellStatus.new @Webshell.deserialize(params['Webshell']) end end |