Class: TencentCloud::Waf::V20180125::BotStatPointItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::BotStatPointItem
- Defined in:
- lib/v20180125/models.rb
Overview
bot的趋势图对象
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(timestamp = nil, key = nil, value = nil, label = nil) ⇒ BotStatPointItem
constructor
A new instance of BotStatPointItem.
Constructor Details
#initialize(timestamp = nil, key = nil, value = nil, label = nil) ⇒ BotStatPointItem
2635 2636 2637 2638 2639 2640 |
# File 'lib/v20180125/models.rb', line 2635 def initialize(=nil, key=nil, value=nil, label=nil) @TimeStamp = @Key = key @Value = value @Label = label end |
Instance Attribute Details
#Key ⇒ Object
2633 2634 2635 |
# File 'lib/v20180125/models.rb', line 2633 def Key @Key end |
#Label ⇒ Object
2633 2634 2635 |
# File 'lib/v20180125/models.rb', line 2633 def Label @Label end |
#TimeStamp ⇒ Object
2633 2634 2635 |
# File 'lib/v20180125/models.rb', line 2633 def TimeStamp @TimeStamp end |
#Value ⇒ Object
2633 2634 2635 |
# File 'lib/v20180125/models.rb', line 2633 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2642 2643 2644 2645 2646 2647 |
# File 'lib/v20180125/models.rb', line 2642 def deserialize(params) @TimeStamp = params['TimeStamp'] @Key = params['Key'] @Value = params['Value'] @Label = params['Label'] end |