Name | Type | Description | Notes |
---|---|---|---|
String | Create a new sub-account with this email address. | ||
subaccount_name | String | Your name for this sub-account. | [optional] |
subaccount_id | String | Your ID for this sub-account. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::CreateSubaccountRequest.new(
email: null,
subaccount_name: null,
subaccount_id: null
)