startedAt property
started_at is the time the call session actually started.
Implementation
@$pb.TagNumber(2)
$0.Timestamp get startedAt => $_getN(1);
Implementation
@$pb.TagNumber(2)
set startedAt($0.Timestamp v) { setField(2, v); }
started_at is the time the call session actually started.
@$pb.TagNumber(2)
$0.Timestamp get startedAt => $_getN(1);
@$pb.TagNumber(2)
set startedAt($0.Timestamp v) { setField(2, v); }