Class: TencentCloud::Tcb::V20180608::ClsInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180608/models.rb

Overview

cls日志信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ClsLogsetIdObject

Parameters:

  • ClsRegion:

    cls所属地域

  • ClsLogsetId:

    cls日志集ID

  • ClsTopicId:

    cls日志主题ID

  • CreateTime:

    创建时间



1334
1335
1336
# File 'lib/v20180608/models.rb', line 1334

def ClsLogsetId
  @ClsLogsetId
end

#ClsRegionObject

Parameters:

  • ClsRegion:

    cls所属地域

  • ClsLogsetId:

    cls日志集ID

  • ClsTopicId:

    cls日志主题ID

  • CreateTime:

    创建时间



1334
1335
1336
# File 'lib/v20180608/models.rb', line 1334

def ClsRegion
  @ClsRegion
end

#ClsTopicIdObject

Parameters:

  • ClsRegion:

    cls所属地域

  • ClsLogsetId:

    cls日志集ID

  • ClsTopicId:

    cls日志主题ID

  • CreateTime:

    创建时间



1334
1335
1336
# File 'lib/v20180608/models.rb', line 1334

def ClsTopicId
  @ClsTopicId
end

#CreateTimeObject

Parameters:

  • ClsRegion:

    cls所属地域

  • ClsLogsetId:

    cls日志集ID

  • ClsTopicId:

    cls日志主题ID

  • CreateTime:

    创建时间



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