name property

String? name
getter/setter pair

A user-supplied name for the disk.

Used when mounting the disk into actions. The name must contain only upper and lowercase alphanumeric characters and hyphens and cannot start with a hyphen.

Implementation

core.String? name;