name property

String? name
getter/setter pair

A unique identifier for the instance, which cannot be changed after the instance is created.

Values are of the form projects//instances/a-z*[a-z0-9]. The final segment of the name must be between 2 and 64 characters in length.

Required.

Implementation

core.String? name;