active property

  1. @TagNumber.new(1)
bool get active

Output only. Queries over sessions to mark whether the environment is currently active or not

Implementation

@$pb.TagNumber(1)
$core.bool get active => $_getBF(0);
  1. @TagNumber.new(1)
set active (bool v)

Implementation

@$pb.TagNumber(1)
set active($core.bool v) {
  $_setBool(0, v);
}