Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 396 Bytes

StartMaintenanceUpdates200Response.md

File metadata and controls

18 lines (12 loc) · 396 Bytes

VultrRuby::StartMaintenanceUpdates200Response

Properties

Name Type Description Notes
message String A message indicating whether the maintenance updates were successfully initialized. [optional]

Example

require 'vultr_ruby'

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