updateTime property
Output only. The last time the connector was updated with an API call.
Implementation
@$pb.TagNumber(2)
$2.Timestamp get updateTime => $_getN(1);
Implementation
@$pb.TagNumber(2)
set updateTime($2.Timestamp v) {
setField(2, v);
}