url property

String? url
getter/setter pair

URL holds the url that will distribute traffic over the provided traffic targets.

It generally has the form: https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app

Implementation

core.String? url;