mountPath property
The mount path for the volume, e.g. /mnt/disks/share.
Implementation
@$pb.TagNumber(4)
$core.String get mountPath => $_getSZ(2);
Implementation
@$pb.TagNumber(4)
set mountPath($core.String v) { $_setString(2, v); }
The mount path for the volume, e.g. /mnt/disks/share.
@$pb.TagNumber(4)
$core.String get mountPath => $_getSZ(2);
@$pb.TagNumber(4)
set mountPath($core.String v) { $_setString(2, v); }