Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 341 Bytes

File metadata and controls

18 lines (12 loc) · 341 Bytes

VultrRuby::ListServiceAlertsRequest

Properties

Name Type Description Notes
period String The time range to list Managed Database service alerts from.

Example

require 'vultr_ruby'

instance = VultrRuby::ListServiceAlertsRequest.new(
  period: null
)