Class: TencentCloud::Waf::V20180125::ModifyInstanceAttackLogPostResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::ModifyInstanceAttackLogPostResponse
- Defined in:
- lib/v20180125/models.rb
Overview
ModifyInstanceAttackLogPost返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyInstanceAttackLogPostResponse
constructor
A new instance of ModifyInstanceAttackLogPostResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyInstanceAttackLogPostResponse
Returns a new instance of ModifyInstanceAttackLogPostResponse.
15525 15526 15527 |
# File 'lib/v20180125/models.rb', line 15525 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
15523 15524 15525 |
# File 'lib/v20180125/models.rb', line 15523 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
15529 15530 15531 |
# File 'lib/v20180125/models.rb', line 15529 def deserialize(params) @RequestId = params['RequestId'] end |