Class: TencentCloud::Youmall::V20180228::ZoneHourFlow
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::ZoneHourFlow
- Defined in:
- lib/v20180228/models.rb
Overview
客流统计分时数据子结构
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hour = nil, flowcount = nil) ⇒ ZoneHourFlow
constructor
A new instance of ZoneHourFlow.
Constructor Details
#initialize(hour = nil, flowcount = nil) ⇒ ZoneHourFlow
Returns a new instance of ZoneHourFlow.
2929 2930 2931 2932 |
# File 'lib/v20180228/models.rb', line 2929 def initialize(hour=nil, flowcount=nil) @Hour = hour @FlowCount = flowcount end |
Instance Attribute Details
#FlowCount ⇒ Object
2927 2928 2929 |
# File 'lib/v20180228/models.rb', line 2927 def FlowCount @FlowCount end |
#Hour ⇒ Object
2927 2928 2929 |
# File 'lib/v20180228/models.rb', line 2927 def Hour @Hour end |
Instance Method Details
#deserialize(params) ⇒ Object
2934 2935 2936 2937 |
# File 'lib/v20180228/models.rb', line 2934 def deserialize(params) @Hour = params['Hour'] @FlowCount = params['FlowCount'] end |