performance property
Optional aggregated performance metrics. Web SDK surfaces this as a separate object alongside the result; consumers may ignore it if they already use the per-field timings above.
Implementation
@$pb.TagNumber(14)
PerformanceMetrics get performance => $_getN(13);
Implementation
@$pb.TagNumber(14)
set performance(PerformanceMetrics value) => $_setField(14, value);