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.
4639 4640 4641 4642 4643 4644 |
# File 'lib/v20180411/models.rb', line 4639 def initialize(mtime=nil, length=nil, uri=nil, filename=nil) @Mtime = mtime @Length = length @Uri = uri @FileName = filename end |
Instance Attribute Details
#FileName ⇒ Object
4637 4638 4639 |
# File 'lib/v20180411/models.rb', line 4637 def FileName @FileName end |
#Length ⇒ Object
4637 4638 4639 |
# File 'lib/v20180411/models.rb', line 4637 def Length @Length end |
#Mtime ⇒ Object
4637 4638 4639 |
# File 'lib/v20180411/models.rb', line 4637 def Mtime @Mtime end |
#Uri ⇒ Object
4637 4638 4639 |
# File 'lib/v20180411/models.rb', line 4637 def Uri @Uri end |
Instance Method Details
#deserialize(params) ⇒ Object
4646 4647 4648 4649 4650 4651 |
# File 'lib/v20180411/models.rb', line 4646 def deserialize(params) @Mtime = params['Mtime'] @Length = params['Length'] @Uri = params['Uri'] @FileName = params['FileName'] end |