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.
7261 7262 7263 7264 7265 7266 7267 7268 |
# File 'lib/v20180606/models.rb', line 7261 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,表示取不到有效值。
7259 7260 7261 |
# File 'lib/v20180606/models.rb', line 7259 def Area @Area end |
#EndTime ⇒ Object
mainland:境内 overseas:境外 注意:此字段可能返回 null,表示取不到有效值。
7259 7260 7261 |
# File 'lib/v20180606/models.rb', line 7259 def EndTime @EndTime end |
#FileSize ⇒ Object
mainland:境内 overseas:境外 注意:此字段可能返回 null,表示取不到有效值。
7259 7260 7261 |
# File 'lib/v20180606/models.rb', line 7259 def FileSize @FileSize end |
#LogName ⇒ Object
mainland:境内 overseas:境外 注意:此字段可能返回 null,表示取不到有效值。
7259 7260 7261 |
# File 'lib/v20180606/models.rb', line 7259 def LogName @LogName end |
#LogPath ⇒ Object
mainland:境内 overseas:境外 注意:此字段可能返回 null,表示取不到有效值。
7259 7260 7261 |
# File 'lib/v20180606/models.rb', line 7259 def LogPath @LogPath end |
#StartTime ⇒ Object
mainland:境内 overseas:境外 注意:此字段可能返回 null,表示取不到有效值。
7259 7260 7261 |
# File 'lib/v20180606/models.rb', line 7259 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
7270 7271 7272 7273 7274 7275 7276 7277 |
# File 'lib/v20180606/models.rb', line 7270 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @LogPath = params['LogPath'] @Area = params['Area'] @LogName = params['LogName'] @FileSize = params['FileSize'] end |