domainStats property

List<DomainStat>? domainStats
getter/setter pair

The list of domain statistics.

Each DomainStat object contains the value for a metric requested in the QueryDomainStatsRequest.

Implementation

core.List<DomainStat>? domainStats;