Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 383 Bytes

StartVersionUpgrade200Response.md

File metadata and controls

18 lines (12 loc) · 383 Bytes

VultrRuby::StartVersionUpgrade200Response

Properties

Name Type Description Notes
message String A message indicating whether the version upgrade was successfully initialized. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::StartVersionUpgrade200Response.new(
  message: null
)