Class: TencentCloud::Tem::V20201221::LogOutputConf

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

Overview

日志输出配置

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(outputtype = nil, clslogsetname = nil, clslogtopicid = nil, clslogsetid = nil, clslogtopicname = nil) ⇒ LogOutputConf



1397
1398
1399
1400
1401
1402
1403
# File 'lib/v20201221/models.rb', line 1397

def initialize(outputtype=nil, clslogsetname=nil, clslogtopicid=nil, clslogsetid=nil, clslogtopicname=nil)
  @OutputType = outputtype
  @ClsLogsetName = clslogsetname
  @ClsLogTopicId = clslogtopicid
  @ClsLogsetId = clslogsetid
  @ClsLogTopicName = clslogtopicname
end

Instance Attribute Details

#ClsLogsetIdObject



1395
1396
1397
# File 'lib/v20201221/models.rb', line 1395

def ClsLogsetId
  @ClsLogsetId
end

#ClsLogsetNameObject



1395
1396
1397
# File 'lib/v20201221/models.rb', line 1395

def ClsLogsetName
  @ClsLogsetName
end

#ClsLogTopicIdObject



1395
1396
1397
# File 'lib/v20201221/models.rb', line 1395

def ClsLogTopicId
  @ClsLogTopicId
end

#ClsLogTopicNameObject



1395
1396
1397
# File 'lib/v20201221/models.rb', line 1395

def ClsLogTopicName
  @ClsLogTopicName
end

#OutputTypeObject



1395
1396
1397
# File 'lib/v20201221/models.rb', line 1395

def OutputType
  @OutputType
end

Instance Method Details

#deserialize(params) ⇒ Object



1405
1406
1407
1408
1409
1410
1411
# File 'lib/v20201221/models.rb', line 1405

def deserialize(params)
  @OutputType = params['OutputType']
  @ClsLogsetName = params['ClsLogsetName']
  @ClsLogTopicId = params['ClsLogTopicId']
  @ClsLogsetId = params['ClsLogsetId']
  @ClsLogTopicName = params['ClsLogTopicName']
end