version property

  1. @TagNumber.new(6)
String get version

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);
  1. @TagNumber.new(6)
set version (String value)

Implementation

@$pb.TagNumber(6)
set version($core.String value) => $_setString(5, value);