adminCluster property
Immutable. Whether the cluster is an admin cluster.
Implementation
@$pb.TagNumber(3)
$core.bool get adminCluster => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set adminCluster($core.bool v) {
$_setBool(2, v);
}
Immutable. Whether the cluster is an admin cluster.
@$pb.TagNumber(3)
$core.bool get adminCluster => $_getBF(2);
@$pb.TagNumber(3)
set adminCluster($core.bool v) {
$_setBool(2, v);
}