Class: TencentCloud::Cwp::V20180228::DescribeBashEventsInfoResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeBashEventsInfoResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeBashEventsInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(basheventsinfo = nil, requestid = nil) ⇒ DescribeBashEventsInfoResponse
constructor
A new instance of DescribeBashEventsInfoResponse.
Constructor Details
#initialize(basheventsinfo = nil, requestid = nil) ⇒ DescribeBashEventsInfoResponse
Returns a new instance of DescribeBashEventsInfoResponse.
13574 13575 13576 13577 |
# File 'lib/v20180228/models.rb', line 13574 def initialize(basheventsinfo=nil, requestid=nil) @BashEventsInfo = basheventsinfo @RequestId = requestid end |
Instance Attribute Details
#BashEventsInfo ⇒ Object
13572 13573 13574 |
# File 'lib/v20180228/models.rb', line 13572 def BashEventsInfo @BashEventsInfo end |
#RequestId ⇒ Object
13572 13573 13574 |
# File 'lib/v20180228/models.rb', line 13572 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13579 13580 13581 13582 13583 13584 13585 |
# File 'lib/v20180228/models.rb', line 13579 def deserialize(params) unless params['BashEventsInfo'].nil? @BashEventsInfo = BashEventsInfo.new @BashEventsInfo.deserialize(params['BashEventsInfo']) end @RequestId = params['RequestId'] end |