path property

String? path
getter/setter pair

HTTP path of the operation within the referenced spec.

Match is exact (no template substitution): the path here must appear verbatim on an APIOperationRevision belonging to the spec.

Required.

Implementation

core.String? path;