displayName property
The display name attached to the MigratingVm by the user.
Implementation
@$pb.TagNumber(18)
$core.String get displayName => $_getSZ(11);
Implementation
@$pb.TagNumber(18)
set displayName($core.String v) {
$_setString(11, v);
}