Name | Type | Description | Notes |
---|---|---|---|
start_up | RegistryPlan | [optional] | |
business | RegistryPlan | [optional] | |
premium | RegistryPlan | [optional] | |
enterprise | RegistryPlan | [optional] |
require 'vultr_ruby'
instance = VultrRuby::ListRegistryPlans200ResponsePlans.new(
start_up: null,
business: null,
premium: null,
enterprise: null
)