status property

  1. @TagNumber(2)
HealthStatus status

Overall health status. Overall status is derived based on the status of each sub level resources.

Implementation

@$pb.TagNumber(2)
HealthStatus get status => $_getN(1);
  1. @TagNumber(2)
void status=(HealthStatus v)

Implementation

@$pb.TagNumber(2)
set status(HealthStatus v) { setField(2, v); }