endpointUri property

String? endpointUri
getter/setter pair

The full HTTPS URI where update notifications will be sent.

The URI must be a valid URL and use HTTPS as the scheme. This endpoint will be verified during CreateSubscriber and UpdateSubscriber calls. See RPC documentation for verification details.

Required.

Implementation

core.String? endpointUri;