capturedAt property

  1. @TagNumber(1)
Timestamp get capturedAt

captured_at is the time at which the resource as close as physically possible, captured the data in the response. Note: If correlating between other resources, be sure that the means of measuring the capture are similar enough such that comparison can be made between them.

Implementation

@$pb.TagNumber(1)
$44.Timestamp get capturedAt => $_getN(0);
  1. @TagNumber(1)
set capturedAt (Timestamp v)

Implementation

@$pb.TagNumber(1)
set capturedAt($44.Timestamp v) { setField(1, v); }