TaskOptionsExperimental interface

Type representing experimental (beta) task options.

Signature:

export interface TaskOptionsExperimental 

Properties

Property Type Description
uri string (BETA) The full URL path that the request will be sent to. Must be a valid URL.

TaskOptionsExperimental.uri

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The full URL path that the request will be sent to. Must be a valid URL.

Signature:

uri?: string;