Class: TencentCloud::Youmall::V20180228::GenderAgeTrafficDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::GenderAgeTrafficDetail
- Defined in:
- lib/v20180228/models.rb
Overview
性别年龄分组下的客流信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gender = nil, agegap = nil, trafficcount = nil) ⇒ GenderAgeTrafficDetail
constructor
A new instance of GenderAgeTrafficDetail.
Constructor Details
#initialize(gender = nil, agegap = nil, trafficcount = nil) ⇒ GenderAgeTrafficDetail
Returns a new instance of GenderAgeTrafficDetail.
1976 1977 1978 1979 1980 |
# File 'lib/v20180228/models.rb', line 1976 def initialize(gender=nil, agegap=nil, trafficcount=nil) @Gender = gender @AgeGap = agegap @TrafficCount = trafficcount end |
Instance Attribute Details
#AgeGap ⇒ Object
1974 1975 1976 |
# File 'lib/v20180228/models.rb', line 1974 def AgeGap @AgeGap end |
#Gender ⇒ Object
1974 1975 1976 |
# File 'lib/v20180228/models.rb', line 1974 def Gender @Gender end |
#TrafficCount ⇒ Object
1974 1975 1976 |
# File 'lib/v20180228/models.rb', line 1974 def TrafficCount @TrafficCount end |
Instance Method Details
#deserialize(params) ⇒ Object
1982 1983 1984 1985 1986 |
# File 'lib/v20180228/models.rb', line 1982 def deserialize(params) @Gender = params['Gender'] @AgeGap = params['AgeGap'] @TrafficCount = params['TrafficCount'] end |