Class: TencentCloud::Keewidb::V20220308::TradeDealDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Keewidb::V20220308::TradeDealDetail
- Defined in:
- lib/v20220308/models.rb
Overview
订单交易信息
Instance Attribute Summary collapse
- #Creater ⇒ Object
- #CreatTime ⇒ Object
- #DealId ⇒ Object
- #DealName ⇒ Object
- #Description ⇒ Object
- #EndTime ⇒ Object
- #GoodsNum ⇒ Object
- #InstanceIds ⇒ Object
- #OverdueTime ⇒ Object
- #Price ⇒ Object
- #Status ⇒ Object
- #ZoneId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dealid = nil, dealname = nil, zoneid = nil, goodsnum = nil, creater = nil, creattime = nil, overduetime = nil, endtime = nil, status = nil, description = nil, price = nil, instanceids = nil) ⇒ TradeDealDetail
constructor
A new instance of TradeDealDetail.
Constructor Details
#initialize(dealid = nil, dealname = nil, zoneid = nil, goodsnum = nil, creater = nil, creattime = nil, overduetime = nil, endtime = nil, status = nil, description = nil, price = nil, instanceids = nil) ⇒ TradeDealDetail
Returns a new instance of TradeDealDetail.
3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 |
# File 'lib/v20220308/models.rb', line 3269 def initialize(dealid=nil, dealname=nil, zoneid=nil, goodsnum=nil, creater=nil, creattime=nil, overduetime=nil, endtime=nil, status=nil, description=nil, price=nil, instanceids=nil) @DealId = dealid @DealName = dealname @ZoneId = zoneid @GoodsNum = goodsnum @Creater = creater @CreatTime = creattime @OverdueTime = overduetime @EndTime = endtime @Status = status @Description = description @Price = price @InstanceIds = instanceids end |
Instance Attribute Details
#Creater ⇒ Object
3267 3268 3269 |
# File 'lib/v20220308/models.rb', line 3267 def Creater @Creater end |
#CreatTime ⇒ Object
3267 3268 3269 |
# File 'lib/v20220308/models.rb', line 3267 def CreatTime @CreatTime end |
#DealId ⇒ Object
3267 3268 3269 |
# File 'lib/v20220308/models.rb', line 3267 def DealId @DealId end |
#DealName ⇒ Object
3267 3268 3269 |
# File 'lib/v20220308/models.rb', line 3267 def DealName @DealName end |
#Description ⇒ Object
3267 3268 3269 |
# File 'lib/v20220308/models.rb', line 3267 def Description @Description end |
#EndTime ⇒ Object
3267 3268 3269 |
# File 'lib/v20220308/models.rb', line 3267 def EndTime @EndTime end |
#GoodsNum ⇒ Object
3267 3268 3269 |
# File 'lib/v20220308/models.rb', line 3267 def GoodsNum @GoodsNum end |
#InstanceIds ⇒ Object
3267 3268 3269 |
# File 'lib/v20220308/models.rb', line 3267 def InstanceIds @InstanceIds end |
#OverdueTime ⇒ Object
3267 3268 3269 |
# File 'lib/v20220308/models.rb', line 3267 def OverdueTime @OverdueTime end |
#Price ⇒ Object
3267 3268 3269 |
# File 'lib/v20220308/models.rb', line 3267 def Price @Price end |
#Status ⇒ Object
3267 3268 3269 |
# File 'lib/v20220308/models.rb', line 3267 def Status @Status end |
#ZoneId ⇒ Object
3267 3268 3269 |
# File 'lib/v20220308/models.rb', line 3267 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 |
# File 'lib/v20220308/models.rb', line 3284 def deserialize(params) @DealId = params['DealId'] @DealName = params['DealName'] @ZoneId = params['ZoneId'] @GoodsNum = params['GoodsNum'] @Creater = params['Creater'] @CreatTime = params['CreatTime'] @OverdueTime = params['OverdueTime'] @EndTime = params['EndTime'] @Status = params['Status'] @Description = params['Description'] @Price = params['Price'] @InstanceIds = params['InstanceIds'] end |