network property

String? network
getter/setter pair

The URL of the peer network.

It can be either full URL or partial URL. The peer network may belong to a different project. If the partial URL does not contain project, it is assumed that the peer network is in the same project as the current network.

Implementation

core.String? network;