url property
The full url path that the request will be sent to.
This string must begin with either "http://" or "https://". Some examples
are: http://acme.com
and https://acme.com/sales:8080
. Cloud Tasks will
encode some characters for safety and compatibility. The maximum allowed
URL length is 2083 characters after encoding. The Location
header
response from a redirect response [300
- 399
] may be followed. The
redirect is not counted as a separate attempt.
Required.
Implementation
core.String? url;