Class: TencentCloud::Waf::V20180125::UpdateProtectionModesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::UpdateProtectionModesResponse
- Defined in:
- lib/v20180125/models.rb
Overview
UpdateProtectionModes返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(commonrsp = nil, requestid = nil) ⇒ UpdateProtectionModesResponse
constructor
A new instance of UpdateProtectionModesResponse.
Constructor Details
#initialize(commonrsp = nil, requestid = nil) ⇒ UpdateProtectionModesResponse
Returns a new instance of UpdateProtectionModesResponse.
19136 19137 19138 19139 |
# File 'lib/v20180125/models.rb', line 19136 def initialize(commonrsp=nil, requestid=nil) @CommonRsp = commonrsp @RequestId = requestid end |
Instance Attribute Details
#CommonRsp ⇒ Object
19134 19135 19136 |
# File 'lib/v20180125/models.rb', line 19134 def CommonRsp @CommonRsp end |
#RequestId ⇒ Object
19134 19135 19136 |
# File 'lib/v20180125/models.rb', line 19134 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
19141 19142 19143 19144 19145 19146 19147 |
# File 'lib/v20180125/models.rb', line 19141 def deserialize(params) unless params['CommonRsp'].nil? @CommonRsp = CommonRspData.new @CommonRsp.deserialize(params['CommonRsp']) end @RequestId = params['RequestId'] end |