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
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TopicId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
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.
3131 3132 3133 3134 |
# File 'lib/v20180525/models.rb', line 3131 def initialize(topicid=nil, requestid=nil) @TopicId = topicid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3129 3130 3131 |
# File 'lib/v20180525/models.rb', line 3129 def RequestId @RequestId end |
#TopicId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3129 3130 3131 |
# File 'lib/v20180525/models.rb', line 3129 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
3136 3137 3138 3139 |
# File 'lib/v20180525/models.rb', line 3136 def deserialize(params) @TopicId = params['TopicId'] @RequestId = params['RequestId'] end |