Class: TencentCloud::Live::V20180801::LogInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::LogInfo
- Defined in:
- lib/v20180801/models.rb
Overview
日志url信息。
Instance Attribute Summary collapse
-
#FileSize ⇒ Object
注:此字段为北京时间(UTC+8时区)。.
-
#LogName ⇒ Object
注:此字段为北京时间(UTC+8时区)。.
-
#LogTime ⇒ Object
注:此字段为北京时间(UTC+8时区)。.
-
#LogUrl ⇒ Object
注:此字段为北京时间(UTC+8时区)。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logname = nil, logurl = nil, logtime = nil, filesize = nil) ⇒ LogInfo
constructor
A new instance of LogInfo.
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
#FileSize ⇒ Object
注:此字段为北京时间(UTC+8时区)。
11668 11669 11670 |
# File 'lib/v20180801/models.rb', line 11668 def FileSize @FileSize end |
#LogName ⇒ Object
注:此字段为北京时间(UTC+8时区)。
11668 11669 11670 |
# File 'lib/v20180801/models.rb', line 11668 def LogName @LogName end |
#LogTime ⇒ Object
注:此字段为北京时间(UTC+8时区)。
11668 11669 11670 |
# File 'lib/v20180801/models.rb', line 11668 def LogTime @LogTime end |
#LogUrl ⇒ Object
注:此字段为北京时间(UTC+8时区)。
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 |