deployedUrl property

String? deployedUrl
getter/setter pair

The URL pointing to the hosted repository where the function were defined at the time of deployment.

It always points to a specific commit in the format described above.

Output only.

Implementation

core.String? deployedUrl;