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.
6650 6651 6652 6653 6654 6655 6656 6657 |
# File 'lib/v20180608/models.rb', line 6650 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
6648 6649 6650 |
# File 'lib/v20180608/models.rb', line 6648 def LogsetId @LogsetId end |
#LogsetName ⇒ Object
6648 6649 6650 |
# File 'lib/v20180608/models.rb', line 6648 def LogsetName @LogsetName end |
#Period ⇒ Object
6648 6649 6650 |
# File 'lib/v20180608/models.rb', line 6648 def Period @Period end |
#Region ⇒ Object
6648 6649 6650 |
# File 'lib/v20180608/models.rb', line 6648 def Region @Region end |
#TopicId ⇒ Object
6648 6649 6650 |
# File 'lib/v20180608/models.rb', line 6648 def TopicId @TopicId end |
#TopicName ⇒ Object
6648 6649 6650 |
# File 'lib/v20180608/models.rb', line 6648 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
6659 6660 6661 6662 6663 6664 6665 6666 |
# File 'lib/v20180608/models.rb', line 6659 def deserialize(params) @LogsetName = params['LogsetName'] @LogsetId = params['LogsetId'] @TopicName = params['TopicName'] @TopicId = params['TopicId'] @Region = params['Region'] @Period = params['Period'] end |