Class: TencentCloud::Waf::V20180125::DescribeAccessFastAnalysisRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DescribeAccessFastAnalysisRequest
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20180125/models.rb
Overview
DescribeAccessFastAnalysis请求参数结构体
Instance Attribute Summary collapse
- #Count ⇒ Object
- #FieldName ⇒ Object
- #From ⇒ Object
- #Query ⇒ Object
- #Sort ⇒ Object
- #To ⇒ Object
- #TopicId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(from = nil, to = nil, query = nil, fieldname = nil, topicid = nil, sort = nil, count = nil) ⇒ DescribeAccessFastAnalysisRequest
constructor
A new instance of DescribeAccessFastAnalysisRequest.
Constructor Details
#initialize(from = nil, to = nil, query = nil, fieldname = nil, topicid = nil, sort = nil, count = nil) ⇒ DescribeAccessFastAnalysisRequest
5275 5276 5277 5278 5279 5280 5281 5282 5283 |
# File 'lib/v20180125/models.rb', line 5275 def initialize(from=nil, to=nil, query=nil, fieldname=nil, topicid=nil, sort=nil, count=nil) @From = from @To = to @Query = query @FieldName = fieldname @TopicId = topicid @Sort = sort @Count = count end |
Instance Attribute Details
#Count ⇒ Object
5270 5271 5272 |
# File 'lib/v20180125/models.rb', line 5270 def Count @Count end |
#FieldName ⇒ Object
5270 5271 5272 |
# File 'lib/v20180125/models.rb', line 5270 def FieldName @FieldName end |
#From ⇒ Object
5270 5271 5272 |
# File 'lib/v20180125/models.rb', line 5270 def From @From end |
#Query ⇒ Object
5270 5271 5272 |
# File 'lib/v20180125/models.rb', line 5270 def Query @Query end |
#Sort ⇒ Object
5270 5271 5272 |
# File 'lib/v20180125/models.rb', line 5270 def Sort @Sort end |
#To ⇒ Object
5270 5271 5272 |
# File 'lib/v20180125/models.rb', line 5270 def To @To end |
#TopicId ⇒ Object
5270 5271 5272 |
# File 'lib/v20180125/models.rb', line 5270 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
5285 5286 5287 5288 5289 5290 5291 5292 5293 |
# File 'lib/v20180125/models.rb', line 5285 def deserialize(params) @From = params['From'] @To = params['To'] @Query = params['Query'] @FieldName = params['FieldName'] @TopicId = params['TopicId'] @Sort = params['Sort'] @Count = params['Count'] end |