reactivateProjectGrant method
ResponseFuture<ReactivateProjectGrantResponse>
reactivateProjectGrant(
- ReactivateProjectGrantRequest request, {
- CallOptions? options,
Reactivate Project Grant
Deprecated: use ActivateProjectGrant instead.
Set the state of the project grant to active. The grant has to be deactivated to be able to reactivate.
Implementation
$grpc.ResponseFuture<$0.ReactivateProjectGrantResponse>
reactivateProjectGrant(
$0.ReactivateProjectGrantRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$reactivateProjectGrant, request,
options: options);
}