path property

String? path
getter/setter pair

Optional (defaults to "/").

The path to the page against which to run the check. Will be combined with the host (specified within the monitored_resource) and port to construct the full URL. If the provided path does not begin with "/", a "/" will be prepended automatically.

Implementation

core.String? path;