from property

  1. @TagNumber(3)
Timestamp from

the starting time from which the current quota period is calculated from. This is relevant for querying the current usage.

Implementation

@$pb.TagNumber(3)
$6.Timestamp get from => $_getN(2);
  1. @TagNumber(3)
void from=(Timestamp v)

Implementation

@$pb.TagNumber(3)
set from($6.Timestamp v) { setField(3, v); }