discoveryDocumentUri property

String? discoveryDocumentUri
getter/setter pair

The URL of the discovery document containing the resource's JSON schema.

Example: https://www.googleapis.com/discovery/v1/apis/compute/v1/rest This value is unspecified for resources that do not have an API based on a discovery document, such as Cloud Bigtable.

Implementation

core.String? discoveryDocumentUri;