totalBilledDuration property

  1. @TagNumber(6)
Duration totalBilledDuration

When available, billed audio seconds for the corresponding request.

Implementation

@$pb.TagNumber(6)
$5.Duration get totalBilledDuration => $_getN(0);
  1. @TagNumber(6)
void totalBilledDuration=(Duration v)

Implementation

@$pb.TagNumber(6)
set totalBilledDuration($5.Duration v) {
  setField(6, v);
}