affectedServices property

List<ServiceContext>? affectedServices
getter/setter pair

Service contexts with a non-zero error count for the given filter criteria.

This list can be truncated if multiple services are affected. Refer to num_affected_services for the total count.

Implementation

core.List<ServiceContext>? affectedServices;