ipReputations property

List<IpReputation>? ipReputations
getter/setter pair

Reputation information pertaining to the IP addresses of the email servers for the domain.

There is exactly one entry for each reputation category except REPUTATION_CATEGORY_UNSPECIFIED.

Implementation

core.List<IpReputation>? ipReputations;