actionRate property

int? get actionRate
inherited

Percentage of reports actioned (actionedCount / inboundCount * 100), rounded to nearest integer.

Implementation

int? get inboundCount;/// Percentage of reports actioned (actionedCount / inboundCount * 100), rounded to nearest integer.
int? get actionRate;