Class: TencentCloud::Tic::V20201117::PlanStackResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tic::V20201117::PlanStackResponse
- Defined in:
- lib/v20201117/models.rb
Overview
PlanStack返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventid = nil, requestid = nil) ⇒ PlanStackResponse
constructor
A new instance of PlanStackResponse.
Constructor Details
#initialize(eventid = nil, requestid = nil) ⇒ PlanStackResponse
Returns a new instance of PlanStackResponse.
628 629 630 631 |
# File 'lib/v20201117/models.rb', line 628 def initialize(eventid=nil, requestid=nil) @EventId = eventid @RequestId = requestid end |
Instance Attribute Details
#EventId ⇒ Object
626 627 628 |
# File 'lib/v20201117/models.rb', line 626 def EventId @EventId end |
#RequestId ⇒ Object
626 627 628 |
# File 'lib/v20201117/models.rb', line 626 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
633 634 635 636 |
# File 'lib/v20201117/models.rb', line 633 def deserialize(params) @EventId = params['EventId'] @RequestId = params['RequestId'] end |