scheme property
Scheme override.
When specified, the task URI scheme is replaced by the provided value (HTTP or HTTPS). Possible string values are:
- "SCHEME_UNSPECIFIED" : Scheme unspecified. Defaults to HTTPS.
- "HTTP" : Convert the scheme to HTTP, e.g., https://www.google.ca will change to http://www.google.ca.
- "HTTPS" : Convert the scheme to HTTPS, e.g., http://www.google.ca will change to https://www.google.ca.
Implementation
core.String? scheme;