name property

String? name
getter/setter pair

The name of the instance.

The name always exists even if the instance has not yet been created.

Output only.

Implementation

core.String? name;