name property
The new domain name. For development instances, can contain the port, i.e myhostname:3000
. For production instances, must be a valid FQDN, i.e mysite.com
. Cannot contain protocol scheme.
Implementation
String? name;
The new domain name. For development instances, can contain the port, i.e myhostname:3000
. For production instances, must be a valid FQDN, i.e mysite.com
. Cannot contain protocol scheme.
String? name;