class TencentCloud::Ecdn::V20191012::DomainLogs
域名日志信息
def deserialize(params)
def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @LogPath = params['LogPath'] end
def initialize(starttime=nil, endtime=nil, logpath=nil)
def initialize(starttime=nil, endtime=nil, logpath=nil) @StartTime = starttime @EndTime = endtime @LogPath = logpath end