class TencentCloud::Cvm::V20170312::InstanceMarketOptionsRequest

竞价请求相关选项

def deserialize(params)

def deserialize(params)
  unless params['SpotOptions'].nil?
    @SpotOptions = SpotMarketOptions.new
    @SpotOptions.deserialize(params['SpotOptions'])
  end
  @MarketType = params['MarketType']
end

def initialize(spotoptions=nil, markettype=nil)

def initialize(spotoptions=nil, markettype=nil)
  @SpotOptions = spotoptions
  @MarketType = markettype
end