uid property

  1. @TagNumber(2)
String uid

Output only. System generated globally unique ID for the task. This ID will be different if the task is deleted and re-created with the same name.

Implementation

@$pb.TagNumber(2)
$core.String get uid => $_getSZ(1);
  1. @TagNumber(2)
void uid=(String v)

Implementation

@$pb.TagNumber(2)
set uid($core.String v) { $_setString(1, v); }