name property

String? name
getter/setter pair

The stable identifier (name) of a resource on the service.

A resource can be logically identified as //{resource.service}/{resource.name}. Unlike the resource URI, the resource name doesn't contain any protocol and version information. For a list of full resource name formats, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names

Implementation

core.String? name;