totalBilledTime property
When available, billed audio seconds for the stream. Set only if this is the last response in the stream.
Implementation
@$pb.TagNumber(5)
$3.Duration get totalBilledTime => $_getN(3);
Implementation
@$pb.TagNumber(5)
set totalBilledTime($3.Duration v) {
setField(5, v);
}