Class: TencentCloud::Youmall::V20180228::DescribeZoneFlowGenderAvrStayTimeByZoneIdRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::DescribeZoneFlowGenderAvrStayTimeByZoneIdRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeZoneFlowGenderAvrStayTimeByZoneId请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, shopid = nil, zoneid = nil, startdate = nil, enddate = nil) ⇒ DescribeZoneFlowGenderAvrStayTimeByZoneIdRequest
constructor
A new instance of DescribeZoneFlowGenderAvrStayTimeByZoneIdRequest.
Constructor Details
#initialize(companyid = nil, shopid = nil, zoneid = nil, startdate = nil, enddate = nil) ⇒ DescribeZoneFlowGenderAvrStayTimeByZoneIdRequest
Returns a new instance of DescribeZoneFlowGenderAvrStayTimeByZoneIdRequest.
1683 1684 1685 1686 1687 1688 1689 |
# File 'lib/v20180228/models.rb', line 1683 def initialize(companyid=nil, shopid=nil, zoneid=nil, startdate=nil, enddate=nil) @CompanyId = companyid @ShopId = shopid @ZoneId = zoneid @StartDate = startdate @EndDate = enddate end |
Instance Attribute Details
#CompanyId ⇒ Object
1681 1682 1683 |
# File 'lib/v20180228/models.rb', line 1681 def CompanyId @CompanyId end |
#EndDate ⇒ Object
1681 1682 1683 |
# File 'lib/v20180228/models.rb', line 1681 def EndDate @EndDate end |
#ShopId ⇒ Object
1681 1682 1683 |
# File 'lib/v20180228/models.rb', line 1681 def ShopId @ShopId end |
#StartDate ⇒ Object
1681 1682 1683 |
# File 'lib/v20180228/models.rb', line 1681 def StartDate @StartDate end |
#ZoneId ⇒ Object
1681 1682 1683 |
# File 'lib/v20180228/models.rb', line 1681 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
1691 1692 1693 1694 1695 1696 1697 |
# File 'lib/v20180228/models.rb', line 1691 def deserialize(params) @CompanyId = params['CompanyId'] @ShopId = params['ShopId'] @ZoneId = params['ZoneId'] @StartDate = params['StartDate'] @EndDate = params['EndDate'] end |