timestampValue property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber.new(9)
Timestamp get timestampValue

protobuf.Timestamp value.

Deprecated: timestamp is no longer considered a builtin cel type.

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(9)
$1.Timestamp get timestampValue => $_getN(8);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber.new(9)
set timestampValue (Timestamp value)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(9)
set timestampValue($1.Timestamp value) => $_setField(9, value);