Class: TencentCloud::Waf::V20180125::HistogramInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::HistogramInfo
- Defined in:
- lib/v20180125/models.rb
Overview
直方图详细信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(count = nil, btime = nil) ⇒ HistogramInfo
constructor
A new instance of HistogramInfo.
Constructor Details
#initialize(count = nil, btime = nil) ⇒ HistogramInfo
Returns a new instance of HistogramInfo.
11905 11906 11907 11908 |
# File 'lib/v20180125/models.rb', line 11905 def initialize(count=nil, btime=nil) @Count = count @BTime = btime end |
Instance Attribute Details
#BTime ⇒ Object
11903 11904 11905 |
# File 'lib/v20180125/models.rb', line 11903 def BTime @BTime end |
#Count ⇒ Object
11903 11904 11905 |
# File 'lib/v20180125/models.rb', line 11903 def Count @Count end |
Instance Method Details
#deserialize(params) ⇒ Object
11910 11911 11912 11913 |
# File 'lib/v20180125/models.rb', line 11910 def deserialize(params) @Count = params['Count'] @BTime = params['BTime'] end |