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



9150
9151
9152
9153
9154
9155
9156
9157
9158
9159
9160
# File 'lib/v20180606/models.rb', line 9150

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



9148
9149
9150
# File 'lib/v20180606/models.rb', line 9148

def Channel
  @Channel
end

#ContextObject



9148
9149
9150
# File 'lib/v20180606/models.rb', line 9148

def Context
  @Context
end

#EndTimeObject



9148
9149
9150
# File 'lib/v20180606/models.rb', line 9148

def EndTime
  @EndTime
end

#LimitObject



9148
9149
9150
# File 'lib/v20180606/models.rb', line 9148

def Limit
  @Limit
end

#LogsetIdObject



9148
9149
9150
# File 'lib/v20180606/models.rb', line 9148

def LogsetId
  @LogsetId
end

#QueryObject



9148
9149
9150
# File 'lib/v20180606/models.rb', line 9148

def Query
  @Query
end

#SortObject



9148
9149
9150
# File 'lib/v20180606/models.rb', line 9148

def Sort
  @Sort
end

#StartTimeObject



9148
9149
9150
# File 'lib/v20180606/models.rb', line 9148

def StartTime
  @StartTime
end

#TopicIdsObject



9148
9149
9150
# File 'lib/v20180606/models.rb', line 9148

def TopicIds
  @TopicIds
end

Instance Method Details

#deserialize(params) ⇒ Object



9162
9163
9164
9165
9166
9167
9168
9169
9170
9171
9172
# File 'lib/v20180606/models.rb', line 9162

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