deactivateProjectGrant method
ResponseFuture<DeactivateProjectGrantResponse>
deactivateProjectGrant(
- DeactivateProjectGrantRequest request, {
- CallOptions? options,
Deactivate Project Grant
Deprecated: use DeactivateProjectGrant instead.
Set the state of the project grant to deactivated. The grant has to be active to be able to deactivate.
Implementation
$grpc.ResponseFuture<$0.DeactivateProjectGrantResponse>
deactivateProjectGrant(
$0.DeactivateProjectGrantRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$deactivateProjectGrant, request,
options: options);
}