Class: TencentCloud::Youmall::V20180228::DescribeZoneFlowGenderInfoByZoneIdResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::DescribeZoneFlowGenderInfoByZoneIdResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeZoneFlowGenderInfoByZoneId返回参数结构体
Instance Attribute Summary collapse
- #CompanyId ⇒ Object
- #FemalePercent ⇒ Object
- #MalePercent ⇒ Object
- #RequestId ⇒ Object
- #ShopId ⇒ Object
- #ZoneId ⇒ Object
- #ZoneName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, shopid = nil, zoneid = nil, zonename = nil, malepercent = nil, femalepercent = nil, requestid = nil) ⇒ DescribeZoneFlowGenderInfoByZoneIdResponse
constructor
A new instance of DescribeZoneFlowGenderInfoByZoneIdResponse.
Constructor Details
#initialize(companyid = nil, shopid = nil, zoneid = nil, zonename = nil, malepercent = nil, femalepercent = nil, requestid = nil) ⇒ DescribeZoneFlowGenderInfoByZoneIdResponse
Returns a new instance of DescribeZoneFlowGenderInfoByZoneIdResponse.
1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'lib/v20180228/models.rb', line 1794 def initialize(companyid=nil, shopid=nil, zoneid=nil, zonename=nil, malepercent=nil, femalepercent=nil, requestid=nil) @CompanyId = companyid @ShopId = shopid @ZoneId = zoneid @ZoneName = zonename @MalePercent = malepercent @FemalePercent = femalepercent @RequestId = requestid end |
Instance Attribute Details
#CompanyId ⇒ Object
1792 1793 1794 |
# File 'lib/v20180228/models.rb', line 1792 def CompanyId @CompanyId end |
#FemalePercent ⇒ Object
1792 1793 1794 |
# File 'lib/v20180228/models.rb', line 1792 def FemalePercent @FemalePercent end |
#MalePercent ⇒ Object
1792 1793 1794 |
# File 'lib/v20180228/models.rb', line 1792 def MalePercent @MalePercent end |
#RequestId ⇒ Object
1792 1793 1794 |
# File 'lib/v20180228/models.rb', line 1792 def RequestId @RequestId end |
#ShopId ⇒ Object
1792 1793 1794 |
# File 'lib/v20180228/models.rb', line 1792 def ShopId @ShopId end |
#ZoneId ⇒ Object
1792 1793 1794 |
# File 'lib/v20180228/models.rb', line 1792 def ZoneId @ZoneId end |
#ZoneName ⇒ Object
1792 1793 1794 |
# File 'lib/v20180228/models.rb', line 1792 def ZoneName @ZoneName end |
Instance Method Details
#deserialize(params) ⇒ Object
1804 1805 1806 1807 1808 1809 1810 1811 1812 |
# File 'lib/v20180228/models.rb', line 1804 def deserialize(params) @CompanyId = params['CompanyId'] @ShopId = params['ShopId'] @ZoneId = params['ZoneId'] @ZoneName = params['ZoneName'] @MalePercent = params['MalePercent'] @FemalePercent = params['FemalePercent'] @RequestId = params['RequestId'] end |