Class: TencentCloud::Trp::V20210515::RawScanLog
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::RawScanLog
- Defined in:
- lib/v20210515/models.rb
Overview
原始扫码日志
Instance Attribute Summary collapse
- #BatchId ⇒ Object
- #City ⇒ Object
- #Code ⇒ Object
- #CorpId ⇒ Object
- #CreateTime ⇒ Object
- #District ⇒ Object
- #LogId ⇒ Object
- #MerchantId ⇒ Object
- #Openid ⇒ Object
- #ProductId ⇒ Object
- #Province ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logid = nil, openid = nil, createtime = nil, code = nil, corpid = nil, merchantid = nil, productid = nil, batchid = nil, province = nil, city = nil, district = nil) ⇒ RawScanLog
constructor
A new instance of RawScanLog.
Constructor Details
#initialize(logid = nil, openid = nil, createtime = nil, code = nil, corpid = nil, merchantid = nil, productid = nil, batchid = nil, province = nil, city = nil, district = nil) ⇒ RawScanLog
Returns a new instance of RawScanLog.
4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 |
# File 'lib/v20210515/models.rb', line 4064 def initialize(logid=nil, openid=nil, createtime=nil, code=nil, corpid=nil, merchantid=nil, productid=nil, batchid=nil, province=nil, city=nil, district=nil) @LogId = logid @Openid = openid @CreateTime = createtime @Code = code @CorpId = corpid @MerchantId = merchantid @ProductId = productid @BatchId = batchid @Province = province @City = city @District = district end |
Instance Attribute Details
#BatchId ⇒ Object
4062 4063 4064 |
# File 'lib/v20210515/models.rb', line 4062 def BatchId @BatchId end |
#City ⇒ Object
4062 4063 4064 |
# File 'lib/v20210515/models.rb', line 4062 def City @City end |
#Code ⇒ Object
4062 4063 4064 |
# File 'lib/v20210515/models.rb', line 4062 def Code @Code end |
#CorpId ⇒ Object
4062 4063 4064 |
# File 'lib/v20210515/models.rb', line 4062 def CorpId @CorpId end |
#CreateTime ⇒ Object
4062 4063 4064 |
# File 'lib/v20210515/models.rb', line 4062 def CreateTime @CreateTime end |
#District ⇒ Object
4062 4063 4064 |
# File 'lib/v20210515/models.rb', line 4062 def District @District end |
#LogId ⇒ Object
4062 4063 4064 |
# File 'lib/v20210515/models.rb', line 4062 def LogId @LogId end |
#MerchantId ⇒ Object
4062 4063 4064 |
# File 'lib/v20210515/models.rb', line 4062 def MerchantId @MerchantId end |
#Openid ⇒ Object
4062 4063 4064 |
# File 'lib/v20210515/models.rb', line 4062 def Openid @Openid end |
#ProductId ⇒ Object
4062 4063 4064 |
# File 'lib/v20210515/models.rb', line 4062 def ProductId @ProductId end |
#Province ⇒ Object
4062 4063 4064 |
# File 'lib/v20210515/models.rb', line 4062 def Province @Province end |
Instance Method Details
#deserialize(params) ⇒ Object
4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'lib/v20210515/models.rb', line 4078 def deserialize(params) @LogId = params['LogId'] @Openid = params['Openid'] @CreateTime = params['CreateTime'] @Code = params['Code'] @CorpId = params['CorpId'] @MerchantId = params['MerchantId'] @ProductId = params['ProductId'] @BatchId = params['BatchId'] @Province = params['Province'] @City = params['City'] @District = params['District'] end |