destinationAddress property

String? destinationAddress
final

The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address:

Note that destination project must be different from the source project. So/regions/region/addresses/address is not valid partial url.

Implementation

final String? destinationAddress;