Class: TencentCloud::Tcb::V20180608::ClsInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::ClsInfo
- Defined in:
- lib/v20180608/models.rb
Overview
cls日志信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clsregion = nil, clslogsetid = nil, clstopicid = nil, createtime = nil) ⇒ ClsInfo
constructor
A new instance of ClsInfo.
Constructor Details
#initialize(clsregion = nil, clslogsetid = nil, clstopicid = nil, createtime = nil) ⇒ ClsInfo
Returns a new instance of ClsInfo.
1336 1337 1338 1339 1340 1341 |
# File 'lib/v20180608/models.rb', line 1336 def initialize(clsregion=nil, clslogsetid=nil, clstopicid=nil, createtime=nil) @ClsRegion = clsregion @ClsLogsetId = clslogsetid @ClsTopicId = clstopicid @CreateTime = createtime end |
Instance Attribute Details
#ClsLogsetId ⇒ Object
1334 1335 1336 |
# File 'lib/v20180608/models.rb', line 1334 def ClsLogsetId @ClsLogsetId end |
#ClsRegion ⇒ Object
1334 1335 1336 |
# File 'lib/v20180608/models.rb', line 1334 def ClsRegion @ClsRegion end |
#ClsTopicId ⇒ Object
1334 1335 1336 |
# File 'lib/v20180608/models.rb', line 1334 def ClsTopicId @ClsTopicId end |
#CreateTime ⇒ Object
1334 1335 1336 |
# File 'lib/v20180608/models.rb', line 1334 def CreateTime @CreateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
1343 1344 1345 1346 1347 1348 |
# File 'lib/v20180608/models.rb', line 1343 def deserialize(params) @ClsRegion = params['ClsRegion'] @ClsLogsetId = params['ClsLogsetId'] @ClsTopicId = params['ClsTopicId'] @CreateTime = params['CreateTime'] end |