requestPath property

String? requestPath
getter/setter pair

The request path of the HTTP health check request.

The default value is /. This field does not support query parameters. Must comply with RFC3986.

Implementation

core.String? requestPath;