Class: TencentCloud::Tic::V20201117::ApplyStackResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tic::V20201117::ApplyStackResponse
- Defined in:
- lib/v20201117/models.rb
Overview
ApplyStack返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventid = nil, requestid = nil) ⇒ ApplyStackResponse
constructor
A new instance of ApplyStackResponse.
Constructor Details
#initialize(eventid = nil, requestid = nil) ⇒ ApplyStackResponse
Returns a new instance of ApplyStackResponse.
49 50 51 52 |
# File 'lib/v20201117/models.rb', line 49 def initialize(eventid=nil, requestid=nil) @EventId = eventid @RequestId = requestid end |
Instance Attribute Details
#EventId ⇒ Object
47 48 49 |
# File 'lib/v20201117/models.rb', line 47 def EventId @EventId end |
#RequestId ⇒ Object
47 48 49 |
# File 'lib/v20201117/models.rb', line 47 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
54 55 56 57 |
# File 'lib/v20201117/models.rb', line 54 def deserialize(params) @EventId = params['EventId'] @RequestId = params['RequestId'] end |