Class: TencentCloud::Youmall::V20180228::DescribeZoneFlowHourlyByZoneIdRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::DescribeZoneFlowHourlyByZoneIdRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeZoneFlowHourlyByZoneId请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, shopid = nil, zoneid = nil, startdate = nil, enddate = nil) ⇒ DescribeZoneFlowHourlyByZoneIdRequest
constructor
A new instance of DescribeZoneFlowHourlyByZoneIdRequest.
Constructor Details
#initialize(companyid = nil, shopid = nil, zoneid = nil, startdate = nil, enddate = nil) ⇒ DescribeZoneFlowHourlyByZoneIdRequest
Returns a new instance of DescribeZoneFlowHourlyByZoneIdRequest.
1830 1831 1832 1833 1834 1835 1836 |
# File 'lib/v20180228/models.rb', line 1830 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
1828 1829 1830 |
# File 'lib/v20180228/models.rb', line 1828 def CompanyId @CompanyId end |
#EndDate ⇒ Object
1828 1829 1830 |
# File 'lib/v20180228/models.rb', line 1828 def EndDate @EndDate end |
#ShopId ⇒ Object
1828 1829 1830 |
# File 'lib/v20180228/models.rb', line 1828 def ShopId @ShopId end |
#StartDate ⇒ Object
1828 1829 1830 |
# File 'lib/v20180228/models.rb', line 1828 def StartDate @StartDate end |
#ZoneId ⇒ Object
1828 1829 1830 |
# File 'lib/v20180228/models.rb', line 1828 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/v20180228/models.rb', line 1838 def deserialize(params) @CompanyId = params['CompanyId'] @ShopId = params['ShopId'] @ZoneId = params['ZoneId'] @StartDate = params['StartDate'] @EndDate = params['EndDate'] end |