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.
17951 17952 17953 17954 17955 17956 17957 17958 17959 17960 |
# File 'lib/v20180125/models.rb', line 17951 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
17949 17950 17951 |
# File 'lib/v20180125/models.rb', line 17949 def Context @Context end |
#From ⇒ Object
17949 17950 17951 |
# File 'lib/v20180125/models.rb', line 17949 def From @From end |
#Limit ⇒ Object
17949 17950 17951 |
# File 'lib/v20180125/models.rb', line 17949 def Limit @Limit end |
#Page ⇒ Object
17949 17950 17951 |
# File 'lib/v20180125/models.rb', line 17949 def Page @Page end |
#Query ⇒ Object
17949 17950 17951 |
# File 'lib/v20180125/models.rb', line 17949 def Query @Query end |
#Sort ⇒ Object
17949 17950 17951 |
# File 'lib/v20180125/models.rb', line 17949 def Sort @Sort end |
#To ⇒ Object
17949 17950 17951 |
# File 'lib/v20180125/models.rb', line 17949 def To @To end |
#TopicId ⇒ Object
17949 17950 17951 |
# File 'lib/v20180125/models.rb', line 17949 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
17962 17963 17964 17965 17966 17967 17968 17969 17970 17971 |
# File 'lib/v20180125/models.rb', line 17962 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 |