Class: TencentCloud::Vod::V20180717::DescribeCdnLogsRequest

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

Overview

DescribeCdnLogs请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domainname = nil, starttime = nil, endtime = nil, subappid = nil, limit = nil, offset = nil) ⇒ DescribeCdnLogsRequest

Returns a new instance of DescribeCdnLogsRequest.



10287
10288
10289
10290
10291
10292
10293
10294
# File 'lib/v20180717/models.rb', line 10287

def initialize(domainname=nil, starttime=nil, endtime=nil, subappid=nil, limit=nil, offset=nil)
  @DomainName = domainname
  @StartTime = starttime
  @EndTime = endtime
  @SubAppId = subappid
  @Limit = limit
  @Offset = offset
end

Instance Attribute Details

#DomainNameObject

Parameters:



10285
10286
10287
# File 'lib/v20180717/models.rb', line 10285

def DomainName
  @DomainName
end

#EndTimeObject

Parameters:



10285
10286
10287
# File 'lib/v20180717/models.rb', line 10285

def EndTime
  @EndTime
end

#LimitObject

Parameters:



10285
10286
10287
# File 'lib/v20180717/models.rb', line 10285

def Limit
  @Limit
end

#OffsetObject

Parameters:



10285
10286
10287
# File 'lib/v20180717/models.rb', line 10285

def Offset
  @Offset
end

#StartTimeObject

Parameters:



10285
10286
10287
# File 'lib/v20180717/models.rb', line 10285

def StartTime
  @StartTime
end

#SubAppIdObject

Parameters:



10285
10286
10287
# File 'lib/v20180717/models.rb', line 10285

def SubAppId
  @SubAppId
end

Instance Method Details

#deserialize(params) ⇒ Object



10296
10297
10298
10299
10300
10301
10302
10303
# File 'lib/v20180717/models.rb', line 10296

def deserialize(params)
  @DomainName = params['DomainName']
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @SubAppId = params['SubAppId']
  @Limit = params['Limit']
  @Offset = params['Offset']
end