operation property
The API operation name.
For gRPC requests, it is the fully qualified API method name, such as
"google.pubsub.v1.Publisher.Publish". For OpenAPI requests, it is the
operationId
, such as "getPet".
Implementation
core.String? operation;