Class: TencentCloud::Cdn::V20180606::DomainLog
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::DomainLog
- Defined in:
- lib/v20180606/models.rb
Overview
日志包下载链接详情
Instance Attribute Summary collapse
-
#Area ⇒ Object
mainland:境内 overseas:境外 注意:此字段可能返回 null,表示取不到有效值。.
-
#EndTime ⇒ Object
mainland:境内 overseas:境外 注意:此字段可能返回 null,表示取不到有效值。.
-
#FileSize ⇒ Object
mainland:境内 overseas:境外 注意:此字段可能返回 null,表示取不到有效值。.
-
#LogName ⇒ Object
mainland:境内 overseas:境外 注意:此字段可能返回 null,表示取不到有效值。.
-
#LogPath ⇒ Object
mainland:境内 overseas:境外 注意:此字段可能返回 null,表示取不到有效值。.
-
#StartTime ⇒ Object
mainland:境内 overseas:境外 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, endtime = nil, logpath = nil, area = nil, logname = nil, filesize = nil) ⇒ DomainLog
constructor
A new instance of DomainLog.
Constructor Details
#initialize(starttime = nil, endtime = nil, logpath = nil, area = nil, logname = nil, filesize = nil) ⇒ DomainLog
Returns a new instance of DomainLog.
5236 5237 5238 5239 5240 5241 5242 5243 |
# File 'lib/v20180606/models.rb', line 5236 def initialize(starttime=nil, endtime=nil, logpath=nil, area=nil, logname=nil, filesize=nil) @StartTime = starttime @EndTime = endtime @LogPath = logpath @Area = area @LogName = logname @FileSize = filesize end |
Instance Attribute Details
#Area ⇒ Object
mainland:境内overseas:境外注意:此字段可能返回 null,表示取不到有效值。
5234 5235 5236 |
# File 'lib/v20180606/models.rb', line 5234 def Area @Area end |
#EndTime ⇒ Object
mainland:境内overseas:境外注意:此字段可能返回 null,表示取不到有效值。
5234 5235 5236 |
# File 'lib/v20180606/models.rb', line 5234 def EndTime @EndTime end |
#FileSize ⇒ Object
mainland:境内overseas:境外注意:此字段可能返回 null,表示取不到有效值。
5234 5235 5236 |
# File 'lib/v20180606/models.rb', line 5234 def FileSize @FileSize end |
#LogName ⇒ Object
mainland:境内overseas:境外注意:此字段可能返回 null,表示取不到有效值。
5234 5235 5236 |
# File 'lib/v20180606/models.rb', line 5234 def LogName @LogName end |
#LogPath ⇒ Object
mainland:境内overseas:境外注意:此字段可能返回 null,表示取不到有效值。
5234 5235 5236 |
# File 'lib/v20180606/models.rb', line 5234 def LogPath @LogPath end |
#StartTime ⇒ Object
mainland:境内overseas:境外注意:此字段可能返回 null,表示取不到有效值。
5234 5235 5236 |
# File 'lib/v20180606/models.rb', line 5234 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
5245 5246 5247 5248 5249 5250 5251 5252 |
# File 'lib/v20180606/models.rb', line 5245 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @LogPath = params['LogPath'] @Area = params['Area'] @LogName = params['LogName'] @FileSize = params['FileSize'] end |