version property
Version of the system the instance is running on. This is managed by the system and cannot be changed by the instance administrator.
Implementation
@$pb.TagNumber(6)
$core.String get version => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set version($core.String value) => $_setString(5, value);