Class: TencentCloud::Ccc::V20200210::StaffBuyInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::StaffBuyInfo
- Defined in:
- lib/v20200210/models.rb
Overview
座席购买信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(num = nil, buytime = nil, endtime = nil, sipnum = nil) ⇒ StaffBuyInfo
constructor
A new instance of StaffBuyInfo.
Constructor Details
#initialize(num = nil, buytime = nil, endtime = nil, sipnum = nil) ⇒ StaffBuyInfo
Returns a new instance of StaffBuyInfo.
6620 6621 6622 6623 6624 6625 |
# File 'lib/v20200210/models.rb', line 6620 def initialize(num=nil, buytime=nil, endtime=nil, sipnum=nil) @Num = num @BuyTime = buytime @EndTime = endtime @SipNum = sipnum end |
Instance Attribute Details
#BuyTime ⇒ Object
6618 6619 6620 |
# File 'lib/v20200210/models.rb', line 6618 def BuyTime @BuyTime end |
#EndTime ⇒ Object
6618 6619 6620 |
# File 'lib/v20200210/models.rb', line 6618 def EndTime @EndTime end |
#Num ⇒ Object
6618 6619 6620 |
# File 'lib/v20200210/models.rb', line 6618 def Num @Num end |
#SipNum ⇒ Object
6618 6619 6620 |
# File 'lib/v20200210/models.rb', line 6618 def SipNum @SipNum end |
Instance Method Details
#deserialize(params) ⇒ Object
6627 6628 6629 6630 6631 6632 |
# File 'lib/v20200210/models.rb', line 6627 def deserialize(params) @Num = params['Num'] @BuyTime = params['BuyTime'] @EndTime = params['EndTime'] @SipNum = params['SipNum'] end |