Class: TencentCloud::Live::V20180801::PushLogInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::PushLogInfo
- Defined in:
- lib/v20180801/models.rb
Overview
推流域名日志信息。
Instance Attribute Summary collapse
-
#FileSize ⇒ Object
注意: 1.
-
#LogName ⇒ Object
注意: 1.
-
#LogTime ⇒ Object
注意: 1.
-
#LogUrl ⇒ Object
注意: 1.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logname = nil, logurl = nil, logtime = nil, filesize = nil) ⇒ PushLogInfo
constructor
A new instance of PushLogInfo.
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
#FileSize ⇒ Object
注意:
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/266/11732#I)。
14018 14019 14020 |
# File 'lib/v20180801/models.rb', line 14018 def FileSize @FileSize end |
#LogName ⇒ Object
注意:
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/266/11732#I)。
14018 14019 14020 |
# File 'lib/v20180801/models.rb', line 14018 def LogName @LogName end |
#LogTime ⇒ Object
注意:
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/266/11732#I)。
14018 14019 14020 |
# File 'lib/v20180801/models.rb', line 14018 def LogTime @LogTime end |
#LogUrl ⇒ Object
注意:
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/266/11732#I)。
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 |