Class: TencentCloud::Cwp::V20180228::DescribeReverseShellEventInfoRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeReverseShellEventInfoRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeReverseShellEventInfo请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil) ⇒ DescribeReverseShellEventInfoRequest
constructor
A new instance of DescribeReverseShellEventInfoRequest.
Constructor Details
#initialize(id = nil) ⇒ DescribeReverseShellEventInfoRequest
Returns a new instance of DescribeReverseShellEventInfoRequest.
20348 20349 20350 |
# File 'lib/v20180228/models.rb', line 20348 def initialize(id=nil) @Id = id end |
Instance Attribute Details
#Id ⇒ Object
20346 20347 20348 |
# File 'lib/v20180228/models.rb', line 20346 def Id @Id end |
Instance Method Details
#deserialize(params) ⇒ Object
20352 20353 20354 |
# File 'lib/v20180228/models.rb', line 20352 def deserialize(params) @Id = params['Id'] end |