Class: TencentCloud::Cls::V20201016::CloudProductLogTaskInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::CloudProductLogTaskInfo
- Defined in:
- lib/v20201016/models.rb
Overview
云产品日志投递任务信息
Instance Attribute Summary collapse
- #ClsRegion ⇒ Object
- #Extend ⇒ Object
- #InstanceId ⇒ Object
- #LogsetId ⇒ Object
- #LogType ⇒ Object
- #Status ⇒ Object
- #TopicId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clsregion = nil, instanceid = nil, logsetid = nil, topicid = nil, extend = nil, logtype = nil, status = nil) ⇒ CloudProductLogTaskInfo
constructor
A new instance of CloudProductLogTaskInfo.
Constructor Details
#initialize(clsregion = nil, instanceid = nil, logsetid = nil, topicid = nil, extend = nil, logtype = nil, status = nil) ⇒ CloudProductLogTaskInfo
Returns a new instance of CloudProductLogTaskInfo.
1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'lib/v20201016/models.rb', line 1096 def initialize(clsregion=nil, instanceid=nil, logsetid=nil, topicid=nil, extend=nil, logtype=nil, status=nil) @ClsRegion = clsregion @InstanceId = instanceid @LogsetId = logsetid @TopicId = topicid @Extend = extend @LogType = logtype @Status = status end |
Instance Attribute Details
#ClsRegion ⇒ Object
1094 1095 1096 |
# File 'lib/v20201016/models.rb', line 1094 def ClsRegion @ClsRegion end |
#Extend ⇒ Object
1094 1095 1096 |
# File 'lib/v20201016/models.rb', line 1094 def Extend @Extend end |
#InstanceId ⇒ Object
1094 1095 1096 |
# File 'lib/v20201016/models.rb', line 1094 def InstanceId @InstanceId end |
#LogsetId ⇒ Object
1094 1095 1096 |
# File 'lib/v20201016/models.rb', line 1094 def LogsetId @LogsetId end |
#LogType ⇒ Object
1094 1095 1096 |
# File 'lib/v20201016/models.rb', line 1094 def LogType @LogType end |
#Status ⇒ Object
1094 1095 1096 |
# File 'lib/v20201016/models.rb', line 1094 def Status @Status end |
#TopicId ⇒ Object
1094 1095 1096 |
# File 'lib/v20201016/models.rb', line 1094 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'lib/v20201016/models.rb', line 1106 def deserialize(params) @ClsRegion = params['ClsRegion'] @InstanceId = params['InstanceId'] @LogsetId = params['LogsetId'] @TopicId = params['TopicId'] @Extend = params['Extend'] @LogType = params['LogType'] @Status = params['Status'] end |