Class: TencentCloud::Youmall::V20180228::ZoneFlowAndAvrStayTime
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::ZoneFlowAndAvrStayTime
- Defined in:
- lib/v20180228/models.rb
Overview
客流停留统计子结构
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zoneid = nil, zonename = nil, flowcount = nil, avrstaytime = nil) ⇒ ZoneFlowAndAvrStayTime
constructor
A new instance of ZoneFlowAndAvrStayTime.
Constructor Details
#initialize(zoneid = nil, zonename = nil, flowcount = nil, avrstaytime = nil) ⇒ ZoneFlowAndAvrStayTime
Returns a new instance of ZoneFlowAndAvrStayTime.
2905 2906 2907 2908 2909 2910 |
# File 'lib/v20180228/models.rb', line 2905 def initialize(zoneid=nil, zonename=nil, flowcount=nil, avrstaytime=nil) @ZoneId = zoneid @ZoneName = zonename @FlowCount = flowcount @AvrStayTime = avrstaytime end |
Instance Attribute Details
#AvrStayTime ⇒ Object
2903 2904 2905 |
# File 'lib/v20180228/models.rb', line 2903 def AvrStayTime @AvrStayTime end |
#FlowCount ⇒ Object
2903 2904 2905 |
# File 'lib/v20180228/models.rb', line 2903 def FlowCount @FlowCount end |
#ZoneId ⇒ Object
2903 2904 2905 |
# File 'lib/v20180228/models.rb', line 2903 def ZoneId @ZoneId end |
#ZoneName ⇒ Object
2903 2904 2905 |
# File 'lib/v20180228/models.rb', line 2903 def ZoneName @ZoneName end |
Instance Method Details
#deserialize(params) ⇒ Object
2912 2913 2914 2915 2916 2917 |
# File 'lib/v20180228/models.rb', line 2912 def deserialize(params) @ZoneId = params['ZoneId'] @ZoneName = params['ZoneName'] @FlowCount = params['FlowCount'] @AvrStayTime = params['AvrStayTime'] end |