resourceUrl property
The REST URL for accessing the resource.
An HTTP GET
request using this URL returns the resource itself. Example:
https://cloudresourcemanager.googleapis.com/v1/projects/my-project-123
This value is unspecified for resources without a REST API.
Implementation
core.String? resourceUrl;