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.
11600 11601 11602 |
# File 'lib/v20180525/models.rb', line 11600 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
11598 11599 11600 |
# File 'lib/v20180525/models.rb', line 11598 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11604 11605 11606 |
# File 'lib/v20180525/models.rb', line 11604 def deserialize(params) @RequestId = params['RequestId'] end |