uri property

String? uri
getter/setter pair

The URI of the HTTP endpoint.

The value must be a RFC2396 URI string. Examples: https://svc.us-central1.p.local:8080/route. Only the HTTPS protocol is supported.

Required.

Implementation

core.String? uri;