Class: TencentCloud::Tione::V20191022::ClsConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20191022::ClsConfig
- Defined in:
- lib/v20191022/models.rb
Overview
接入CLS服务的配置
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, logsetid = nil, topicid = nil) ⇒ ClsConfig
constructor
A new instance of ClsConfig.
Constructor Details
#initialize(type = nil, logsetid = nil, topicid = nil) ⇒ ClsConfig
Returns a new instance of ClsConfig.
86 87 88 89 90 |
# File 'lib/v20191022/models.rb', line 86 def initialize(type=nil, logsetid=nil, topicid=nil) @Type = type @LogSetId = logsetid @TopicId = topicid end |
Instance Attribute Details
#LogSetId ⇒ Object
84 85 86 |
# File 'lib/v20191022/models.rb', line 84 def LogSetId @LogSetId end |
#TopicId ⇒ Object
84 85 86 |
# File 'lib/v20191022/models.rb', line 84 def TopicId @TopicId end |
#Type ⇒ Object
84 85 86 |
# File 'lib/v20191022/models.rb', line 84 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
92 93 94 95 96 |
# File 'lib/v20191022/models.rb', line 92 def deserialize(params) @Type = params['Type'] @LogSetId = params['LogSetId'] @TopicId = params['TopicId'] end |