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.
12607 12608 12609 12610 12611 12612 12613 12614 12615 12616 12617 |
# File 'lib/v20180606/models.rb', line 12607 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
12605 12606 12607 |
# File 'lib/v20180606/models.rb', line 12605 def Channel @Channel end |
#Context ⇒ Object
12605 12606 12607 |
# File 'lib/v20180606/models.rb', line 12605 def Context @Context end |
#EndTime ⇒ Object
12605 12606 12607 |
# File 'lib/v20180606/models.rb', line 12605 def EndTime @EndTime end |
#Limit ⇒ Object
12605 12606 12607 |
# File 'lib/v20180606/models.rb', line 12605 def Limit @Limit end |
#LogsetId ⇒ Object
12605 12606 12607 |
# File 'lib/v20180606/models.rb', line 12605 def LogsetId @LogsetId end |
#Query ⇒ Object
12605 12606 12607 |
# File 'lib/v20180606/models.rb', line 12605 def Query @Query end |
#Sort ⇒ Object
12605 12606 12607 |
# File 'lib/v20180606/models.rb', line 12605 def Sort @Sort end |
#StartTime ⇒ Object
12605 12606 12607 |
# File 'lib/v20180606/models.rb', line 12605 def StartTime @StartTime end |
#TopicIds ⇒ Object
12605 12606 12607 |
# File 'lib/v20180606/models.rb', line 12605 def TopicIds @TopicIds end |
Instance Method Details
#deserialize(params) ⇒ Object
12619 12620 12621 12622 12623 12624 12625 12626 12627 12628 12629 |
# File 'lib/v20180606/models.rb', line 12619 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 |