Class: TencentCloud::Cdn::V20180606::SearchClsLogRequest

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

Overview

SearchClsLog请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(logsetid = nil, topicids = nil, starttime = nil, endtime = nil, limit = nil, channel = nil, query = nil, context = nil, sort = nil) ⇒ SearchClsLogRequest



9144
9145
9146
9147
9148
9149
9150
9151
9152
9153
9154
# File 'lib/v20180606/models.rb', line 9144

def initialize(logsetid=nil, topicids=nil, starttime=nil, endtime=nil, limit=nil, channel=nil, query=nil, context=nil, sort=nil)
  @LogsetId = logsetid
  @TopicIds = topicids
  @StartTime = starttime
  @EndTime = endtime
  @Limit = limit
  @Channel = channel
  @Query = query
  @Context = context
  @Sort = sort
end

Instance Attribute Details

#ChannelObject



9142
9143
9144
# File 'lib/v20180606/models.rb', line 9142

def Channel
  @Channel
end

#ContextObject



9142
9143
9144
# File 'lib/v20180606/models.rb', line 9142

def Context
  @Context
end

#EndTimeObject



9142
9143
9144
# File 'lib/v20180606/models.rb', line 9142

def EndTime
  @EndTime
end

#LimitObject



9142
9143
9144
# File 'lib/v20180606/models.rb', line 9142

def Limit
  @Limit
end

#LogsetIdObject



9142
9143
9144
# File 'lib/v20180606/models.rb', line 9142

def LogsetId
  @LogsetId
end

#QueryObject



9142
9143
9144
# File 'lib/v20180606/models.rb', line 9142

def Query
  @Query
end

#SortObject



9142
9143
9144
# File 'lib/v20180606/models.rb', line 9142

def Sort
  @Sort
end

#StartTimeObject



9142
9143
9144
# File 'lib/v20180606/models.rb', line 9142

def StartTime
  @StartTime
end

#TopicIdsObject



9142
9143
9144
# File 'lib/v20180606/models.rb', line 9142

def TopicIds
  @TopicIds
end

Instance Method Details

#deserialize(params) ⇒ Object



9156
9157
9158
9159
9160
9161
9162
9163
9164
9165
9166
# File 'lib/v20180606/models.rb', line 9156

def deserialize(params)
  @LogsetId = params['LogsetId']
  @TopicIds = params['TopicIds']
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @Limit = params['Limit']
  @Channel = params['Channel']
  @Query = params['Query']
  @Context = params['Context']
  @Sort = params['Sort']
end