Class: TencentCloud::Yunjing::V20180228::DeleteAttackLogsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::DeleteAttackLogsResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DeleteAttackLogs返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteAttackLogsResponse
constructor
A new instance of DeleteAttackLogsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteAttackLogsResponse
Returns a new instance of DeleteAttackLogsResponse.
814 815 816 |
# File 'lib/v20180228/models.rb', line 814 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
812 813 814 |
# File 'lib/v20180228/models.rb', line 812 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
818 819 820 |
# File 'lib/v20180228/models.rb', line 818 def deserialize(params) @RequestId = params['RequestId'] end |