name property

String? name
getter/setter pair

The name of the database.

Values are of the form projects//instances//databases/, where `` is as specified in the CREATE DATABASE statement. This name can be passed to other API methods to identify the database.

Required.

Implementation

core.String? name;