totalBilledTime property

  1. @TagNumber(5)
Duration totalBilledTime

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);
  1. @TagNumber(5)
void totalBilledTime=(Duration v)

Implementation

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