path property

String? path
getter/setter pair

The relative path on the GKE service the events should be sent to.

The value must conform to the definition of a URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute".

Optional.

Implementation

core.String? path;