healthState property

  1. @TagNumber(4)
Runtime_HealthState healthState

Output only. Runtime health_state.

Implementation

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

Implementation

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