Class: TencentCloud::Waf::V20180125::DescribeAccessHistogramRequest

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

Overview

DescribeAccessHistogram请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(topicid = nil, from = nil, to = nil, query = nil, interval = nil) ⇒ DescribeAccessHistogramRequest



5342
5343
5344
5345
5346
5347
5348
# File 'lib/v20180125/models.rb', line 5342

def initialize(topicid=nil, from=nil, to=nil, query=nil, interval=nil)
  @TopicId = topicid
  @From = from
  @To = to
  @Query = query
  @Interval = interval
end

Instance Attribute Details

#FromObject



5340
5341
5342
# File 'lib/v20180125/models.rb', line 5340

def From
  @From
end

#IntervalObject



5340
5341
5342
# File 'lib/v20180125/models.rb', line 5340

def Interval
  @Interval
end

#QueryObject



5340
5341
5342
# File 'lib/v20180125/models.rb', line 5340

def Query
  @Query
end

#ToObject



5340
5341
5342
# File 'lib/v20180125/models.rb', line 5340

def To
  @To
end

#TopicIdObject



5340
5341
5342
# File 'lib/v20180125/models.rb', line 5340

def TopicId
  @TopicId
end

Instance Method Details

#deserialize(params) ⇒ Object



5350
5351
5352
5353
5354
5355
5356
# File 'lib/v20180125/models.rb', line 5350

def deserialize(params)
  @TopicId = params['TopicId']
  @From = params['From']
  @To = params['To']
  @Query = params['Query']
  @Interval = params['Interval']
end