Class: TencentCloud::Tke::V20180525::CreateEksLogConfigResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::CreateEksLogConfigResponse
- Defined in:
- lib/v20180525/models.rb
Overview
CreateEksLogConfig返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, requestid = nil) ⇒ CreateEksLogConfigResponse
constructor
A new instance of CreateEksLogConfigResponse.
Constructor Details
#initialize(topicid = nil, requestid = nil) ⇒ CreateEksLogConfigResponse
3187 3188 3189 3190 |
# File 'lib/v20180525/models.rb', line 3187 def initialize(topicid=nil, requestid=nil) @TopicId = topicid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3185 3186 3187 |
# File 'lib/v20180525/models.rb', line 3185 def RequestId @RequestId end |
#TopicId ⇒ Object
3185 3186 3187 |
# File 'lib/v20180525/models.rb', line 3185 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
3192 3193 3194 3195 |
# File 'lib/v20180525/models.rb', line 3192 def deserialize(params) @TopicId = params['TopicId'] @RequestId = params['RequestId'] end |