Class: TencentCloud::Cwp::V20180228::DeliverTypeDetails
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DeliverTypeDetails
- Defined in:
- lib/v20180228/models.rb
Overview
日志投递类型细节
Instance Attribute Summary collapse
- #ErrInfo ⇒ Object
- #LogName ⇒ Object
- #LogSetId ⇒ Object
- #LogType ⇒ Object
- #Region ⇒ Object
- #SecurityType ⇒ Object
- #Status ⇒ Object
- #StatusTime ⇒ Object
- #Switch ⇒ Object
- #TopicId ⇒ Object
- #TopicName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(securitytype = nil, logtype = nil, topicid = nil, topicname = nil, switch = nil, status = nil, errinfo = nil, statustime = nil, logname = nil, logsetid = nil, region = nil) ⇒ DeliverTypeDetails
constructor
A new instance of DeliverTypeDetails.
Constructor Details
#initialize(securitytype = nil, logtype = nil, topicid = nil, topicname = nil, switch = nil, status = nil, errinfo = nil, statustime = nil, logname = nil, logsetid = nil, region = nil) ⇒ DeliverTypeDetails
Returns a new instance of DeliverTypeDetails.
7683 7684 7685 7686 7687 7688 7689 7690 7691 7692 7693 7694 7695 |
# File 'lib/v20180228/models.rb', line 7683 def initialize(securitytype=nil, logtype=nil, topicid=nil, topicname=nil, switch=nil, status=nil, errinfo=nil, statustime=nil, logname=nil, logsetid=nil, region=nil) @SecurityType = securitytype @LogType = logtype @TopicId = topicid @TopicName = topicname @Switch = switch @Status = status @ErrInfo = errinfo @StatusTime = statustime @LogName = logname @LogSetId = logsetid @Region = region end |
Instance Attribute Details
#ErrInfo ⇒ Object
7681 7682 7683 |
# File 'lib/v20180228/models.rb', line 7681 def ErrInfo @ErrInfo end |
#LogName ⇒ Object
7681 7682 7683 |
# File 'lib/v20180228/models.rb', line 7681 def LogName @LogName end |
#LogSetId ⇒ Object
7681 7682 7683 |
# File 'lib/v20180228/models.rb', line 7681 def LogSetId @LogSetId end |
#LogType ⇒ Object
7681 7682 7683 |
# File 'lib/v20180228/models.rb', line 7681 def LogType @LogType end |
#Region ⇒ Object
7681 7682 7683 |
# File 'lib/v20180228/models.rb', line 7681 def Region @Region end |
#SecurityType ⇒ Object
7681 7682 7683 |
# File 'lib/v20180228/models.rb', line 7681 def SecurityType @SecurityType end |
#Status ⇒ Object
7681 7682 7683 |
# File 'lib/v20180228/models.rb', line 7681 def Status @Status end |
#StatusTime ⇒ Object
7681 7682 7683 |
# File 'lib/v20180228/models.rb', line 7681 def StatusTime @StatusTime end |
#Switch ⇒ Object
7681 7682 7683 |
# File 'lib/v20180228/models.rb', line 7681 def Switch @Switch end |
#TopicId ⇒ Object
7681 7682 7683 |
# File 'lib/v20180228/models.rb', line 7681 def TopicId @TopicId end |
#TopicName ⇒ Object
7681 7682 7683 |
# File 'lib/v20180228/models.rb', line 7681 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 |
# File 'lib/v20180228/models.rb', line 7697 def deserialize(params) @SecurityType = params['SecurityType'] @LogType = params['LogType'] @TopicId = params['TopicId'] @TopicName = params['TopicName'] @Switch = params['Switch'] @Status = params['Status'] @ErrInfo = params['ErrInfo'] @StatusTime = params['StatusTime'] @LogName = params['LogName'] @LogSetId = params['LogSetId'] @Region = params['Region'] end |