capturedAt property
- @TagNumber(1)
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);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set capturedAt($44.Timestamp v) { setField(1, v); }