totalBilledDuration property

  1. @TagNumber(2)
Duration totalBilledDuration

When available, billed audio seconds for the corresponding request.

Implementation

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

Implementation

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