Class: TencentCloud::Youmall::V20180228::DescribeShopHourTrafficInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::DescribeShopHourTrafficInfoRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeShopHourTrafficInfo请求参数结构体
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) ⇒ DescribeShopHourTrafficInfoRequest
constructor
A new instance of DescribeShopHourTrafficInfoRequest.
Constructor Details
#initialize(companyid = nil, shopid = nil, startdate = nil, enddate = nil, offset = nil, limit = nil) ⇒ DescribeShopHourTrafficInfoRequest
Returns a new instance of DescribeShopHourTrafficInfoRequest.
1191 1192 1193 1194 1195 1196 1197 1198 |
# File 'lib/v20180228/models.rb', line 1191 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
1189 1190 1191 |
# File 'lib/v20180228/models.rb', line 1189 def CompanyId @CompanyId end |
#EndDate ⇒ Object
1189 1190 1191 |
# File 'lib/v20180228/models.rb', line 1189 def EndDate @EndDate end |
#Limit ⇒ Object
1189 1190 1191 |
# File 'lib/v20180228/models.rb', line 1189 def Limit @Limit end |
#Offset ⇒ Object
1189 1190 1191 |
# File 'lib/v20180228/models.rb', line 1189 def Offset @Offset end |
#ShopId ⇒ Object
1189 1190 1191 |
# File 'lib/v20180228/models.rb', line 1189 def ShopId @ShopId end |
#StartDate ⇒ Object
1189 1190 1191 |
# File 'lib/v20180228/models.rb', line 1189 def StartDate @StartDate end |
Instance Method Details
#deserialize(params) ⇒ Object
1200 1201 1202 1203 1204 1205 1206 1207 |
# File 'lib/v20180228/models.rb', line 1200 def deserialize(params) @CompanyId = params['CompanyId'] @ShopId = params['ShopId'] @StartDate = params['StartDate'] @EndDate = params['EndDate'] @Offset = params['Offset'] @Limit = params['Limit'] end |