Class: TencentCloud::Tic::V20201117::DestroyStackResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tic::V20201117::DestroyStackResponse
- Defined in:
- lib/v20201117/models.rb
Overview
DestroyStack返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventid = nil, requestid = nil) ⇒ DestroyStackResponse
constructor
A new instance of DestroyStackResponse.
Constructor Details
#initialize(eventid = nil, requestid = nil) ⇒ DestroyStackResponse
Returns a new instance of DestroyStackResponse.
528 529 530 531 |
# File 'lib/v20201117/models.rb', line 528 def initialize(eventid=nil, requestid=nil) @EventId = eventid @RequestId = requestid end |
Instance Attribute Details
#EventId ⇒ Object
526 527 528 |
# File 'lib/v20201117/models.rb', line 526 def EventId @EventId end |
#RequestId ⇒ Object
526 527 528 |
# File 'lib/v20201117/models.rb', line 526 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
533 534 535 536 |
# File 'lib/v20201117/models.rb', line 533 def deserialize(params) @EventId = params['EventId'] @RequestId = params['RequestId'] end |