Class: TencentCloud::Youmall::V20180228::GenderAgeTrafficDetail

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

性别年龄分组下的客流信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AgeGapObject

Parameters:

  • Gender:

    性别: 0男1女

  • AgeGap:

    年龄区间,枚举值:0-17、18-23、24-30、31-40、41-50、51-60、>60

  • TrafficCount:

    客流量



1974
1975
1976
# File 'lib/v20180228/models.rb', line 1974

def AgeGap
  @AgeGap
end

#GenderObject

Parameters:

  • Gender:

    性别: 0男1女

  • AgeGap:

    年龄区间,枚举值:0-17、18-23、24-30、31-40、41-50、51-60、>60

  • TrafficCount:

    客流量



1974
1975
1976
# File 'lib/v20180228/models.rb', line 1974

def Gender
  @Gender
end

#TrafficCountObject

Parameters:

  • Gender:

    性别: 0男1女

  • AgeGap:

    年龄区间,枚举值:0-17、18-23、24-30、31-40、41-50、51-60、>60

  • TrafficCount:

    客流量



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