vanityNameServers property
An array of domains used for custom name servers. This is only available for Business and Enterprise plans.
Example: "ns1.example.com","ns2.example.com"
Implementation
@JsonKey(name: 'vanity_name_servers')
late List<String>? vanityNameServers;