Class: TencentCloud::Waf::V20180125::DescribeAccessFastAnalysisRequest

Inherits:
Common::AbstractModel
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/v20180125/models.rb

Overview

DescribeAccessFastAnalysis请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CountObject



5270
5271
5272
# File 'lib/v20180125/models.rb', line 5270

def Count
  @Count
end

#FieldNameObject



5270
5271
5272
# File 'lib/v20180125/models.rb', line 5270

def FieldName
  @FieldName
end

#FromObject



5270
5271
5272
# File 'lib/v20180125/models.rb', line 5270

def From
  @From
end

#QueryObject



5270
5271
5272
# File 'lib/v20180125/models.rb', line 5270

def Query
  @Query
end

#SortObject



5270
5271
5272
# File 'lib/v20180125/models.rb', line 5270

def Sort
  @Sort
end

#ToObject



5270
5271
5272
# File 'lib/v20180125/models.rb', line 5270

def To
  @To
end

#TopicIdObject



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