Name | Type | Description | Notes |
---|---|---|---|
nsprimary | String | Set the primary nameserver. | [optional] |
String | Set the contact email address. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::UpdateDnsDomainSoaRequest.new(
nsprimary: null,
email: null
)