userReportedSpamRatioLowerBound property

double? userReportedSpamRatioLowerBound
getter/setter pair

The lower bound of the confidence interval for the user reported spam ratio.

If this field is set, then the value of userReportedSpamRatio is set to the midpoint of this interval and is thus inexact. However, the true ratio is guaranteed to be in between this lower bound and the corresponding upper bound 95% of the time. This metric only pertains to emails authenticated by DKIM.

Implementation

core.double? userReportedSpamRatioLowerBound;