Class: TencentCloud::Youmall::V20180228::PersonTracePoint
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::PersonTracePoint
- Defined in:
- lib/v20180228/models.rb
Overview
客户轨迹点
Instance Attribute Summary collapse
- #CapPic ⇒ Object
- #MallAreaId ⇒ Object
- #MallAreaType ⇒ Object
- #ShopId ⇒ Object
- #ShoppingBagCount ⇒ Object
- #ShoppingBagType ⇒ Object
- #TraceEventTime ⇒ Object
- #TraceEventType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(mallareaid = nil, shopid = nil, mallareatype = nil, traceeventtype = nil, traceeventtime = nil, cappic = nil, shoppingbagtype = nil, shoppingbagcount = nil) ⇒ PersonTracePoint
constructor
A new instance of PersonTracePoint.
Constructor Details
#initialize(mallareaid = nil, shopid = nil, mallareatype = nil, traceeventtype = nil, traceeventtime = nil, cappic = nil, shoppingbagtype = nil, shoppingbagcount = nil) ⇒ PersonTracePoint
Returns a new instance of PersonTracePoint.
2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 |
# File 'lib/v20180228/models.rb', line 2553 def initialize(mallareaid=nil, shopid=nil, mallareatype=nil, traceeventtype=nil, traceeventtime=nil, cappic=nil, shoppingbagtype=nil, shoppingbagcount=nil) @MallAreaId = mallareaid @ShopId = shopid @MallAreaType = mallareatype @TraceEventType = traceeventtype @TraceEventTime = traceeventtime @CapPic = cappic @ShoppingBagType = shoppingbagtype @ShoppingBagCount = shoppingbagcount end |
Instance Attribute Details
#CapPic ⇒ Object
2551 2552 2553 |
# File 'lib/v20180228/models.rb', line 2551 def CapPic @CapPic end |
#MallAreaId ⇒ Object
2551 2552 2553 |
# File 'lib/v20180228/models.rb', line 2551 def MallAreaId @MallAreaId end |
#MallAreaType ⇒ Object
2551 2552 2553 |
# File 'lib/v20180228/models.rb', line 2551 def MallAreaType @MallAreaType end |
#ShopId ⇒ Object
2551 2552 2553 |
# File 'lib/v20180228/models.rb', line 2551 def ShopId @ShopId end |
#ShoppingBagCount ⇒ Object
2551 2552 2553 |
# File 'lib/v20180228/models.rb', line 2551 def ShoppingBagCount @ShoppingBagCount end |
#ShoppingBagType ⇒ Object
2551 2552 2553 |
# File 'lib/v20180228/models.rb', line 2551 def ShoppingBagType @ShoppingBagType end |
#TraceEventTime ⇒ Object
2551 2552 2553 |
# File 'lib/v20180228/models.rb', line 2551 def TraceEventTime @TraceEventTime end |
#TraceEventType ⇒ Object
2551 2552 2553 |
# File 'lib/v20180228/models.rb', line 2551 def TraceEventType @TraceEventType end |
Instance Method Details
#deserialize(params) ⇒ Object
2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 |
# File 'lib/v20180228/models.rb', line 2564 def deserialize(params) @MallAreaId = params['MallAreaId'] @ShopId = params['ShopId'] @MallAreaType = params['MallAreaType'] @TraceEventType = params['TraceEventType'] @TraceEventTime = params['TraceEventTime'] @CapPic = params['CapPic'] @ShoppingBagType = params['ShoppingBagType'] @ShoppingBagCount = params['ShoppingBagCount'] end |