Class: TencentCloud::Youmall::V20180228::DescribeShopTrafficInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::DescribeShopTrafficInfoRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeShopTrafficInfo请求参数结构体
Instance Attribute Summary collapse
- #CompanyId ⇒ Object
- #EndDate ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #ShopId ⇒ Object
- #StartDate ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, shopid = nil, startdate = nil, enddate = nil, offset = nil, limit = nil) ⇒ DescribeShopTrafficInfoRequest
constructor
A new instance of DescribeShopTrafficInfoRequest.
Constructor Details
#initialize(companyid = nil, shopid = nil, startdate = nil, enddate = nil, offset = nil, limit = nil) ⇒ DescribeShopTrafficInfoRequest
Returns a new instance of DescribeShopTrafficInfoRequest.
1317 1318 1319 1320 1321 1322 1323 1324 |
# File 'lib/v20180228/models.rb', line 1317 def initialize(companyid=nil, shopid=nil, startdate=nil, enddate=nil, offset=nil, limit=nil) @CompanyId = companyid @ShopId = shopid @StartDate = startdate @EndDate = enddate @Offset = offset @Limit = limit end |
Instance Attribute Details
#CompanyId ⇒ Object
1315 1316 1317 |
# File 'lib/v20180228/models.rb', line 1315 def CompanyId @CompanyId end |
#EndDate ⇒ Object
1315 1316 1317 |
# File 'lib/v20180228/models.rb', line 1315 def EndDate @EndDate end |
#Limit ⇒ Object
1315 1316 1317 |
# File 'lib/v20180228/models.rb', line 1315 def Limit @Limit end |
#Offset ⇒ Object
1315 1316 1317 |
# File 'lib/v20180228/models.rb', line 1315 def Offset @Offset end |
#ShopId ⇒ Object
1315 1316 1317 |
# File 'lib/v20180228/models.rb', line 1315 def ShopId @ShopId end |
#StartDate ⇒ Object
1315 1316 1317 |
# File 'lib/v20180228/models.rb', line 1315 def StartDate @StartDate end |
Instance Method Details
#deserialize(params) ⇒ Object
1326 1327 1328 1329 1330 1331 1332 1333 |
# File 'lib/v20180228/models.rb', line 1326 def deserialize(params) @CompanyId = params['CompanyId'] @ShopId = params['ShopId'] @StartDate = params['StartDate'] @EndDate = params['EndDate'] @Offset = params['Offset'] @Limit = params['Limit'] end |