name property

String? name
getter/setter pair

The name of the file.

This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, the My Drive root folder, and the Application Data folder, the name is constant.

Implementation

core.String? name;