pushEndpoint property

String? pushEndpoint
getter/setter pair

A URL locating the endpoint to which messages should be pushed.

For example, a Webhook endpoint might use https://example.com/push.

Optional.

Implementation

core.String? pushEndpoint;