host property

String? host
getter/setter pair

The host name from which the user can connect.

For insert operations, host defaults to an empty string. For update operations, host is specified as part of the request URL. The host name cannot be updated after insertion.

Implementation

core.String? host;