Class: TencentCloud::Domain::V20180808::ReserveBidInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Domain::V20180808::ReserveBidInfo
- Defined in:
- lib/v20180808/models.rb
Overview
合作商竞价详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(user = nil, price = nil, bidtime = nil, bidstatus = nil) ⇒ ReserveBidInfo
constructor
A new instance of ReserveBidInfo.
Constructor Details
#initialize(user = nil, price = nil, bidtime = nil, bidstatus = nil) ⇒ ReserveBidInfo
Returns a new instance of ReserveBidInfo.
3828 3829 3830 3831 3832 3833 |
# File 'lib/v20180808/models.rb', line 3828 def initialize(user=nil, price=nil, bidtime=nil, bidstatus=nil) @User = user @Price = price @BidTime = bidtime @BidStatus = bidstatus end |
Instance Attribute Details
#BidStatus ⇒ Object
3826 3827 3828 |
# File 'lib/v20180808/models.rb', line 3826 def BidStatus @BidStatus end |
#BidTime ⇒ Object
3826 3827 3828 |
# File 'lib/v20180808/models.rb', line 3826 def BidTime @BidTime end |
#Price ⇒ Object
3826 3827 3828 |
# File 'lib/v20180808/models.rb', line 3826 def Price @Price end |
#User ⇒ Object
3826 3827 3828 |
# File 'lib/v20180808/models.rb', line 3826 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
3835 3836 3837 3838 3839 3840 |
# File 'lib/v20180808/models.rb', line 3835 def deserialize(params) @User = params['User'] @Price = params['Price'] @BidTime = params['BidTime'] @BidStatus = params['BidStatus'] end |