Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 429 Bytes

DatabaseLatestBackup.md

File metadata and controls

20 lines (14 loc) · 429 Bytes

VultrRuby::DatabaseLatestBackup

Properties

Name Type Description Notes
date String The date of the most recently available backup. [optional]
time String The time of the most recently available backup. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::DatabaseLatestBackup.new(
  date: null,
  time: null
)