Class: TencentCloud::Ecdn::V20191012::DomainLogs
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecdn::V20191012::DomainLogs
- Defined in:
- lib/v20191012/models.rb
Overview
域名日志信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, endtime = nil, logpath = nil) ⇒ DomainLogs
constructor
A new instance of DomainLogs.
Constructor Details
#initialize(starttime = nil, endtime = nil, logpath = nil) ⇒ DomainLogs
Returns a new instance of DomainLogs.
904 905 906 907 908 |
# File 'lib/v20191012/models.rb', line 904 def initialize(starttime=nil, endtime=nil, logpath=nil) @StartTime = starttime @EndTime = endtime @LogPath = logpath end |
Instance Attribute Details
#EndTime ⇒ Object
902 903 904 |
# File 'lib/v20191012/models.rb', line 902 def EndTime @EndTime end |
#LogPath ⇒ Object
902 903 904 |
# File 'lib/v20191012/models.rb', line 902 def LogPath @LogPath end |
#StartTime ⇒ Object
902 903 904 |
# File 'lib/v20191012/models.rb', line 902 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
910 911 912 913 914 |
# File 'lib/v20191012/models.rb', line 910 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @LogPath = params['LogPath'] end |