TaskOptionsExperimental interface
Stay organized with collections
Save and categorize content based on your preferences.
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;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.
[null,null,["Last updated 2022-07-29 UTC."],[],[],null,["# TaskOptionsExperimental interface\n\nType representing experimental (beta) task options.\n\n**Signature:** \n\n export interface TaskOptionsExperimental \n\nProperties\n----------\n\n| Property | Type | Description |\n|-----------------------------------------------------------------------------------------|--------|---------------------------------------------------------------------------------------|\n| [uri](./firebase-admin.functions.taskoptionsexperimental.md#taskoptionsexperimentaluri) | string | ***(BETA)*** The full URL path that the request will be sent to. Must be a valid URL. |\n\nTaskOptionsExperimental.uri\n---------------------------\n\n\u003e 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.\n\nThe full URL path that the request will be sent to. Must be a valid URL.\n\n**Signature:** \n\n uri?: string;"]]