Class: TencentCloud::Tke::V20180525::EnableEventPersistenceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::EnableEventPersistenceResponse
- Defined in:
- lib/v20180525/models.rb
Overview
EnableEventPersistence返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ EnableEventPersistenceResponse
constructor
A new instance of EnableEventPersistenceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ EnableEventPersistenceResponse
Returns a new instance of EnableEventPersistenceResponse.
11626 11627 11628 |
# File 'lib/v20180525/models.rb', line 11626 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
11624 11625 11626 |
# File 'lib/v20180525/models.rb', line 11624 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11630 11631 11632 |
# File 'lib/v20180525/models.rb', line 11630 def deserialize(params) @RequestId = params['RequestId'] end |