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.example.com" will change to "http://www.example.com".
- "HTTPS" : Convert the scheme to HTTPS, e.g., "http://www.example.com" will change to "https://www.example.com".
Implementation
core.String? scheme;