Class: TencentCloud::Domain::V20180808::PreAuctionInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180808/models.rb

Overview

预释放竞价列表

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domain = nil, biddingtime = nil, bidcount = nil, price = nil, op = nil, businessid = nil) ⇒ PreAuctionInfo

Returns a new instance of PreAuctionInfo.



3610
3611
3612
3613
3614
3615
3616
3617
# File 'lib/v20180808/models.rb', line 3610

def initialize(domain=nil, biddingtime=nil, bidcount=nil, price=nil, op=nil, businessid=nil)
  @Domain = domain
  @BiddingTime = biddingtime
  @BidCount = bidcount
  @Price = price
  @Op = op
  @BusinessId = businessid
end

Instance Attribute Details

#BidCountObject

格式:YYYY-MM-DD HH:mm:ss bid:出价noAction:无法操作

Parameters:

  • Domain:

    域名

  • BiddingTime:

    竞价倒计时

  • BidCount:

    出价次数

  • Price:

    当前价格 单位元

  • Op:

    用户操作

  • BusinessId:

    业务ID



3608
3609
3610
# File 'lib/v20180808/models.rb', line 3608

def BidCount
  @BidCount
end

#BiddingTimeObject

格式:YYYY-MM-DD HH:mm:ss bid:出价noAction:无法操作

Parameters:

  • Domain:

    域名

  • BiddingTime:

    竞价倒计时

  • BidCount:

    出价次数

  • Price:

    当前价格 单位元

  • Op:

    用户操作

  • BusinessId:

    业务ID



3608
3609
3610
# File 'lib/v20180808/models.rb', line 3608

def BiddingTime
  @BiddingTime
end

#BusinessIdObject

格式:YYYY-MM-DD HH:mm:ss bid:出价noAction:无法操作

Parameters:

  • Domain:

    域名

  • BiddingTime:

    竞价倒计时

  • BidCount:

    出价次数

  • Price:

    当前价格 单位元

  • Op:

    用户操作

  • BusinessId:

    业务ID



3608
3609
3610
# File 'lib/v20180808/models.rb', line 3608

def BusinessId
  @BusinessId
end

#DomainObject

格式:YYYY-MM-DD HH:mm:ss bid:出价noAction:无法操作

Parameters:

  • Domain:

    域名

  • BiddingTime:

    竞价倒计时

  • BidCount:

    出价次数

  • Price:

    当前价格 单位元

  • Op:

    用户操作

  • BusinessId:

    业务ID



3608
3609
3610
# File 'lib/v20180808/models.rb', line 3608

def Domain
  @Domain
end

#OpObject

格式:YYYY-MM-DD HH:mm:ss bid:出价noAction:无法操作

Parameters:

  • Domain:

    域名

  • BiddingTime:

    竞价倒计时

  • BidCount:

    出价次数

  • Price:

    当前价格 单位元

  • Op:

    用户操作

  • BusinessId:

    业务ID



3608
3609
3610
# File 'lib/v20180808/models.rb', line 3608

def Op
  @Op
end

#PriceObject

格式:YYYY-MM-DD HH:mm:ss bid:出价noAction:无法操作

Parameters:

  • Domain:

    域名

  • BiddingTime:

    竞价倒计时

  • BidCount:

    出价次数

  • Price:

    当前价格 单位元

  • Op:

    用户操作

  • BusinessId:

    业务ID



3608
3609
3610
# File 'lib/v20180808/models.rb', line 3608

def Price
  @Price
end

Instance Method Details

#deserialize(params) ⇒ Object



3619
3620
3621
3622
3623
3624
3625
3626
# File 'lib/v20180808/models.rb', line 3619

def deserialize(params)
  @Domain = params['Domain']
  @BiddingTime = params['BiddingTime']
  @BidCount = params['BidCount']
  @Price = params['Price']
  @Op = params['Op']
  @BusinessId = params['BusinessId']
end