host property

String? host
getter/setter pair

The host that the task is sent to.

The host is constructed from the domain name of the app associated with the queue's project ID (for example .appspot.com), and the service, version, and instance. Tasks which were created using the App Engine SDK might have a custom domain name. For more information, see How Requests are Routed.

Output only.

Implementation

core.String? host;