from property

  1. @TagNumber.new(3)
Timestamp get 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)
$3.Timestamp get from => $_getN(2);
  1. @TagNumber.new(3)
set from (Timestamp value)

Implementation

@$pb.TagNumber(3)
set from($3.Timestamp value) => $_setField(3, value);