uri property

String? uri
getter/setter pair

The URI of the repo.

Either uri or repository can be specified. If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path.

Implementation

core.String? uri;