timestamp property

  1. @TagNumber.new(3)
Int64 get timestamp

Stores the timestamp of when this resource was created

Implementation

@$pb.TagNumber(3)
$fixnum.Int64 get timestamp => $_getI64(0);
  1. @TagNumber.new(3)
set timestamp (Int64 value)

Implementation

@$pb.TagNumber(3)
set timestamp($fixnum.Int64 value) => $_setInt64(0, value);