Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 607 Bytes

ListRegistryPlans200ResponsePlans.md

File metadata and controls

24 lines (18 loc) · 607 Bytes

VultrRuby::ListRegistryPlans200ResponsePlans

Properties

Name Type Description Notes
start_up RegistryPlan [optional]
business RegistryPlan [optional]
premium RegistryPlan [optional]
enterprise RegistryPlan [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::ListRegistryPlans200ResponsePlans.new(
  start_up: null,
  business: null,
  premium: null,
  enterprise: null
)