Class: TencentCloud::Waf::V20180125::DescribeAccessHistogramRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DescribeAccessHistogramRequest
- Defined in:
- lib/v20180125/models.rb
Overview
DescribeAccessHistogram请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, from = nil, to = nil, query = nil, interval = nil) ⇒ DescribeAccessHistogramRequest
constructor
A new instance of DescribeAccessHistogramRequest.
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
#From ⇒ Object
5340 5341 5342 |
# File 'lib/v20180125/models.rb', line 5340 def From @From end |
#Interval ⇒ Object
5340 5341 5342 |
# File 'lib/v20180125/models.rb', line 5340 def Interval @Interval end |
#Query ⇒ Object
5340 5341 5342 |
# File 'lib/v20180125/models.rb', line 5340 def Query @Query end |
#To ⇒ Object
5340 5341 5342 |
# File 'lib/v20180125/models.rb', line 5340 def To @To end |
#TopicId ⇒ Object
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 |