resourceUri property
The resource URI identifies the deployment within its gateway.
For Apigee gateways, its recommended to use the format:
organizations/{org}/environments/{env}/apis/{api}. For ex: if a proxy with
name orders
is deployed in staging
environment of cymbal
organization, the resource URI would be:
organizations/cymbal/environments/staging/apis/orders
.
Required.
Implementation
core.String? resourceUri;