targetId property
ID is the read-only unique identifier of the target.
Implementation
@$pb.TagNumber(1)
$core.String get targetId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set targetId($core.String v) { $_setString(0, v); }
ID is the read-only unique identifier of the target.
@$pb.TagNumber(1)
$core.String get targetId => $_getSZ(0);
@$pb.TagNumber(1)
set targetId($core.String v) { $_setString(0, v); }