displayName property
The display name of the VM. Note that this is not necessarily unique.
Implementation
@$pb.TagNumber(5)
$core.String get displayName => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set displayName($core.String v) { $_setString(4, v); }