Class: TencentCloud::Cdn::V20180606::SearchClsLogRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::SearchClsLogRequest
- Defined in:
- lib/v20180606/models.rb
Overview
SearchClsLog请求参数结构体
Instance Attribute Summary collapse
- #Channel ⇒ Object
- #Context ⇒ Object
- #EndTime ⇒ Object
- #Limit ⇒ Object
- #LogsetId ⇒ Object
- #Query ⇒ Object
- #Sort ⇒ Object
- #StartTime ⇒ Object
- #TopicIds ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logsetid = nil, topicids = nil, starttime = nil, endtime = nil, limit = nil, channel = nil, query = nil, context = nil, sort = nil) ⇒ SearchClsLogRequest
constructor
A new instance of SearchClsLogRequest.
Constructor Details
#initialize(logsetid = nil, topicids = nil, starttime = nil, endtime = nil, limit = nil, channel = nil, query = nil, context = nil, sort = nil) ⇒ SearchClsLogRequest
Returns a new instance of SearchClsLogRequest.
12626 12627 12628 12629 12630 12631 12632 12633 12634 12635 12636 |
# File 'lib/v20180606/models.rb', line 12626 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
#Channel ⇒ Object
12624 12625 12626 |
# File 'lib/v20180606/models.rb', line 12624 def Channel @Channel end |
#Context ⇒ Object
12624 12625 12626 |
# File 'lib/v20180606/models.rb', line 12624 def Context @Context end |
#EndTime ⇒ Object
12624 12625 12626 |
# File 'lib/v20180606/models.rb', line 12624 def EndTime @EndTime end |
#Limit ⇒ Object
12624 12625 12626 |
# File 'lib/v20180606/models.rb', line 12624 def Limit @Limit end |
#LogsetId ⇒ Object
12624 12625 12626 |
# File 'lib/v20180606/models.rb', line 12624 def LogsetId @LogsetId end |
#Query ⇒ Object
12624 12625 12626 |
# File 'lib/v20180606/models.rb', line 12624 def Query @Query end |
#Sort ⇒ Object
12624 12625 12626 |
# File 'lib/v20180606/models.rb', line 12624 def Sort @Sort end |
#StartTime ⇒ Object
12624 12625 12626 |
# File 'lib/v20180606/models.rb', line 12624 def StartTime @StartTime end |
#TopicIds ⇒ Object
12624 12625 12626 |
# File 'lib/v20180606/models.rb', line 12624 def TopicIds @TopicIds end |
Instance Method Details
#deserialize(params) ⇒ Object
12638 12639 12640 12641 12642 12643 12644 12645 12646 12647 12648 |
# File 'lib/v20180606/models.rb', line 12638 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 |