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
Returns a new instance of CreateEksLogConfigResponse.
3122 3123 3124 3125 |
# File 'lib/v20180525/models.rb', line 3122 def initialize(topicid=nil, requestid=nil) @TopicId = topicid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3120 3121 3122 |
# File 'lib/v20180525/models.rb', line 3120 def RequestId @RequestId end |
#TopicId ⇒ Object
3120 3121 3122 |
# File 'lib/v20180525/models.rb', line 3120 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
3127 3128 3129 3130 |
# File 'lib/v20180525/models.rb', line 3127 def deserialize(params) @TopicId = params['TopicId'] @RequestId = params['RequestId'] end |