Class: TencentCloud::Tcb::V20180608::LogServiceInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::LogServiceInfo
- Defined in:
- lib/v20180608/models.rb
Overview
云日志服务相关信息
Instance Attribute Summary collapse
- #LogsetId ⇒ Object
- #LogsetName ⇒ Object
- #Period ⇒ Object
- #Region ⇒ Object
- #TopicId ⇒ Object
- #TopicName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logsetname = nil, logsetid = nil, topicname = nil, topicid = nil, region = nil, period = nil) ⇒ LogServiceInfo
constructor
A new instance of LogServiceInfo.
Constructor Details
#initialize(logsetname = nil, logsetid = nil, topicname = nil, topicid = nil, region = nil, period = nil) ⇒ LogServiceInfo
Returns a new instance of LogServiceInfo.
7554 7555 7556 7557 7558 7559 7560 7561 |
# File 'lib/v20180608/models.rb', line 7554 def initialize(logsetname=nil, logsetid=nil, topicname=nil, topicid=nil, region=nil, period=nil) @LogsetName = logsetname @LogsetId = logsetid @TopicName = topicname @TopicId = topicid @Region = region @Period = period end |
Instance Attribute Details
#LogsetId ⇒ Object
7552 7553 7554 |
# File 'lib/v20180608/models.rb', line 7552 def LogsetId @LogsetId end |
#LogsetName ⇒ Object
7552 7553 7554 |
# File 'lib/v20180608/models.rb', line 7552 def LogsetName @LogsetName end |
#Period ⇒ Object
7552 7553 7554 |
# File 'lib/v20180608/models.rb', line 7552 def Period @Period end |
#Region ⇒ Object
7552 7553 7554 |
# File 'lib/v20180608/models.rb', line 7552 def Region @Region end |
#TopicId ⇒ Object
7552 7553 7554 |
# File 'lib/v20180608/models.rb', line 7552 def TopicId @TopicId end |
#TopicName ⇒ Object
7552 7553 7554 |
# File 'lib/v20180608/models.rb', line 7552 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
7563 7564 7565 7566 7567 7568 7569 7570 |
# File 'lib/v20180608/models.rb', line 7563 def deserialize(params) @LogsetName = params['LogsetName'] @LogsetId = params['LogsetId'] @TopicName = params['TopicName'] @TopicId = params['TopicId'] @Region = params['Region'] @Period = params['Period'] end |