clone method
Clone payroll group from an existing payroll group (denoted by the identifier)
Implementation
$grpc.ResponseFuture<$1.IdentifierResponse> clone(
$1.CloneRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$clone, request, options: options);
}