Class: TencentCloud::Wav::V20210129::SalesActionEventDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wav::V20210129::SalesActionEventDetail
- Defined in:
- lib/v20210129/models.rb
Overview
企业成员SaaS使用明细数据
Instance Attribute Summary collapse
- #EventCode ⇒ Object
- #EventSource ⇒ Object
- #EventTime ⇒ Object
- #EventType ⇒ Object
- #MaterialId ⇒ Object
- #MaterialType ⇒ Object
- #SalesId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventcode = nil, eventtype = nil, eventsource = nil, salesid = nil, materialtype = nil, materialid = nil, eventtime = nil) ⇒ SalesActionEventDetail
constructor
A new instance of SalesActionEventDetail.
Constructor Details
#initialize(eventcode = nil, eventtype = nil, eventsource = nil, salesid = nil, materialtype = nil, materialid = nil, eventtime = nil) ⇒ SalesActionEventDetail
Returns a new instance of SalesActionEventDetail.
3234 3235 3236 3237 3238 3239 3240 3241 3242 |
# File 'lib/v20210129/models.rb', line 3234 def initialize(eventcode=nil, eventtype=nil, eventsource=nil, salesid=nil, materialtype=nil, materialid=nil, eventtime=nil) @EventCode = eventcode @EventType = eventtype @EventSource = eventsource @SalesId = salesid @MaterialType = materialtype @MaterialId = materialid @EventTime = eventtime end |
Instance Attribute Details
#EventCode ⇒ Object
3232 3233 3234 |
# File 'lib/v20210129/models.rb', line 3232 def EventCode @EventCode end |
#EventSource ⇒ Object
3232 3233 3234 |
# File 'lib/v20210129/models.rb', line 3232 def EventSource @EventSource end |
#EventTime ⇒ Object
3232 3233 3234 |
# File 'lib/v20210129/models.rb', line 3232 def EventTime @EventTime end |
#EventType ⇒ Object
3232 3233 3234 |
# File 'lib/v20210129/models.rb', line 3232 def EventType @EventType end |
#MaterialId ⇒ Object
3232 3233 3234 |
# File 'lib/v20210129/models.rb', line 3232 def MaterialId @MaterialId end |
#MaterialType ⇒ Object
3232 3233 3234 |
# File 'lib/v20210129/models.rb', line 3232 def MaterialType @MaterialType end |
#SalesId ⇒ Object
3232 3233 3234 |
# File 'lib/v20210129/models.rb', line 3232 def SalesId @SalesId end |
Instance Method Details
#deserialize(params) ⇒ Object
3244 3245 3246 3247 3248 3249 3250 3251 3252 |
# File 'lib/v20210129/models.rb', line 3244 def deserialize(params) @EventCode = params['EventCode'] @EventType = params['EventType'] @EventSource = params['EventSource'] @SalesId = params['SalesId'] @MaterialType = params['MaterialType'] @MaterialId = params['MaterialId'] @EventTime = params['EventTime'] end |