commentAdd method

ResponseFuture<IdentifierResponse> commentAdd(
  1. IdentifierUUIDWithUserComment request, {
  2. CallOptions? options,
})

Adds an audit comment to the record's history without changing its current lifecycle status.

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse> commentAdd(
  $1.IdentifierUUIDWithUserComment request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$commentAdd, request, options: options);
}