uri property
The full URI path that the request will be sent to.
This string must begin with either "http://" or "https://". Some examples
of valid values for uri are: http://acme.com
and
https://acme.com/sales:8080
. Cloud Scheduler will encode some characters
for safety and compatibility. The maximum allowed URL length is 2083
characters after encoding.
Required.
Implementation
core.String? uri;