mountPath property

  1. @TagNumber.new(4)
String get mountPath

The mount path for the volume, e.g. /mnt/disks/share.

Implementation

@$pb.TagNumber(4)
$core.String get mountPath => $_getSZ(2);
  1. @TagNumber.new(4)
set mountPath (String v)

Implementation

@$pb.TagNumber(4)
set mountPath($core.String v) {
  $_setString(2, v);
}