Class: TencentCloud::Waf::V20180125::SearchAccessLogRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::SearchAccessLogRequest
- Defined in:
- lib/v20180125/models.rb
Overview
SearchAccessLog请求参数结构体
Instance Attribute Summary collapse
- #Context ⇒ Object
- #From ⇒ Object
- #Limit ⇒ Object
- #Page ⇒ Object
- #Query ⇒ Object
- #Sort ⇒ Object
- #To ⇒ Object
- #TopicId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, from = nil, to = nil, query = nil, limit = nil, context = nil, sort = nil, page = nil) ⇒ SearchAccessLogRequest
constructor
A new instance of SearchAccessLogRequest.
Constructor Details
#initialize(topicid = nil, from = nil, to = nil, query = nil, limit = nil, context = nil, sort = nil, page = nil) ⇒ SearchAccessLogRequest
Returns a new instance of SearchAccessLogRequest.
12174 12175 12176 12177 12178 12179 12180 12181 12182 12183 |
# File 'lib/v20180125/models.rb', line 12174 def initialize(topicid=nil, from=nil, to=nil, query=nil, limit=nil, context=nil, sort=nil, page=nil) @TopicId = topicid @From = from @To = to @Query = query @Limit = limit @Context = context @Sort = sort @Page = page end |
Instance Attribute Details
#Context ⇒ Object
12172 12173 12174 |
# File 'lib/v20180125/models.rb', line 12172 def Context @Context end |
#From ⇒ Object
12172 12173 12174 |
# File 'lib/v20180125/models.rb', line 12172 def From @From end |
#Limit ⇒ Object
12172 12173 12174 |
# File 'lib/v20180125/models.rb', line 12172 def Limit @Limit end |
#Page ⇒ Object
12172 12173 12174 |
# File 'lib/v20180125/models.rb', line 12172 def Page @Page end |
#Query ⇒ Object
12172 12173 12174 |
# File 'lib/v20180125/models.rb', line 12172 def Query @Query end |
#Sort ⇒ Object
12172 12173 12174 |
# File 'lib/v20180125/models.rb', line 12172 def Sort @Sort end |
#To ⇒ Object
12172 12173 12174 |
# File 'lib/v20180125/models.rb', line 12172 def To @To end |
#TopicId ⇒ Object
12172 12173 12174 |
# File 'lib/v20180125/models.rb', line 12172 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 |
# File 'lib/v20180125/models.rb', line 12185 def deserialize(params) @TopicId = params['TopicId'] @From = params['From'] @To = params['To'] @Query = params['Query'] @Limit = params['Limit'] @Context = params['Context'] @Sort = params['Sort'] @Page = params['Page'] end |