updatedAt property

  1. @TagNumber(8)
Timestamp get updatedAt

The time the pipeline was last updated.

Implementation

@$pb.TagNumber(8)
$48.Timestamp get updatedAt => $_getN(7);
  1. @TagNumber(8)
set updatedAt (Timestamp v)

Implementation

@$pb.TagNumber(8)
set updatedAt($48.Timestamp v) { setField(8, v); }