Class: TencentCloud::Live::V20180801::LogInfo

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

Overview

日志url信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(logname = nil, logurl = nil, logtime = nil, filesize = nil) ⇒ LogInfo

Returns a new instance of LogInfo.



11670
11671
11672
11673
11674
11675
# File 'lib/v20180801/models.rb', line 11670

def initialize(logname=nil, logurl=nil, logtime=nil, filesize=nil)
  @LogName = logname
  @LogUrl = logurl
  @LogTime = logtime
  @FileSize = filesize
end

Instance Attribute Details

#FileSizeObject

注:此字段为北京时间(UTC+8时区)。

Parameters:

  • LogName:

    日志名称。

  • LogUrl:

    日志 URL。

  • LogTime:

    日志生成时间。

  • FileSize:

    文件大小。



11668
11669
11670
# File 'lib/v20180801/models.rb', line 11668

def FileSize
  @FileSize
end

#LogNameObject

注:此字段为北京时间(UTC+8时区)。

Parameters:

  • LogName:

    日志名称。

  • LogUrl:

    日志 URL。

  • LogTime:

    日志生成时间。

  • FileSize:

    文件大小。



11668
11669
11670
# File 'lib/v20180801/models.rb', line 11668

def LogName
  @LogName
end

#LogTimeObject

注:此字段为北京时间(UTC+8时区)。

Parameters:

  • LogName:

    日志名称。

  • LogUrl:

    日志 URL。

  • LogTime:

    日志生成时间。

  • FileSize:

    文件大小。



11668
11669
11670
# File 'lib/v20180801/models.rb', line 11668

def LogTime
  @LogTime
end

#LogUrlObject

注:此字段为北京时间(UTC+8时区)。

Parameters:

  • LogName:

    日志名称。

  • LogUrl:

    日志 URL。

  • LogTime:

    日志生成时间。

  • FileSize:

    文件大小。



11668
11669
11670
# File 'lib/v20180801/models.rb', line 11668

def LogUrl
  @LogUrl
end

Instance Method Details

#deserialize(params) ⇒ Object



11677
11678
11679
11680
11681
11682
# File 'lib/v20180801/models.rb', line 11677

def deserialize(params)
  @LogName = params['LogName']
  @LogUrl = params['LogUrl']
  @LogTime = params['LogTime']
  @FileSize = params['FileSize']
end