Class: TencentCloud::Dcdb::V20180411::LogFileInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::LogFileInfo
- Defined in:
- lib/v20180411/models.rb
Overview
拉取的日志信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(mtime = nil, length = nil, uri = nil, filename = nil) ⇒ LogFileInfo
constructor
A new instance of LogFileInfo.
Constructor Details
#initialize(mtime = nil, length = nil, uri = nil, filename = nil) ⇒ LogFileInfo
Returns a new instance of LogFileInfo.
4825 4826 4827 4828 4829 4830 |
# File 'lib/v20180411/models.rb', line 4825 def initialize(mtime=nil, length=nil, uri=nil, filename=nil) @Mtime = mtime @Length = length @Uri = uri @FileName = filename end |
Instance Attribute Details
#FileName ⇒ Object
4823 4824 4825 |
# File 'lib/v20180411/models.rb', line 4823 def FileName @FileName end |
#Length ⇒ Object
4823 4824 4825 |
# File 'lib/v20180411/models.rb', line 4823 def Length @Length end |
#Mtime ⇒ Object
4823 4824 4825 |
# File 'lib/v20180411/models.rb', line 4823 def Mtime @Mtime end |
#Uri ⇒ Object
4823 4824 4825 |
# File 'lib/v20180411/models.rb', line 4823 def Uri @Uri end |
Instance Method Details
#deserialize(params) ⇒ Object
4832 4833 4834 4835 4836 4837 |
# File 'lib/v20180411/models.rb', line 4832 def deserialize(params) @Mtime = params['Mtime'] @Length = params['Length'] @Uri = params['Uri'] @FileName = params['FileName'] end |