Class: TencentCloud::Tem::V20210701::LogOutputConf

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210701/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



3369
3370
3371
3372
3373
3374
3375
# File 'lib/v20210701/models.rb', line 3369

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



3367
3368
3369
# File 'lib/v20210701/models.rb', line 3367

def ClsLogsetId
  @ClsLogsetId
end

#ClsLogsetNameObject



3367
3368
3369
# File 'lib/v20210701/models.rb', line 3367

def ClsLogsetName
  @ClsLogsetName
end

#ClsLogTopicIdObject



3367
3368
3369
# File 'lib/v20210701/models.rb', line 3367

def ClsLogTopicId
  @ClsLogTopicId
end

#ClsLogTopicNameObject



3367
3368
3369
# File 'lib/v20210701/models.rb', line 3367

def ClsLogTopicName
  @ClsLogTopicName
end

#OutputTypeObject



3367
3368
3369
# File 'lib/v20210701/models.rb', line 3367

def OutputType
  @OutputType
end

Instance Method Details

#deserialize(params) ⇒ Object



3377
3378
3379
3380
3381
3382
3383
# File 'lib/v20210701/models.rb', line 3377

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