Class: TencentCloud::Youmall::V20180228::DescribeTrajectoryDataRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::DescribeTrajectoryDataRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeTrajectoryData请求参数结构体
Instance Attribute Summary collapse
- #CompanyId ⇒ Object
- #EndDate ⇒ Object
- #Gender ⇒ Object
- #Limit ⇒ Object
- #ShopId ⇒ Object
- #StartDate ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, shopid = nil, startdate = nil, enddate = nil, limit = nil, gender = nil) ⇒ DescribeTrajectoryDataRequest
constructor
A new instance of DescribeTrajectoryDataRequest.
Constructor Details
#initialize(companyid = nil, shopid = nil, startdate = nil, enddate = nil, limit = nil, gender = nil) ⇒ DescribeTrajectoryDataRequest
Returns a new instance of DescribeTrajectoryDataRequest.
1392 1393 1394 1395 1396 1397 1398 1399 |
# File 'lib/v20180228/models.rb', line 1392 def initialize(companyid=nil, shopid=nil, startdate=nil, enddate=nil, limit=nil, gender=nil) @CompanyId = companyid @ShopId = shopid @StartDate = startdate @EndDate = enddate @Limit = limit @Gender = gender end |
Instance Attribute Details
#CompanyId ⇒ Object
1390 1391 1392 |
# File 'lib/v20180228/models.rb', line 1390 def CompanyId @CompanyId end |
#EndDate ⇒ Object
1390 1391 1392 |
# File 'lib/v20180228/models.rb', line 1390 def EndDate @EndDate end |
#Gender ⇒ Object
1390 1391 1392 |
# File 'lib/v20180228/models.rb', line 1390 def Gender @Gender end |
#Limit ⇒ Object
1390 1391 1392 |
# File 'lib/v20180228/models.rb', line 1390 def Limit @Limit end |
#ShopId ⇒ Object
1390 1391 1392 |
# File 'lib/v20180228/models.rb', line 1390 def ShopId @ShopId end |
#StartDate ⇒ Object
1390 1391 1392 |
# File 'lib/v20180228/models.rb', line 1390 def StartDate @StartDate end |
Instance Method Details
#deserialize(params) ⇒ Object
1401 1402 1403 1404 1405 1406 1407 1408 |
# File 'lib/v20180228/models.rb', line 1401 def deserialize(params) @CompanyId = params['CompanyId'] @ShopId = params['ShopId'] @StartDate = params['StartDate'] @EndDate = params['EndDate'] @Limit = params['Limit'] @Gender = params['Gender'] end |