operationConfigType property
Flag that specifes whether the configuration is for Apigee API proxy or a remote service.
Valid values include proxy
or remoteservice
. Defaults to proxy
. Set
to proxy
when Apigee API proxies are associated with the API product.
Set to remoteservice
when non-Apigee proxies like Istio-Envoy are
associated with the API product.
Implementation
core.String? operationConfigType;