host property

String? host
final

The host or endpoint provided as input used to generate the HTTP request (for example, "example.com").

host MAY contain a path to indicate a base path from which each operation in the service is appended to. For example, given a host of example.com/foo/bar and an operation path of /MyOperation, the resolved host of the operation is example.com and the resolved path is /foo/bar/MyOperation.

Implementation

final String? host;