reachabilityDetails property

  1. @TagNumber(12)
ReachabilityDetails reachabilityDetails

Output only. The reachability details of this test from the latest run. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.

Implementation

@$pb.TagNumber(12)
ReachabilityDetails get reachabilityDetails => $_getN(10);
  1. @TagNumber(12)
void reachabilityDetails=(ReachabilityDetails v)

Implementation

@$pb.TagNumber(12)
set reachabilityDetails(ReachabilityDetails v) { setField(12, v); }