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.
13915 13916 13917 13918 13919 13920 |
# File 'lib/v20180801/models.rb', line 13915 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)。
13913 13914 13915 |
# File 'lib/v20180801/models.rb', line 13913 def FileSize @FileSize end |
#LogName ⇒ Object
注意:
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/266/11732#I)。
13913 13914 13915 |
# File 'lib/v20180801/models.rb', line 13913 def LogName @LogName end |
#LogTime ⇒ Object
注意:
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/266/11732#I)。
13913 13914 13915 |
# File 'lib/v20180801/models.rb', line 13913 def LogTime @LogTime end |
#LogUrl ⇒ Object
注意:
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/266/11732#I)。
13913 13914 13915 |
# File 'lib/v20180801/models.rb', line 13913 def LogUrl @LogUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
13922 13923 13924 13925 13926 13927 |
# File 'lib/v20180801/models.rb', line 13922 def deserialize(params) @LogName = params['LogName'] @LogUrl = params['LogUrl'] @LogTime = params['LogTime'] @FileSize = params['FileSize'] end |