Class: TencentCloud::Cdn::V20180606::DomainLog

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180606/models.rb

Overview

日志包下载链接详情

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(starttime = nil, endtime = nil, logpath = nil, area = nil, logname = nil, filesize = nil) ⇒ DomainLog



5239
5240
5241
5242
5243
5244
5245
5246
# File 'lib/v20180606/models.rb', line 5239

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

#AreaObject

mainland:境内overseas:境外注意:此字段可能返回 null,表示取不到有效值。



5237
5238
5239
# File 'lib/v20180606/models.rb', line 5237

def Area
  @Area
end

#EndTimeObject

mainland:境内overseas:境外注意:此字段可能返回 null,表示取不到有效值。



5237
5238
5239
# File 'lib/v20180606/models.rb', line 5237

def EndTime
  @EndTime
end

#FileSizeObject

mainland:境内overseas:境外注意:此字段可能返回 null,表示取不到有效值。



5237
5238
5239
# File 'lib/v20180606/models.rb', line 5237

def FileSize
  @FileSize
end

#LogNameObject

mainland:境内overseas:境外注意:此字段可能返回 null,表示取不到有效值。



5237
5238
5239
# File 'lib/v20180606/models.rb', line 5237

def LogName
  @LogName
end

#LogPathObject

mainland:境内overseas:境外注意:此字段可能返回 null,表示取不到有效值。



5237
5238
5239
# File 'lib/v20180606/models.rb', line 5237

def LogPath
  @LogPath
end

#StartTimeObject

mainland:境内overseas:境外注意:此字段可能返回 null,表示取不到有效值。



5237
5238
5239
# File 'lib/v20180606/models.rb', line 5237

def StartTime
  @StartTime
end

Instance Method Details

#deserialize(params) ⇒ Object



5248
5249
5250
5251
5252
5253
5254
5255
# File 'lib/v20180606/models.rb', line 5248

def deserialize(params)
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @LogPath = params['LogPath']
  @Area = params['Area']
  @LogName = params['LogName']
  @FileSize = params['FileSize']
end