Class: TencentCloud::Live::V20180801::PushLogInfo

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

Overview

推流域名日志信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PushLogInfo.



14020
14021
14022
14023
14024
14025
# File 'lib/v20180801/models.rb', line 14020

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

Instance Attribute Details

#FileSizeObject

注意:

  1. 北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/266/11732#I)。

Parameters:

  • LogName:

    日志名称。

  • LogUrl:

    日志下载地址。

  • LogTime:

    日志时间。UTC 格式,例如:2018-11-29T19:00:00Z。

  • FileSize:

    文件大小,单位字节。



14018
14019
14020
# File 'lib/v20180801/models.rb', line 14018

def FileSize
  @FileSize
end

#LogNameObject

注意:

  1. 北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/266/11732#I)。

Parameters:

  • LogName:

    日志名称。

  • LogUrl:

    日志下载地址。

  • LogTime:

    日志时间。UTC 格式,例如:2018-11-29T19:00:00Z。

  • FileSize:

    文件大小,单位字节。



14018
14019
14020
# File 'lib/v20180801/models.rb', line 14018

def LogName
  @LogName
end

#LogTimeObject

注意:

  1. 北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/266/11732#I)。

Parameters:

  • LogName:

    日志名称。

  • LogUrl:

    日志下载地址。

  • LogTime:

    日志时间。UTC 格式,例如:2018-11-29T19:00:00Z。

  • FileSize:

    文件大小,单位字节。



14018
14019
14020
# File 'lib/v20180801/models.rb', line 14018

def LogTime
  @LogTime
end

#LogUrlObject

注意:

  1. 北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/266/11732#I)。

Parameters:

  • LogName:

    日志名称。

  • LogUrl:

    日志下载地址。

  • LogTime:

    日志时间。UTC 格式,例如:2018-11-29T19:00:00Z。

  • FileSize:

    文件大小,单位字节。



14018
14019
14020
# File 'lib/v20180801/models.rb', line 14018

def LogUrl
  @LogUrl
end

Instance Method Details

#deserialize(params) ⇒ Object



14027
14028
14029
14030
14031
14032
# File 'lib/v20180801/models.rb', line 14027

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