Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 341 Bytes

StartVersionUpgradeRequest.md

File metadata and controls

18 lines (12 loc) · 341 Bytes

VultrRuby::StartVersionUpgradeRequest

Properties

Name Type Description Notes
version String The version number to upgrade the Managed Database to.

Example

require 'vultr_ruby'

instance = VultrRuby::StartVersionUpgradeRequest.new(
  version: null
)