type property

String? type
getter/setter pair

The type of this Volume. Possible string values are:

  • "TYPE_UNSPECIFIED" : The unspecified type.
  • "FLASH" : This Volume is on flash.
  • "DISK" : This Volume is on disk.

Implementation

core.String? type;