Class: TencentCloud::Youmall::V20180228::DescribeZoneFlowAndStayTimeRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::DescribeZoneFlowAndStayTimeRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeZoneFlowAndStayTime请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, shopid = nil, startdate = nil, enddate = nil) ⇒ DescribeZoneFlowAndStayTimeRequest
constructor
A new instance of DescribeZoneFlowAndStayTimeRequest.
Constructor Details
#initialize(companyid = nil, shopid = nil, startdate = nil, enddate = nil) ⇒ DescribeZoneFlowAndStayTimeRequest
Returns a new instance of DescribeZoneFlowAndStayTimeRequest.
1543 1544 1545 1546 1547 1548 |
# File 'lib/v20180228/models.rb', line 1543 def initialize(companyid=nil, shopid=nil, startdate=nil, enddate=nil) @CompanyId = companyid @ShopId = shopid @StartDate = startdate @EndDate = enddate end |
Instance Attribute Details
#CompanyId ⇒ Object
1541 1542 1543 |
# File 'lib/v20180228/models.rb', line 1541 def CompanyId @CompanyId end |
#EndDate ⇒ Object
1541 1542 1543 |
# File 'lib/v20180228/models.rb', line 1541 def EndDate @EndDate end |
#ShopId ⇒ Object
1541 1542 1543 |
# File 'lib/v20180228/models.rb', line 1541 def ShopId @ShopId end |
#StartDate ⇒ Object
1541 1542 1543 |
# File 'lib/v20180228/models.rb', line 1541 def StartDate @StartDate end |
Instance Method Details
#deserialize(params) ⇒ Object
1550 1551 1552 1553 1554 1555 |
# File 'lib/v20180228/models.rb', line 1550 def deserialize(params) @CompanyId = params['CompanyId'] @ShopId = params['ShopId'] @StartDate = params['StartDate'] @EndDate = params['EndDate'] end |