healthState property

  1. @TagNumber.new(4)
Runtime_HealthState get healthState

Output only. Runtime health_state.

Implementation

@$pb.TagNumber(4)
Runtime_HealthState get healthState => $_getN(3);
  1. @TagNumber.new(4)
set healthState (Runtime_HealthState v)

Implementation

@$pb.TagNumber(4)
set healthState(Runtime_HealthState v) {
  setField(4, v);
}