targetId property
TargetID is the unique identifier of the target to remove the public key from.
Implementation
@$pb.TagNumber(1)
$core.String get targetId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set targetId($core.String value) => $_setString(0, value);